跨境业务一站式解决方案,了解更多请移步官网:https://www.shipnis.com/
{
"ref": "string",
"line_id": "string",
"insurance_amount": "string",
"reembolso_amount": "string",
"remark": "string",
"attache": "string",
"invoice_path": "string",
"consignee": {
"full_name": "string",
"phone": "string",
"city": "string",
"post_code": "string",
"country_code": "string",
"address1": "string",
"address2": "string",
"email": "string",
"province": "string"
},
"label": "string",
"line_no": "string",
"skus": [
{
"sku": "string",
"num": "string",
"value": "string",
"is_map": "string"
}
],
"bags": [
{
"code": "string",
"num": "string"
}
]
}curl --location --request POST '/openApi/v1/shipment/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"ref": "string",
"line_id": "string",
"insurance_amount": "string",
"reembolso_amount": "string",
"remark": "string",
"attache": "string",
"invoice_path": "string",
"consignee": {
"full_name": "string",
"phone": "string",
"city": "string",
"post_code": "string",
"country_code": "string",
"address1": "string",
"address2": "string",
"email": "string",
"province": "string"
},
"label": "string",
"line_no": "string",
"skus": [
{
"sku": "string",
"num": "string",
"value": "string",
"is_map": "string"
}
],
"bags": [
{
"code": "string",
"num": "string"
}
]
}'{"response":{"label":"https://bc-tms-prod.oss-eu-central-1.aliyuncs.com/bc_tms/20231009/20231009161958UT6mp.pdf","line_no":"DEMOIUPLAKCXB","extra_no":"930138456078683136","server":"DEMO","image_label":"https://bcyg-wms.oss-eu-central-1.aliyuncs.com/wms/20241104/202411040903328wzOv.png","attach_image":"","amount":3.52,"shipment_id":0,"id":930138455709975552,"ref":"KEVIN-DF-2932-03"},"meta":{"code":0,"msg":"操作成功","error":"success","err":"success","request_uri":"/openApi/v1/shipment/create"}}