跨境业务一站式解决方案,了解更多请移步官网:https://www.shipnis.com/
{
"server_id": 1,
"consignee": {
"country_code": "CN",
"post_code": "100000",
"consignee_name": "世雨桐",
"phone": "16485861504",
"province": "浙江省",
"city": "长海市",
"address1": "钟山县 国旁25502号",
"address2": "",
"house_no": "",
"address_code": "AZIAZ-100000-CN"
},
"ref": "订单Reference",
"remark": "备注",
"packages": [
{
"fba_no": "FBA号",
"bol": "FBA主号(BOL)",
"po": "PO号",
"ref": "包裹Reference",
"length": 0,
"width": 0,
"height": 0,
"weight": 0
}
]
}curl --location --request POST '/openApi/v1/fba/order/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"server_id": 1,
"consignee": {
"country_code": "CN",
"post_code": "100000",
"consignee_name": "世雨桐",
"phone": "16485861504",
"province": "浙江省",
"city": "长海市",
"address1": "钟山县 国旁25502号",
"address2": "",
"house_no": "",
"address_code": "AZIAZ-100000-CN"
},
"ref": "订单Reference",
"remark": "备注",
"packages": [
{
"fba_no": "FBA号",
"bol": "FBA主号(BOL)",
"po": "PO号",
"ref": "包裹Reference",
"length": 0,
"width": 0,
"height": 0,
"weight": 0
}
]
}'{
"code": 0,
"msg": "string",
"err": "string",
"response": {
"order_id": "string",
"url": "string",
"packages": [
{
"id": "string",
"fba_no": "string",
"out_order_no": "string",
"label": "string"
}
]
}
}