来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 [MY] Important Update for Logistic Channel Name
Dear Developers,
The updates below are applicable to Shopee MY sellers only.
Effective 24 March 2022 (For All MY sellers), there will be some changes on the naming of “Shopee Express” Shipping Carrier from “Shopee Express” to “Shopee Xpress” for all the Shopee Xpress channels such as Shopee Express (Channel ID: 20088), Shopee Express (Sea Shipping) (Channel ID: 20077) and Shopee Express (Self Collection) (Channel ID: 20099).
| Channel ID | Old Shipping Carrier Name | NEW Shipping Carrier Name (Effective 24 March 2022) |
|---|---|---|
| 20088 | Shopee Express | Shopee Xpress |
| 20077 | Shopee Express (Sea Shipping) | Shopee Xpress (Sea Shipping) |
| 20099 | Shopee Express (Self Collection) | Shopee Xpress (Self Collection) |
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",
"shopee_tracking_number": "MYxxxx",
"sod": false,
"spx_receive_station": {
"spx_first_receive_station": ""
},
"spx_sub_district": "",
"tracking_number": "SPXMYxxxx"
shopee.orders.GetOrderDetails & V2.order.get_order_detail
"order_status": "READY_TO_SHIP",
"shipping_carrier": "Shopee Xpress",
"checkout_shipping_carrier": "Standard Delivery",
"payment_method": "ibanking",
- When developers call shopee.logistics.GetLogistics & v2.logistics.get_channel_list the response body will be as follows:
Sample of Response body:
v2.logistics.get_channel_list
"logistics_channel_list": [
{
"logistics_channel_id": 20099,
"logistics_channel_name": "Shopee Xpress (Self Collection)",
"cod_enabled": false,
"enabled": true,
"fee_type": "SIZE_INPUT",
"size_list": [],
"weight_limit": {
"item_max_weight": 12,
"item_min_weight": 0
}
Sample of Response body:
shopee.logistics.GetLogistics
"logistic_id": 20099,
"logistic_name": "Shopee Xpress (Self Collection)",
"has_cod": false,
"fee_type": "SIZE_INPUT",
"sizes": [],
"enabled": true,
"weight_limits": {
"item_max_weight": 12,
"item_min_weight": 0
}
Related APIs:
Open API 1.0:
shopee.orders.GetOrderDetails
shopee.logistics.GetOrderLogistics
shopee.logistics.GetLogistics
Open API 2.0:
v2.order.get_order_detail
v2.logistics.get_shipping_document_info
v2.logistics.get_channel_list
