{
"apiPlatForm": "平台名称",
"customer": "客户代码",
"referenceNumber": "CS202404241623003",
"productCode": "产品代码",
"fbaCode": "",
"fbaPoId": "",
"fbaShipmentId": "",
"itemType": "WPX",
"sender": {
"name": "JC",
"nameCN": "佳成",
"company": "JC",
"phone": "18929516754",
"country": "CN",
"city": "SHEN ZHEN",
"state": "GUANG DONG",
"postCode": "518000",
"address": "street 1",
"email": "",
"taxNumber": "",
"ioss": ""
},
"recipient": {
"name": "Lela Mink",
"company": "",
"phone": "+1 415-851-9136 ext. 12437",
"country": "US",
"city": "CLEVES",
"state": "OH",
"postCode": "45002-9622",
"address": "4243 E MIAMI RIVER RD",
"email": "",
"mobile": "+1 415-851-9136 ext. 12437",
"houseNumber": "",
"taxNumber": "",
"eori": ""
},
"detailPackageList": [
{
"weight": 1,
"length": 2,
"width": 2,
"height": 2,
"invoiceList": [
{
"nameCN": "止吠器",
"name": "Stop barking device",
"hsCode": "",
"quantity": 2,
"unitPrice": 30,
"currency": "USD",
"material": "",
"purpose": "",
"model": "",
"imageUrl": "",
"saleUrl": ""
}
]
}
]
}
curl --location --request POST 'http://api.nl.jcex.com/api/order/orderCreate' \
--header 'token: 05e05b04-673a-11ee-a272-043f72fdde80' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiPlatForm": "平台名称",
"customer": "客户代码",
"referenceNumber": "CS202404241623003",
"productCode": "产品代码",
"fbaCode": "",
"fbaPoId": "",
"fbaShipmentId": "",
"itemType": "WPX",
"sender": {
"name": "JC",
"nameCN": "佳成",
"company": "JC",
"phone": "18929516754",
"country": "CN",
"city": "SHEN ZHEN",
"state": "GUANG DONG",
"postCode": "518000",
"address": "street 1",
"email": "",
"taxNumber": "",
"ioss": ""
},
"recipient": {
"name": "Lela Mink",
"company": "",
"phone": "+1 415-851-9136 ext. 12437",
"country": "US",
"city": "CLEVES",
"state": "OH",
"postCode": "45002-9622",
"address": "4243 E MIAMI RIVER RD",
"email": "",
"mobile": "+1 415-851-9136 ext. 12437",
"houseNumber": "",
"taxNumber": "",
"eori": ""
},
"detailPackageList": [
{
"weight": 1,
"length": 2,
"width": 2,
"height": 2,
"invoiceList": [
{
"nameCN": "止吠器",
"name": "Stop barking device",
"hsCode": "",
"quantity": 2,
"unitPrice": 30,
"currency": "USD",
"material": "",
"purpose": "",
"model": "",
"imageUrl": "",
"saleUrl": ""
}
]
}
]
}'
{
"msg": "订单创建成功",
"shipperNumber": "JCX0426595283IN",
"trackingNumber": "",
"status": true
}