...
| 字段名 | 数据类型 | 最大长度 | 必填性 | 描述 |
|---|---|---|---|---|
orderNoList | List | 300 | O | 订单号 |
referenceNoList | List | 300 | O | 订单参考号 |
请求样例
客户参考号样例:
未拆单订单:
...
{"referenceNoList":[
"EC03141"
]
}
拆单订单:
{"referenceNoList":[ |
系统订单号样例:
未拆单订单:
...
{
"orderNoList": [
"C12283221215000056O"
]
}
...
{"orderNoList":[ |
...
| 代码块 |
|---|
{
"code": "0",
"data": [
{
"abnormalCauses": "",
"cancelDate": "",
"cancelResult": "",
"dateCreated": "2023-03-14 11:28:07",
"keepShipService": false,
"orderNo": "C12283230314000005O",
"originOrderNo": "C12283230314000003O",
"originReferenceNo": "EC03142",
"outboundDate": "",
"packageActualBillingWeight": "",
"packageActualVolume": "",
"packageActualWeight": "",
"packageHeight": "",
"packageLength": "",
"packageWidth": "",
"packingDetails": [
{
"forecastProductCount": "4",
"productCount": "",
"sku": "wine bottle opener",
"skuNameEn": "wine bottle opener",
"skuNameLocal": "红酒开瓶器"
}
],
"platformRefNo": "",
"platformSource": "AliexpresseBay",
"referenceNo": "EC03142-2",
"remark": "REMARK",
"serviceName": "PUROLATOR_GROUND",
"shipmentCarrier": "",
"shipperName": "XZ12",
"shipperWarehouseCode": "CATESTWH",
"status": 0,
"statusMsg": "Created",
"totalForecastProductCount": "4",
"totalProductCount": "0",
"totalVolume": 0.002,
"totalVolumeUnit": "cbm",
"totalWeight": 2.000,
"totalWeightUnit": "KG",
"trackingNo": "",
"transactionAmount": 100.000,
"transactionCurrency": "CNY"
},
{
"abnormalCauses": "",
"cancelDate": "",
"cancelResult": "",
"dateCreated": "2023-03-14 11:26:39",
"keepShipService": false,
"orderNo": "C12283230314000003O",
"originOrderNo": "C12283230314000003O",
"originReferenceNo": "EC03142",
"outboundDate": "",
"packageActualBillingWeight": "",
"packageActualVolume": "",
"packageActualWeight": "",
"packageHeight": "",
"packageLength": "",
"packageWidth": "",
"packingDetails": [
{
"forecastProductCount": "3",
"productCount": "",
"sku": "cushion",
"skuNameEn": "cushion",
"skuNameLocal": "坐垫"
}
],
"platformRefNo": "",
"platformSource": "AliexpresseBay",
"referenceNo": "EC03142-1",
"remark": "REMARK",
"serviceName": "PUROLATOR_GROUND",
"shipmentCarrier": "",
"shipperName": "XZ12",
"shipperWarehouseCode": "CATESTWH",
"status": 0,
"statusMsg": "Created",
"totalForecastProductCount": "3",
"totalProductCount": "0",
"totalVolume": 0.075,
"totalVolumeUnit": "cbm",
"totalWeight": 6.000,
"totalWeightUnit": "KG",
"trackingNo": "",
"transactionAmount": 100.000,
"transactionCurrency": "CNY"
}
],
"errors": "",
"message": "",
"messageId": "",
"success": true,
"warnList": ""
} |
...