{
"appKey": "string",
"accessToken": "string",
"timestamp": 0,
"sign": "string",
"saveOutbound": {
"shopId": "string",
"businessType": "string",
"fromPlatCode": "string",
"operationSla": "string",
"courierSla": "string",
"requiredDeliveryTime": "string",
"orderDueDate": "string",
"customerName": "string",
"customerContact": "string",
"customerPhone": "string",
"customerAddress": "string",
"customerAddress2": "string",
"customerCity": "string",
"customerProvince": "string",
"customerCountry": "string",
"customerZipcode": "string",
"customerEmail": "string",
"cityCode": "string",
"provinceCode": "string",
"countryCode": "string",
"soReference1": "string",
"soReference2": "string",
"soReference3": "string",
"signatureRequired": "string",
"noteText": "string",
"expectedShipmentTime": "string",
"warehouseId": "string",
"fromOrderNo": "string",
"carrierId": "string",
"customerId": "string",
"customerAddressId": 0,
"details": [
{
"sku": "string",
"unit": "string",
"unitQty": 0,
"isGift": "string",
"productionDate": "string",
"expirationDate": "string",
"qualityCode": "string",
"batchNo": "string"
}
]
}
}curl --location --request POST '/outbound/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "string",
"accessToken": "string",
"timestamp": 0,
"sign": "string",
"saveOutbound": {
"shopId": "string",
"businessType": "string",
"fromPlatCode": "string",
"operationSla": "string",
"courierSla": "string",
"requiredDeliveryTime": "string",
"orderDueDate": "string",
"customerName": "string",
"customerContact": "string",
"customerPhone": "string",
"customerAddress": "string",
"customerAddress2": "string",
"customerCity": "string",
"customerProvince": "string",
"customerCountry": "string",
"customerZipcode": "string",
"customerEmail": "string",
"cityCode": "string",
"provinceCode": "string",
"countryCode": "string",
"soReference1": "string",
"soReference2": "string",
"soReference3": "string",
"signatureRequired": "string",
"noteText": "string",
"expectedShipmentTime": "string",
"warehouseId": "string",
"fromOrderNo": "string",
"carrierId": "string",
"customerId": "string",
"customerAddressId": 0,
"details": [
{
"sku": "string",
"unit": "string",
"unitQty": 0,
"isGift": "string",
"productionDate": "string",
"expirationDate": "string",
"qualityCode": "string",
"batchNo": "string"
}
]
}
}'{
"": {}
}