来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 [MY] Important update for Open Platform Logistic Channel Related API
Dear Developers,
The updates below are applicable to Shopee MY sellers only.
1.Effective 27 May 2022 (For All MY sellers), there will be changes on “Shopee Xpress” (Channel ID: 20088) Shipping Carrier from “Shopee Xpress” to “Shopee Xpress (West Malaysia)” .
| Channel ID(No Changes) | Old Shipping Carrier Name | NEW Shipping Carrier Name (Effective 27 May 2022) |
|---|---|---|
| 20088 | Shopee Xpress | Shopee Xpress (West Malaysia) |
Kindly note the changes for the response data in the response body regarding Shipping Carrier Related APIs.
Scenario
When developers call shopee.orders.GetOrderDetails, shopee.logistics.GetOrderLogistics, v2.order.get_order_detail, or v2.logistics.get_shipping_document_info, the response body will be as follows:
Sample of Response body:
shopee.logistics.GetOrderLogistics & v2.logistics.get_shipping_document_info
"shipping_carrier": "Shopee Xpress (West Malaysia)",
"shopee_tracking_number": "MYxxxx",
"sod": false,
"spx_receive_station": {
"spx_first_receive_station": ""
},
"spx_sub_district": "",
"tracking_number": "SPXMYxxxx"
shopee.orders.GetOrderDetails
"order_status": "READY_TO_SHIP",
"shipping_carrier": "Shopee Xpress (West Malaysia)",
"checkout_shipping_carrier": "Standard Delivery",
"payment_method": "ibanking",
v2.order.get_order_detail
"package_number": "OFG107161074155983",
"logistics_status": "LOGISTICS_READY",
"shipping_carrier": "Shopee Xpress (West Malaysia)",
2.Please note that starting from 27 May 2022, Shopee MY will rollout a new shipping carrier channel called "Shopee Xpress (East Malaysia)” (Channel ID: 20033) under Standard Delivery (2000).
| Channel ID | Shipping Carrier Name |
|---|---|
| 20033 | Shopee Xpress (East Malaysia) |
**Do take note that this New shipping carrier channel called "Shopee Xpress (East Malaysia)” (Channel ID: 20033)” will not support self-design AWB format, developers will need to follow the call flow to get the correct AWB labels. For more info can refer to “Arrange Shipment” section from v1 API call flow & v2 API call Flow.
Scenario
When developers call shopee.orders.GetOrderDetails & v2.order.get_order_detail, the response body will be as follows:
Sample of Response body:
shopee.orders.GetOrderDetails
"order_status": "READY_TO_SHIP",
"shipping_carrier": "Shopee Xpress (East Malaysia)",
"checkout_shipping_carrier": "Standard Delivery",
"payment_method": "ibanking",
V2.order.get_order_detail
"package_number": "OFG107156675367003",
"logistics_status": "LOGISTICS_READY",
"shipping_carrier": "Shopee Xpress (East Malaysia)",
Related APIs:
shopee.orders.GetOrderDetails
shopee.logistics.GetOrderLogistics
v2.order.get_order_detail
v2.logistics.get_shipping_document_info
Affected field: shipping_carrier
Effective Live Date: 2022/05/27
