...
Field | Data Type | Length | Mandatory | Description |
|---|---|---|---|---|
referenceNo | String | 50 | M | Unique identification of PO |
warehouseCode | String | 20 | M | Destination warehouse code |
shipperWarehouseCode | String | 100 | O/M | Shipper address code |
shipperContactName | String | 20 | M | Contact name(填写发货地址代码时无需填写)name(No need to insert when you send field ”shipperWarehouseCode“) |
addressLine1 | String | 50 | O/M | Shipper address Line1(填写发货地址代码时无需填写)Line1(No need to insert when you send field ”shipperWarehouseCode“) |
addressLine2 | String | 100 | O | Shipper address Line2(填写发货地址代码时无需填写)(No need to insert when you send field ”shipperWarehouseCode“) |
addressLine3 | String | 100 | O | Shipper address Line3(填写发货地址代码时无需填写)(No need to insert when you send field ”shipperWarehouseCode“) |
city | String | 20 | O | Shipper city(填写发货地址代码时无需填写)city(No need to insert when you send field ”shipperWarehouseCode“) |
state | String | 20 | O | Shipper state(填写发货地址代码时无需填写)state(No need to insert when you send field ”shipperWarehouseCode“) |
postCode | String | 20 | O | Shipper postcode(填写发货地址代码时无需填写)postcode(No need to insert when you send field ”shipperWarehouseCode“) |
district | String | 20 | O | Shipper district(填写发货地址代码时无需填写)district(No need to insert when you send field ”shipperWarehouseCode“) |
country | String | 2 | O | Shipper country(二字码,填写发货地址代码时无需填写)country(Two-character,No need to insert when you send field ”shipperWarehouseCode“) |
shipperPhone | String | 20 | O/M | Shipper phone(填写发货地址代码时无需填写)phone(No need to insert when you send field ”shipperWarehouseCode“) |
shipperEmail | String | 50 | O | Shipper email(填写发货地址代码时无需填写)email(No need to insert when you send field ”shipperWarehouseCode“) |
shipperBizName | String | 50 | O | Shipper company name |
boxNo | String | 20 | M | Box No |
boxQty | Int | 5 | M | Box Qty |
lengthDeclared | BigDecimal | (8,1) | M | Declare length of box(CM) |
widthDeclared | BigDecimal | (8,1) | M | Declare width of box(CM) |
heightDeclared | BigDecimal | (8,1) | M | Declare height of box(CM) |
weightDeclared | BigDecimal | (8,3) | M | Declare weight of box(KG) |
sku | String | 20 | M | SKU code |
productQty | Int | 10 | M | Product qty in simple box |
Remark | String | 100 | O | Remark of box |
orderNo | String | - | Response | Order No |
code | String | - | - | Response code |
errors | Object[] | - | - | Response error |
message | String | - | - | Response message |
messageId | String | - | - | Response message ID |
success | Boolean | - | - | Success |
warnList | - | - | No use |
...