如有对接问题或者建议请及时联系我们
{
"customerOrderNumber": [
"string"
]
}
curl --location --request POST 'https://test-api-oms.sueytong.com/api/openApi/outbound/details' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerOrderNumber": [
"string"
]
}'
{
"status": "string",
"message": "string",
"data": [
{
"platformCode": "string",
"siteCode": "string",
"warehouseCode": "string",
"shopName": "string",
"updateTime": "string",
"customerOrderNumber": "string",
"status": 0,
"address": {
"state": "string",
"city": "string",
"name": "string",
"phone": "string",
"email": "string",
"zipcode": "string",
"fullAddress": "string"
},
"logistics": {
"logisticsCode ": "string",
"trackingNumber": "string",
"shipByDate": "string",
"packageWeight": 0,
"waybillUrl": "string",
"waybillSize": 0,
"waybillType": "string",
"waybillDirection": 0
},
"outboundDetails": [
{
"customerSku": "string",
"quality": "string",
"quantity": 0,
"batchDetails": [
{
"batchNumber": "string",
"productionDate": "string",
"expiryDate": "string",
"bomVersion": "string",
"quantity": 0
}
]
}
]
}
]
}