{
"referenceNumber": "CG201014007-A78",
"businessCode": "FBWS",
"warehouseCode": "USNJ",
"channelCode": "",
"confirmFlag": true,
"remark": "",
"sender": {
"name": "",
"tag": "",
"company": "",
"phone": "",
"email": "",
"countryCode": "",
"country": "",
"provinceCode": "",
"province": "",
"city": "",
"county": "",
"address1": "",
"address2": "",
"address3": "",
"zipCode": ""
},
"packages": [
{
"packageIndex": 1,
"packageWeight": 10,
"packageLength": 30,
"packageWidth": 25,
"packageHeight": 22,
"originalNumber": "CG201014007-A78*001",
"trackNumber": "",
"remark": "",
"products": [
{
"productIndex": 1,
"productSku": "TEST-SKU-001",
"productFnsku": "TEST-SKU-001",
"productQuantity": 20,
"unitPrice": 10,
"currencyCode": "USD"
}
]
},
{
"packageIndex": 2,
"packageWeight": 10,
"packageLength": 30,
"packageWidth": 25,
"packageHeight": 22,
"packageNumber": "CG201014007-A78*002",
"trackNumber": "",
"remark": "",
"products": [
{
"productIndex": 1,
"productSku": "TEST-SKU-001",
"productFnsku": "TEST-SKU-001",
"productQuantity": 20,
"unitPrice": 10,
"currencyCode": "USD"
}
]
}
]
}
curl --location --request POST 'http://webapi.fulfillment.keythus.com/api/v1/inbound/create' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"referenceNumber": "CG201014007-A78",
"businessCode": "FBWS",
"warehouseCode": "USNJ",
"channelCode": "",
"confirmFlag": true,
"remark": "",
"sender": {
"name": "",
"tag": "",
"company": "",
"phone": "",
"email": "",
"countryCode": "",
"country": "",
"provinceCode": "",
"province": "",
"city": "",
"county": "",
"address1": "",
"address2": "",
"address3": "",
"zipCode": ""
},
"packages": [
{
"packageIndex": 1,
"packageWeight": 10,
"packageLength": 30,
"packageWidth": 25,
"packageHeight": 22,
"originalNumber": "CG201014007-A78*001",
"trackNumber": "",
"remark": "",
"products": [
{
"productIndex": 1,
"productSku": "TEST-SKU-001",
"productFnsku": "TEST-SKU-001",
"productQuantity": 20,
"unitPrice": 10,
"currencyCode": "USD"
}
]
},
{
"packageIndex": 2,
"packageWeight": 10,
"packageLength": 30,
"packageWidth": 25,
"packageHeight": 22,
"packageNumber": "CG201014007-A78*002",
"trackNumber": "",
"remark": "",
"products": [
{
"productIndex": 1,
"productSku": "TEST-SKU-001",
"productFnsku": "TEST-SKU-001",
"productQuantity": 20,
"unitPrice": 10,
"currencyCode": "USD"
}
]
}
]
}'
{
"success": true,
"code": 0,
"msg": "成功",
"language": "ZH",
"data": "IC20091300001"
}