快工助手跨境电商知识与商机助手

[MY] Important Update for Logistic Channel Name

Shopee 官方资料 · Shopee Open Platform 变更通知(Announcements) · 适合开发者

stable本次发布有变化全部展示

来自 Shopee 官方资料快照 ·

打开官方原文 ↗
  1. 当前资料结构化阅读页
  2. 固定快照已留存,可追溯
  3. 官方原文可核对
查看技术与溯源信息
平台 / profile
Shopee / profile.shopee.announcements
语言
en
发布版本
cn-20260909-2
标签
zhuge/sourceplatform/shopeeaudience/developercategory/announcementtopic/apitopic/changelogtopic/developertopic/logistics-channel-awb-updates

资料正文

§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 NameNEW Shipping Carrier Name (Effective 1 August 2023)
20088Shopee Xpress (West Malaysia)SPX Express (West Malaysia)
20033Shopee Xpress (East Malaysia)SPX Express (East Malaysia)
20077Shopee Xpress (Sea Shipping)SPX Express (Sea Shipping)
20099Self 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

#