Skip to content
On this page

9.1.2.2 查询包裹明细

接口说明

MethodURLContentType
GET/api/restful/order/{packageId}/logistics/packageapplication/json

URL参数说明:

参数类型说明是否必须长度描述
packageIdstring必须200包裹单号

返回结果说明:

参数类型说明描述
skustring商品编号
quantityint商品数量

请求参数示例:

/api/restful/order/PO20181115150235837/logistics/package

返回数据示例:

json
{
    "success": true,
    "requestId": "068E608D-97DD-4F9C-BE0B-C61C0E162525",
    "result": [
        {
            "sku": "148019",
            "quantity": 1
        }
    ],
    "errorcode": "0",
    "errormsg": ""
}