跨境业务一站式解决方案,了解更多请移步官网:https://www.shipnis.com/
Authorization: Bearer ********************{
"ref": "string",
"line_id": "string",
"remark": "string",
"boxs": [
{
"box_no": "string",
"line_no": "string",
"weight": 0,
"length": 0,
"width": 0,
"height": 0,
"label": "string",
"carton_label": "string",
"shipping_label": "string",
"sku": [
{
"old_sku": "string",
"sku": "string",
"num": 0,
"sku_label": "string"
}
]
}
],
"consignee": {
"fba_code": "string",
"full_name": "string",
"phone": "string",
"company": "string",
"city": "string",
"post_code": "string",
"country_code": "string",
"address1": "string",
"address2": "string",
"province": "string"
}
}curl --location --request POST '/v2/transfer/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ref": "string",
"line_id": "string",
"remark": "string",
"boxs": [
{
"box_no": "string",
"line_no": "string",
"weight": 0,
"length": 0,
"width": 0,
"height": 0,
"label": "string",
"carton_label": "string",
"shipping_label": "string",
"sku": [
{
"old_sku": "string",
"sku": "string",
"num": 0,
"sku_label": "string"
}
]
}
],
"consignee": {
"fba_code": "string",
"full_name": "string",
"phone": "string",
"company": "string",
"city": "string",
"post_code": "string",
"country_code": "string",
"address1": "string",
"address2": "string",
"province": "string"
}
}'{
"code": 0,
"msg": "string",
"response": {
"transfer_id": "string",
"ref": "string",
"boxs": [
{
"box_no": "string",
"line_no": "string",
"label": "string"
}
]
}
}