来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 [MY] Important Update for Logistic Channel Name
Dear Developers,
The updates below are applicable to Shopee MY sellers only.
Effective 21 April 2022 (For All MY sellers), there will be some changes on the naming of “Shopee Xpress (Self Collection)”, It will be rebranded from “Shopee Xpress (Self Collection)” to “Self Collection (Shopee Xpress)”.
| Channel ID (No Changes) | Old Shipping Carrier Name | NEW Shipping Carrier Name (Effective 21 April 2022) |
|---|---|---|
| 20099 | Shopee Xpress (Self Collection) | Self Collection (Shopee Xpress) |
Kindly note the changes for the response data in the response body regarding Shipping Carrier Related APIs.
Scenario
1.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": "Self Collection (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": "Self Collection (Shopee Xpress)",
"checkout_shipping_carrier": "Standard Delivery",
"payment_method": "ibanking",
2.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": "Self Collection (Shopee Xpress)",
"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": "Self Collection (Shopee Xpress)",
"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
Affected field:
shipping_carrier
logistics_channel_name
logistic_name
Effective Live Date: 2022/04/21
