如有对接问题或者建议请及时联系我们
状态码 | 描述 |
---|---|
O101 | sku库存不足 |
O102 | 存在已锁定库存的sku |
O103 | 订单已存在 |
{
"customerOrderNumber": "string",
"platformOrderId": "string",
"warehouseCode": "string",
"platformCode": "string",
"siteCode": "string",
"shopName": "string",
"shopAlias": "string",
"note": "string",
"orderChannel": "string",
"salesType": "string",
"shippingCarrier": "string",
"attachments": [
"string"
],
"address": {
"state": "string",
"city": "string",
"district": "string",
"name": "string",
"phone": "string",
"email": "string",
"zipcode": "string",
"fullAddress": "string"
},
"logistics": {
"logisticsCode ": "string",
"logisticsType": 0,
"trackingNumber": "string",
"outboundByDate": "string",
"shipByDate": "string",
"waybillUrl": "string",
"waybillDirection": 0,
"waybillSize": 0,
"waybillType": "string"
},
"outboundDetails": [
{
"customerSku": "string",
"quality": "string",
"quantity": 0,
"batchDetails": [
{
"batchNumber": "string",
"productionDate": "string",
"expiryDate": "string",
"bomVersion": "string",
"quantity": 0
}
]
}
]
}
curl --location --request POST 'https://test-api-oms.sueytong.com/api/openApi/outbound/add' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerOrderNumber": "string",
"platformOrderId": "string",
"warehouseCode": "string",
"platformCode": "string",
"siteCode": "string",
"shopName": "string",
"shopAlias": "string",
"note": "string",
"orderChannel": "string",
"salesType": "string",
"shippingCarrier": "string",
"attachments": [
"string"
],
"address": {
"state": "string",
"city": "string",
"district": "string",
"name": "string",
"phone": "string",
"email": "string",
"zipcode": "string",
"fullAddress": "string"
},
"logistics": {
"logisticsCode ": "string",
"logisticsType": 0,
"trackingNumber": "string",
"outboundByDate": "string",
"shipByDate": "string",
"waybillUrl": "string",
"waybillDirection": 0,
"waybillSize": 0,
"waybillType": "string"
},
"outboundDetails": [
{
"customerSku": "string",
"quality": "string",
"quantity": 0,
"batchDetails": [
{
"batchNumber": "string",
"productionDate": "string",
"expiryDate": "string",
"bomVersion": "string",
"quantity": 0
}
]
}
]
}'
{
"status": "string",
"message": "string",
"data": {}
}