跨境业务一站式解决方案,了解更多请移步官网:https://www.shipnis.com/
{
"line_id": 0,
"customer_ref": "string",
"ref1": "string",
"ref2": "string",
"eori": "string",
"pick_time": "string",
"vat_number": "string",
"insure_amount": 0,
"cash": 0,
"remark": "string",
"sender": {
"full_name": "string",
"company": "string",
"phone": "string",
"country_code": "string",
"province": "string",
"city": "string",
"towns": "string",
"post_code": "string",
"address1": "string",
"address2": "string",
"email": "string"
},
"consignee": {
"full_name": "string",
"company": "string",
"phone": "string",
"country_code": "string",
"province": "string",
"city": "string",
"towns": "string",
"post_code": "string",
"address1": "string",
"address2": "string",
"email": "string",
"house_no": "string",
"id_card": "string"
},
"shipments": [
{
"case_number": "string",
"length": 0,
"width": 0,
"height": 0,
"weight": 0,
"goods": [
{
"name": "string",
"name_en": "string",
"sku": "string",
"customs_currency": "string",
"customs_price": "string",
"length": "string",
"width": "string",
"height": "string",
"weight": "string",
"num": "string",
"hs_code": "string",
"material": "string",
"currency": "string",
"usage": "string",
"brand": "string",
"origin": "string",
"photos": "string",
"sale_url": "string",
"sale_price": "string",
"description": "string",
"attr": "string"
}
]
}
]
}curl --location --request POST '/openApi/v1/order/create' \
--header 'Access-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"line_id": 0,
"customer_ref": "string",
"ref1": "string",
"ref2": "string",
"eori": "string",
"pick_time": "string",
"vat_number": "string",
"insure_amount": 0,
"cash": 0,
"remark": "string",
"sender": {
"full_name": "string",
"company": "string",
"phone": "string",
"country_code": "string",
"province": "string",
"city": "string",
"towns": "string",
"post_code": "string",
"address1": "string",
"address2": "string",
"email": "string"
},
"consignee": {
"full_name": "string",
"company": "string",
"phone": "string",
"country_code": "string",
"province": "string",
"city": "string",
"towns": "string",
"post_code": "string",
"address1": "string",
"address2": "string",
"email": "string",
"house_no": "string",
"id_card": "string"
},
"shipments": [
{
"case_number": "string",
"length": 0,
"width": 0,
"height": 0,
"weight": 0,
"goods": [
{
"name": "string",
"name_en": "string",
"sku": "string",
"customs_currency": "string",
"customs_price": "string",
"length": "string",
"width": "string",
"height": "string",
"weight": "string",
"num": "string",
"hs_code": "string",
"material": "string",
"currency": "string",
"usage": "string",
"brand": "string",
"origin": "string",
"photos": "string",
"sale_url": "string",
"sale_price": "string",
"description": "string",
"attr": "string"
}
]
}
]
}'{"meta":{"code":0,"msg":"success","err":"success"},"response":{"order_id":929033005962363904,"label":"https://bc-tms-prod.oss-eu-central-1.aliyuncs.com/bc_tms/20231009/20231009165603V1Hs7.pdf","out_order_no":"","shipments":[{"id":3060876,"case_number":"BOX302","label":"https://bc-tms-prod.oss-eu-central-1.aliyuncs.com/bc_tms/20231009/20231009165603V1Hs7.pdf","track_no":"DEMOXKZWZAFKV"}]}}