Request
Body Params application/json
{
"appKey": "string",
"accessToken": "string",
"timestamp": 0,
"sign": "string",
"saveInbound": {
"expectedShipmentTime": "string",
"warehouseId": "string",
"fromOrderNo": "string",
"carrierId": "string",
"carrierOrderNo": "string",
"customerId": "string",
"customerAddressId": 0,
"details": [
{
"sku": "string",
"unit": "string",
"unitQty": 0,
"batchNo": "string",
"productionDate": "string",
"expirationDate": "string"
}
]
}
}
Request Code Samples
curl --location --request POST '/inbound/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "string",
"accessToken": "string",
"timestamp": 0,
"sign": "string",
"saveInbound": {
"expectedShipmentTime": "string",
"warehouseId": "string",
"fromOrderNo": "string",
"carrierId": "string",
"carrierOrderNo": "string",
"customerId": "string",
"customerAddressId": 0,
"details": [
{
"sku": "string",
"unit": "string",
"unitQty": 0,
"batchNo": "string",
"productionDate": "string",
"expirationDate": "string"
}
]
}
}'
Responses
application/json Modified at 2024-12-16 14:38:44