{
"referenceNumber": "11206808302",
"businessCode": "FBDS",
"warehouseCode": "USNJ",
"channelCode": "SELF-4PX",
"confirmFlag": true,
"platformCode": "Shopify",
"shopCode": null,
"cargoType": "PACKAGE",
"incotermType": null,
"signatureType": "",
"insuranceType": "",
"insuranceAmount": 0.0,
"declareType": "",
"batteryFlag": "false",
"batteryType": "",
"remark": "",
"sender": {
"name": "TEST",
"tag": null,
"company": null,
"email": "lingwu.zeng@foxmail.com",
"phone": "18318057375",
"country": "CN",
"province": "guangdong",
"city": "shenzhen",
"county": "baoan",
"address1": "fuhai streest junfeng build B101",
"address2": null,
"address3": null,
"zipCode": "518003",
"identificationNumber": null,
"registrationNumber": null,
"registrationType": null,
"registrationCountry": null
},
"receiver": {
"name": "Liam Tubach",
"tag": null,
"company": "",
"email": "",
"phone": "111-1111-111",
"country": "US",
"province": "OH",
"city": "Loudonville",
"county": "",
"address1": "325 e Haskell st",
"address2": "",
"address3": "",
"zipCode": "44842",
"identificationNumber": null,
"registrationNumber": "",
"registrationType": "",
"registrationCountry": ""
},
"packages": [
{
"packageIndex": 1,
"packageWeight": 0.2,
"packageLength": 10.0,
"packageWidth": 8.0,
"packageHeight": 5.0,
"originalNumber": "",
"trackNumber": "",
"remark": null,
"products": [
{
"productIndex": 1,
"productSku": "03050606",
"productFnsku": null,
"productName": "2.4G无线电遥控设备配件:传感器",
"productNameEn": "2.4G Radio System Accessories:Sensors",
"productLink": null,
"productLength": 1.0,
"productWidth": 1.0,
"productHeight": 1.0,
"productWeight": 0.08,
"productQuantity": 2,
"unitPrice": 0.0,
"currencyCode": "USD",
"hsCode": "8529909090",
"declareBrand": "FRSKY牌",
"declareModel": "FR8501(HV5501)",
"declareMaterial": null,
"declarePurpose": "用于航模遥控附件传感器监测模型状态",
"declareProperty": null,
"declareUnit": "007",
"declarePrice": 55.37,
"declareCurrency": "USD",
"originCountry": null,
"originPlace": "32029"
}
]
}
]
}
curl --location --request POST 'http://webapi.fulfillment.keythus.com/api/v1/shipment/create' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"referenceNumber": "11206808302",
"businessCode": "FBDS",
"warehouseCode": "USNJ",
"channelCode": "SELF-4PX",
"confirmFlag": true,
"platformCode": "Shopify",
"shopCode": null,
"cargoType": "PACKAGE",
"incotermType": null,
"signatureType": "",
"insuranceType": "",
"insuranceAmount": 0.0,
"declareType": "",
"batteryFlag": "false",
"batteryType": "",
"remark": "",
"sender": {
"name": "TEST",
"tag": null,
"company": null,
"email": "lingwu.zeng@foxmail.com",
"phone": "18318057375",
"country": "CN",
"province": "guangdong",
"city": "shenzhen",
"county": "baoan",
"address1": "fuhai streest junfeng build B101",
"address2": null,
"address3": null,
"zipCode": "518003",
"identificationNumber": null,
"registrationNumber": null,
"registrationType": null,
"registrationCountry": null
},
"receiver": {
"name": "Liam Tubach",
"tag": null,
"company": "",
"email": "",
"phone": "111-1111-111",
"country": "US",
"province": "OH",
"city": "Loudonville",
"county": "",
"address1": "325 e Haskell st",
"address2": "",
"address3": "",
"zipCode": "44842",
"identificationNumber": null,
"registrationNumber": "",
"registrationType": "",
"registrationCountry": ""
},
"packages": [
{
"packageIndex": 1,
"packageWeight": 0.2,
"packageLength": 10.0,
"packageWidth": 8.0,
"packageHeight": 5.0,
"originalNumber": "",
"trackNumber": "",
"remark": null,
"products": [
{
"productIndex": 1,
"productSku": "03050606",
"productFnsku": null,
"productName": "2.4G无线电遥控设备配件:传感器",
"productNameEn": "2.4G Radio System Accessories:Sensors",
"productLink": null,
"productLength": 1.0,
"productWidth": 1.0,
"productHeight": 1.0,
"productWeight": 0.08,
"productQuantity": 2,
"unitPrice": 0.0,
"currencyCode": "USD",
"hsCode": "8529909090",
"declareBrand": "FRSKY牌",
"declareModel": "FR8501(HV5501)",
"declareMaterial": null,
"declarePurpose": "用于航模遥控附件传感器监测模型状态",
"declareProperty": null,
"declareUnit": "007",
"declarePrice": 55.37,
"declareCurrency": "USD",
"originCountry": null,
"originPlace": "32029"
}
]
}
]
}'
{
"success": true,
"code": 0,
"msg": "成功",
"language": "ZH",
"data": "SC20091300001"
}