...
Field | Data Type | Length | Mandatory | Description |
|---|---|---|---|---|
referenceNoList | String[] | - | Request field | Reference No list of fulfillment |
orderNoList | String[] | - | Request field | Order No list of fulfillment |
dateCreated | DateTime | - | - | Created time |
orderNo | String | - | - | Order No |
originOrderNo | String | - | - | Origin order No |
originReferenceNo | String | - | - | Origin reference No |
outboundDate | DateTime | - | - | Outbound Time |
packingDetails | Object[] | - | - | parcel detail |
forecastProductCount | Int | - | - | Forecast Product qty in parcel |
productCount | Int | - | - | Actual Product qty in parcel |
sku | String | - | - | SKU code |
skuNameEn | String | - | - | Product name in English |
skuNameLocal | String | - | - | Product name in Chinese |
referenceNo | String | - | - | Reference No |
serviceName | String | - | - | Lastmile service name |
shipperName | String | - | - | Shipper name |
shipperWarehouseCode | String | - | - | Warehouse code of departure |
status | Int | - | - | Order status 0:Created 1:Accepted 2:Sending abnormality 3:Intercepting 4:Canceled 5:Outbound 6:Abandoned 7:Outbound abnormality |
statusMsg | String | - | - | Order status detail |
totalForecastProductCount | Int | - | - | Total Forecast Product qty in parcel |
totalProductCount | Int | - | - | Total Actual Product qty in parcel |
totalVolume | BigDecimal | (8,3) | - | Total volume |
totalVolumeUnit | String | - | - | Volume unit |
totalWeight | BigDecimal | (8,3) | - | Total weight |
totalWeightUnit | String | - | - | Weight unit |
trackingNo | String | - | - | Tracking No of parcel |
packageActualBillingWeight | BigDecimal | (8,3) | - | Actual parcel weight for billing(KG) |
packageActualWeight | BigDecimal | (8,3) | - | Actual parcel weight(KG) |
packageActualVolume | BigDecimal | (8,3) | - | Actual parcel volume(CBM) |
packageHeight | BigDecimal | (8,1) | - | Actual parcel height(CM) |
packageLength | BigDecimal | (8,1) | - | Actual parcel length(CM) |
packageWidth | BigDecimal | (8,1) | - | Actual parcel width(CM) |
code | -String | - | - | Response code |
errors - | Object[] | - | - | Response error |
message | -String | - | - | Response message |
messageId | -String | - | - | Response message ID |
success | -Boolean | - | - | Success |
warnList | - | - | - | No use |
...