来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 [MY] Important Update for Open Platform AWB API (SEA & Self Collection)
[MY] Important Update for Open Platform AWB API (SEA & Self Collection)
Dear Developers,
The updates below are effective for Shopee MY seller only.
- Please note that starting from 24th Jan 2022, Shopee will rollout a new shipping carrier channel called "Shopee Express (Self Collection)” by batches. Target by before end of Feb 2022 will open to all sellers.
Action to take from developers,
-When calling these2 APIs “shopee.logistics.GetOrderLogistics” & “V2.logistics.get_shipping_document_info”,
if the Response body field "shipping_carrier" return the Channel named "Shopee Express (Self Collection)", Developer should hardcode the wording "BUYER SELF COLLECTION" in between the Postcode and Barcode at the bottom right of the AWB.
Sample attached as below:
Response body sample:
"sender_sort_code": {
"first_sender_sort_code": "",
"second_sender_sort_code": "",
"third_sender_sort_code": ""
},
"shipping_carrier": "Shopee Express (Self Collection)",
"shopee_tracking_number": "MY222544971543CU",
"spx_receive_station": {
"spx_first_receive_station": ""
},
AWB Sample:
Related APIs:
Open API 1.0:
shopee.logistics.GetOrderLogistics
Open API 2.0:
V2.logistics.get_shipping_document_info
Effective Date on Live: 2022/01/24
- Developer should hardcode “SEA” in the AWB under section “Order Details (Courier)” When calling these2 APIs "shopee.logistics.GetOrderLogistics" & "V2.logistics.get_shipping_document_info", and the Response body field "shipping_carrier" parameter is "Shopee Express (Sea Shipping)" ,
Sample attached as below:
Response body sample:
"sender_sort_code":
{
"first_sender_sort_code": "",
"second_sender_sort_code": "",
"third_sender_sort_code": ""
},
"shipping_carrier": "Shopee Express (Sea Shipping)",
"shopee_tracking_number": "MY2119722354279U",
"spx_receive_station": {
"spx_first_receive_station": ""
},
AWB Sample:
Related APIs:
Open API 1.0:
shopee.logistics.GetOrderLogistics
Open API 2.0:
V2.logistics.get_shipping_document_info
Effective Date on Live: Now
