跨境业务一站式解决方案,了解更多请移步官网:https://www.shipnis.com/
Authorization: Bearer ********************curl --location --request GET '/v2/shipping/detail?id&ref' \
--header 'Bc-Warehouse-Id;' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"response": {
"shipment_id": "0",
"line_id": "0",
"weight": "0.0000",
"insurance_amount": "0.0000",
"reembolso_amount": "0.0000",
"real_weight": "0.0000",
"volume_weight": "0.0000",
"shipment_fee": "0.0000",
"op_fee": "0.0000",
"is_remote": "0",
"sku_count": "0",
"distri_sku_cnt": "0",
"status": "0",
"line_no": "string",
"label": "string",
"image_label": "string",
"ref": "string",
"full_name": "string",
"phone": "string",
"city": "string",
"post_code": "string",
"country_code": "st",
"address1": "string",
"address2": "string",
"create_at": "0",
"update_at": "0",
"bill_at": "0",
"remark": "string",
"signature": "string",
"sign_pdf": "string",
"pack_at": "0",
"out_at": "0",
"cancel_at": "0",
"intercept_status": "0",
"sku_cate_num": "0",
"md5_sku": "string",
"invoice_path": "string",
"bag_name": "string",
"bag_id": "0",
"bag_price": "0.0000",
"email": "string",
"return_at": "0",
"return_on_at": "0",
"extra_no": "string",
"attach": "string",
"attach_image": "string",
"province": "string",
"out_photos": "string",
"tms_callback_at": "0",
"is_ebay": "0",
"w_remark": "string",
"skus": [
{
"sku": "string",
"num": 0,
"sn": [
"string"
]
}
]
}
}