跨境业务一站式解决方案,了解更多请移步官网:https://www.shipnis.com/
Authorization: Bearer ********************{
"ref": "string",
"line_id": 0,
"remark": "string",
"reembolso_amount": 0,
"insurance_amount": 0,
"consignee": {
"full_name": "string",
"company": "string",
"phone": "string",
"city": "string",
"post_code": "string",
"email": "string",
"country_code": "string",
"address1": "string",
"address2": "string",
"province": "string"
},
"skus": [
{
"sku": "string",
"num": "string",
"value": 0,
"is_map": 0
}
],
"bags": [
{
"code": "string",
"num": "string"
}
],
"label": "string",
"line_no": "string"
}curl --location --request POST '/v2/shipping/create' \
--header 'Bc-Warehouse-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ref": "string",
"line_id": 0,
"remark": "string",
"reembolso_amount": 0,
"insurance_amount": 0,
"consignee": {
"full_name": "string",
"company": "string",
"phone": "string",
"city": "string",
"post_code": "string",
"email": "string",
"country_code": "string",
"address1": "string",
"address2": "string",
"province": "string"
},
"skus": [
{
"sku": "string",
"num": "string",
"value": 0,
"is_map": 0
}
],
"bags": [
{
"code": "string",
"num": "string"
}
],
"label": "string",
"line_no": "string"
}'{
"code": 0,
"msg": "string",
"response": {
"id": 0,
"ref": "string",
"label": "string",
"line_no": "string"
}
}