来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 [TH] SPX Express - Buyer Self-Collection Channel Name Update
Dear Developers,
- Applicability
The updates below are effective for selected Shopee TH local sellers only.
- Background & Update Details
Buyer Self Collection (BSC) is a delivery channel that allows buyers to pick up their parcels at SPX Service Points. Under this service, buyers can choose a convenient pickup point and collect their parcels within 5 days.
We previously launched this channel before In this update, the delivery channel name will be changed from “SPX Express (Self Collection)” to “SPX Express – ผู้ซื้อรับที่จุดบริการ SPX”.
| Date | Update Details |
|---|---|
| 13 Mar 2025 | Official Launch SPX Express (Self Collection) for initial seller groups |
| 13 Feb 2026 | Changed name to "SPX Express – ผู้ซื้อรับที่จุดบริการ SPX" |
| 06 May 2026 | More API Sellers are being whitelisted |
For more information: https://seller.shopee.co.th/edu/article/14901
- Affected Logistics Channels
| Channel ID | Old Channel Name | New Channel Name |
|---|---|---|
| 70036 | SPX Express (Self Collection) | SPX Express – ผู้ซื้อรับที่จุดบริการ SPX |
- Sample of Response Body
v2.logistics.get_channel_list
{
"response": {
"logistics_channel_list": [
{
"logistics_channel_id": 70036,
"logistics_channel_name": "SPX Express - ผู้ซื้อรับที่จุดบริการ SPX",
"enabled": true
}
]
}
- Action to Take from Developers
● Sync Channel Data: Call v2.logistics.get_channel_list to retrieve and store the updated channel name in your database.
● Update Integration Logic: If your system identifies or filters shipping channels by name (e.g., in your ERP or UI), update your logic to support the new name "SPX Express – ผู้ซื้อรับที่จุดบริการ SPX".
● Verify API Calls: Check all APIs that return or accept logistics channel information (see Section 7) to ensure the name change does not impact your order fulfillment or tracking processes.
- AWB Sample
Below is a sample AWB for reference.
- Related APIs
v2.logistics.get_channel_list
v2.logistics.update_channel
v2.logistics.get_shipping_parameter
v2.logistics.get_tracking_number
v2.logistics.get_tracking_info
v2.logistics.ship_order
v2.logistics.update_shipping_order
- Effective Date
13 February 2026
尊敬的开发者:
- 适用范围
以下更新仅适用于特定的Shopee TH本土卖家。
- 背景与更新详情
买家自提 (Buyer Self Collection,简称BSC) 是一种允许买家在SPX服务网点自取包裹的配送渠道。在该服务下,买家可以选择方便的取件点,并在 5 天内完成取件。
我们之前已推出此渠道,本次更新中,配送渠道名称将从 “SPX Express (Self Collection)” 更新为 “SPX Express – ผู้ซื้อรับที่จุดบริการ SPX”。
| 日期 | 更新详情 |
|---|---|
| 2025年3月13日 | SPX Express (Self Collection)正式上线,面向首批卖家群体 |
| 2026年2月13日 | 更名为"SPX Express – ผู้ซื้อรับที่จุดบริการ SPX" |
| 2026年5月6日 | 更多API卖家被列入白名单 |
更多该渠道相关信息:https://seller.shopee.co.th/edu/article/14901
- 受影响的物流渠道
| Channel ID | 变更前名称 | 变更后名称 |
|---|---|---|
| 70036 | SPX Express (Self Collection) | SPX Express – ผู้ซื้อรับที่จุดบริการ SPX |
- 响应示例
v2.logistics.get_channel_list
{
"response": {
"logistics_channel_list": [
{
"logistics_channel_id": 70036,
"logistics_channel_name": "SPX Express - ผู้ซื้อรับที่จุดบริการ SPX",
"enabled": true
}
]
}
- 开发者需要采取的行动
● 同步渠道数据: 调用 v2.logistics.get_channel_list 获取并在系统数据库中存储更新后的渠道名称。
● 更新集成逻辑: 若您的系统基于渠道名称进行识别或筛选,请更新逻辑以支持新名称 “SPX Express – ผู้ซื้อรับที่จุดบริการ SPX”。
● 验证 API 调用: 检查所有返回或使用物流渠道信息的 API(见第 7 部分),确保名称变更不会影响订单履约或物流追踪流程。
- AWB 示例
以下为 AWB 示例供参考。
- 影响API
v2.logistics.get_channel_list
v2.logistics.update_channel
v2.logistics.get_shipping_parameter
v2.logistics.get_tracking_number
v2.logistics.get_tracking_info
v2.logistics.ship_order
v2.logistics.update_shipping_order
- 生效日期
2026年2月13日
