来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 [MY] Important Update for Logistic Channel Name
Dear Developers,
The updates below are applicable to Shopee MY local sellers only.
Effective 1 August 2023, there will be some changes on the naming of “Shopee Express” Shipping Carrier from “Shopee Xpress” to “SPX Express” for all the Shopee Xpress channels such as Shopee Xpress (West Malaysia) (Channel ID: 20088), Shopee Xpress (East Malaysia) (Channel ID: 20033), Shopee Xpress (Sea Shipping) (Channel ID: 20077) and Self Collection (Shopee Xpress) (Channel ID: 20099).
| Channel ID(No Changes) | Old Shipping Carrier Name | NEW Shipping Carrier Name (Effective 1 August 2023) |
|---|---|---|
| 20088 | Shopee Xpress (West Malaysia) | SPX Express (West Malaysia) |
| 20033 | Shopee Xpress (East Malaysia) | SPX Express (East Malaysia) |
| 20077 | Shopee Xpress (Sea Shipping) | SPX Express (Sea Shipping) |
| 20099 | Self Collection (Shopee Xpress) | Self Collection (SPX Express) |
Kindly note the changes for the response data in the response body regarding Shipping Carrier Related APIs.
Scenario
1.When developers call v2.order.get_order_detail, or v2.logistics.get_shipping_document_info, the response body will be as follows:
Sample of Response body:
v2.logistics.get_shipping_document_info
"shipping_carrier": "SPX Express (West Malaysia)",
"shopee_tracking_number": "MYxxxx",
"sod": false,
"spx_receive_station": {
"spx_first_receive_station": ""
},
"spx_sub_district": "",
"tracking_number": "SPXMYxxxx"
v2.order.get_order_detail
"order_status": "READY_TO_SHIP",
"shipping_carrier": "SPX Express (West Malaysia)",
"checkout_shipping_carrier": "Standard Delivery",
"payment_method": "ibanking",
2.When developers call 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 (SPX Express)",
"cod_enabled": false,
"enabled": true,
"fee_type": "SIZE_INPUT",
"size_list": [],
"weight_limit": {
"item_max_weight": 12,
"item_min_weight": 0
}
Related APIs:
Open API 2.0:
v2.order.get_order_detail
v2.logistics.get_shipping_document_info
v2.logistics.get_channel_list
Affected field:
1.shipping_carrier
2.logistics_channel_name
3.logistic_name
