来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 [MY]Important Update for New Logistics Channel-Self Collection Locker
Dear Developer,
- Applicability
The updates below are effective for selected Shopee MY local sellers only.
- Background & Update Details
Shopee is introducing a new shipping carrier, Self Collection Locker (SPX Express) (Channel ID: 20087), to enhance delivery options for buyers and expand logistics coverage.
Effective 20 April 2026, this new logistics channel will be made available to all Shopee MY local sellers under a new channel configuration.
This new fulfillment channel does not fall under any masked channel structure and will be directly assigned a dedicated logistics channel ID.
- Affected Logistics Channels
| shipping_carrier | logistics_channel_id | mask_channel_id |
|---|---|---|
| Self Collection Locker (SPX Express) | 20087 | 0 |
-
Sample of Response Body v2.order.get_order_detail { "response": { "order_list": [ { "package_list": [ { "shipping_carrier": "Self Collection Locker (SPX Express)", "logistics_channel_id": 20087, "allow_self_design_awb": true } ] } ] } }
-
Action to take from Developers
Self-designed Air Waybill (AWB) is not encouraged for this logistics channel. Developers must use the Shopee System AWB.
To obtain the Shopee System AWB, developers must follow the API flow by calling:
v2.logistics.get_shipping_document_parameter → v2.logistics.create_shipping_document → v2.logistics.get_shipping_document_result →v2.logistics.download_shipping_document.
If you insist on using a self-designed AWB, it may lack of essential information required for 3PL fulfillment or contain incorrect details, resulting in your parcel being undeliverable to the buyer.
- AWB Sample
Below is a sample AWB for reference.
- Related APIs
v2.logistics.get_channel_list
v2.logistics.update_channel
v2.product.add_item
v2.product.update_item
v2.product.get_item_base_info
v2.order.get_order_detail
v2.order.get_package_detail
- Effective Date
20 April 2026
尊敬的开发者:
1.适用范围 以下更新仅适用于特定的Shopee MY本土卖家。 2. 背景与更新详情
Shopee 推出全新物流渠道—入Self Collection Locker (SPX Express) (Channel ID: 20087),旨在丰富买家的配送选择并扩大物流覆盖范围。
从2026 年 4 月 20 日起,该物流渠道将向所有 Shopee 马来西亚本土卖家开放。
此渠道不属于任何虚拟渠道,并直接分配一个专属的物流渠道 ID。
- 受影响的物流渠道
| shipping_carrier | logistics_channel_id | mask_channel_id |
|---|---|---|
| Self Collection Locker (SPX Express) | 20087 | 0 |
- 响应示例
v2.order.get_order_detail { "response": { "order_list": [ { "package_list": [ { "shipping_carrier": "Self Collection Locker (SPX Express)", "logistics_channel_id": 20087, "allow_self_design_awb": true } ] } ] } }
- 开发者需要采取的行动
我们不鼓励开发者使用自画面单,必须使用 Shopee 系统面单。 获取 Shopee 系统面单,开发者必须按照以下 API 调用流程操作:v2.logistics.get_shipping_document_parameter → v2.logistics.create_shipping_document → v2.logistics.get_shipping_document_result→ v2.logistics.download_shipping_document。 如果您坚持使用自画面单,则可能缺少第三方物流 (3PL) 履行所需的关键信息或包含错误信息,导致您的包裹无法送达买家。
- AWB 示例
以下为 AWB 示例供参考。
- 影响API
v2.logistics.get_channel_list
v2.logistics.update_channel
v2.product.add_item
v2.product.update_item
v2.product.get_item_base_info
v2.order.get_order_detail
v2.order.get_package_detail
v2.logistics.get_shipping_document_data_info
- 生效日期 2026年4月20日
