{
"erpOrderCode": "S123456789",
"warehouseId": 1000,
"shipmentProvider": "JT EXPRESS",
"expressNo": "123456",
"waybillPdfUrl": "string",
"waybillPdfBase64": "string",
"countryCode": "MYS",
"country": "Malaysia",
"city": "Bandar Baharu",
"district": "Bandar Baharu",
"province": "Bandar Baharu",
"address": "Bandar Baharu",
"zipcode": "123456",
"contact": "bob",
"mobile": "15454125412",
"currency": "MYR",
"details": [
{
"quantity": 1,
"actualPrice": 18.8,
"skuCode": "test-123"
}
],
"payAmount": 150,
"paidTime": "2019-08-24T14:15:22Z",
"outPromisedShippingTime": "2019-08-24T14:15:22Z",
"outCreateTime": "2019-08-24T14:15:22Z",
"outSalesOrderCode": "47888888888",
"shippingFee": 8,
"storeId": 0,
"isCod": "1",
"sellerRemark": "卖家备注",
"cusRemark": "123",
"isAutoAudit": true,
"packageType": "box"
}curl --location --request POST '/open/order/add' \
--header 'Authorization: Bearer {{token}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"erpOrderCode": "S123456789",
"warehouseId": 1000,
"shipmentProvider": "JT EXPRESS",
"expressNo": "123456",
"waybillPdfUrl": "string",
"waybillPdfBase64": "string",
"countryCode": "MYS",
"country": "Malaysia",
"city": "Bandar Baharu",
"district": "Bandar Baharu",
"province": "Bandar Baharu",
"address": "Bandar Baharu",
"zipcode": "123456",
"contact": "bob",
"mobile": "15454125412",
"currency": "MYR",
"details": [
{
"quantity": 1,
"actualPrice": 18.8,
"skuCode": "test-123"
}
],
"payAmount": 150,
"paidTime": "2019-08-24T14:15:22Z",
"outPromisedShippingTime": "2019-08-24T14:15:22Z",
"outCreateTime": "2019-08-24T14:15:22Z",
"outSalesOrderCode": "47888888888",
"shippingFee": 8,
"storeId": 0,
"isCod": "1",
"sellerRemark": "卖家备注",
"cusRemark": "123",
"isAutoAudit": true,
"packageType": "box"
}'{
"code": 0,
"msg": "string",
"data": {
"salesOrderCode": "string"
},
"trace": "string",
"extra": {
"property1": {},
"property2": {}
},
"ok": true
}