版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

字段名数据类型最大长度必填性描述
orderNoList
List300O订单号
referenceNoList
List300O订单参考号


请求样例


客户参考号样例:

未拆单订单:

...

{

"referenceNoList":[
"EC03141"
]
}

拆单订单:

{

"referenceNoList":[
"EC03142"
]
}


系统订单号样例:

未拆单订单:

...

{
    "orderNoList": [
        "C12283221215000056O"
    ]
}

...


{

"orderNoList":[
"C12283230314000003O"
]
}

...

代码块
{
    "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": ""
}

...