版本比较

标识

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

...

代码块
{
    "orderNoList":[        
        "C12283221215000056O"
        ]
}


Response Sample

未拆单成功样例failed to split order sample:

代码块
{
    "code": "0",
    "data": [
        {
            "dateCreated": "2022-12-15 17:34:05",
            "orderNo": "C12283221215000056O",
            "originOrderNo": "",
            "originReferenceNo": "",
            "outboundDate": "2022-12-15 17:34:10",
            "packageActualBillingWeight": 2.000,
            "packageActualVolume": 0.010,
            "packageActualWeight": "",
            "packageHeight": 15.000,
            "packageLength": 15.000,
            "packageWidth": 35.000,
            "packingDetails": [
                {
                    "forecastProductCount": "2",
                    "productCount": "2",
                    "sku": "SKG(TEST)",
                    "skuNameEn": "SKG",
                    "skuNameLocal": "SKG颈部按摩器"
                }
            ],
            "referenceNo": "WY_00001",
            "serviceName": "DHL_UK",
            "shipperName": "XZ12",
            "shipperWarehouseCode": "GBPGO",
            "status": 5,
            "statusMsg": "Outbound",
            "totalForecastProductCount": "2",
            "totalProductCount": "2",
            "totalVolume": 0.002,
            "totalVolumeUnit": "cbm",
            "totalWeight": 2.000,
            "totalWeightUnit": "KG",
            "trackingNo": "ER2313"
        }
    ],
    "errors": "",
    "message": "",
    "messageId": "",
    "success": true,
    "warnList": ""
}



拆单成功样例success split order sample:

代码块
{
    "code": "0",
    "data": [
        {
            "dateCreated": "2022-12-21 16:41:22",
            "orderNo": "C12283221221000018O",
            "originOrderNo": "C12283221221000016O",
            "originReferenceNo": "WY_00005",
            "outboundDate": "2022-12-21 16:41:31",
            "packageActualBillingWeight": 3.000,
            "packageActualVolume": 0.020,
            "packageActualWeight": "",
            "packageHeight": 20.000,
            "packageLength": 25.000,
            "packageWidth": 30.000,
            "packingDetails": [
                {
                    "forecastProductCount": "1",
                    "productCount": "1",
                    "sku": "SKG(TEST)",
                    "skuNameEn": "SKG",
                    "skuNameLocal": "SKG颈部按摩器"
                },
                {
                    "forecastProductCount": "1",
                    "productCount": "1",
                    "sku": "SKG(TEST)",
                    "skuNameEn": "SKG",
                    "skuNameLocal": "SKG颈部按摩器"
                },
                {
                    "forecastProductCount": "1",
                    "productCount": "1",
                    "sku": "Collecting lithographs(TEST)",
                    "skuNameEn": "collecting lithographs",
                    "skuNameLocal": "收藏字画(卷轴式)"
                },
                {
                    "forecastProductCount": "1",
                    "productCount": "1",
                    "sku": "Collecting lithographs(TEST)",
                    "skuNameEn": "collecting lithographs",
                    "skuNameLocal": "收藏字画(卷轴式)"
                }
            ],
            "referenceNo": "WY_00005-2",
            "serviceName": "DHL_UK",
            "shipperName": "XZ12",
            "shipperWarehouseCode": "GBPGO",
            "status": 5,
            "statusMsg": "Outbound",
            "totalForecastProductCount": "4",
            "totalProductCount": "4",
            "totalVolume": 0.010,
            "totalVolumeUnit": "cbm",
            "totalWeight": 6.000,
            "totalWeightUnit": "KG",
            "trackingNo": "41923870011592"
        },
        {
            "dateCreated": "2022-12-21 16:41:13",
            "orderNo": "C12283221221000016O",
            "originOrderNo": "C12283221221000016O",
            "originReferenceNo": "WY_00005",
            "outboundDate": "2022-12-21 16:41:31",
            "packageActualBillingWeight": 1.000,
            "packageActualVolume": 0.000,
            "packageActualWeight": "",
            "packageHeight": 8.000,
            "packageLength": 20.000,
            "packageWidth": 15.000,
            "packingDetails": [
                {
                    "forecastProductCount": "1",
                    "productCount": "1",
                    "sku": "SKG(TEST)",
                    "skuNameEn": "SKG",
                    "skuNameLocal": "SKG颈部按摩器"
                }
            ],
            "referenceNo": "WY_00005-1",
            "serviceName": "DHL_UK",
            "shipperName": "XZ12",
            "shipperWarehouseCode": "GBPGO",
            "status": 5,
            "statusMsg": "Outbound",
            "totalForecastProductCount": "1",
            "totalProductCount": "1",
            "totalVolume": 0.001,
            "totalVolumeUnit": "cbm",
            "totalWeight": 1.000,
            "totalWeightUnit": "KG",
            "trackingNo": "41923870011591"
        }
    ],
    "errors": "",
    "message": "",
    "messageId": "",
    "success": true,
    "warnList": ""
}

...