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

[TH] SPX Express - Buyer Self-Collection Channel Name Update

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 [TH] SPX Express - Buyer Self-Collection Channel Name Update

Dear Developers,

  1. Applicability

The updates below are effective for selected Shopee TH local sellers only.

  1. 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”.

DateUpdate Details
13 Mar 2025Official Launch SPX Express (Self Collection) for initial seller groups
13 Feb 2026Changed name to "SPX Express – ผู้ซื้อรับที่จุดบริการ SPX"
06 May 2026More API Sellers are being whitelisted

For more information: https://seller.shopee.co.th/edu/article/14901

  1. Affected Logistics Channels
Channel IDOld Channel NameNew Channel Name
70036SPX Express (Self Collection)SPX Express – ผู้ซื้อรับที่จุดบริการ SPX
  1. 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

}

]

}

  1. 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.

  1. AWB Sample

Below is a sample AWB for reference.

  1. 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

  1. Effective Date

13 February 2026

尊敬的开发者:

  1. 适用范围

以下更新仅适用于特定的Shopee TH本土卖家。

  1. 背景与更新详情

买家自提 (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

  1. 受影响的物流渠道
Channel ID变更前名称变更后名称
70036SPX Express (Self Collection)SPX Express – ผู้ซื้อรับที่จุดบริการ SPX
  1. 响应示例

v2.logistics.get_channel_list

{

"response": {

"logistics_channel_list": [

{

"logistics_channel_id": 70036,

"logistics_channel_name": "SPX Express - ผู้ซื้อรับที่จุดบริการ SPX",

"enabled": true

}

]

}

  1. 开发者需要采取的行动

● 同步渠道数据: 调用 v2.logistics.get_channel_list 获取并在系统数据库中存储更新后的渠道名称。

● 更新集成逻辑: 若您的系统基于渠道名称进行识别或筛选,请更新逻辑以支持新名称 “SPX Express – ผู้ซื้อรับที่จุดบริการ SPX”。

● 验证 API 调用: 检查所有返回或使用物流渠道信息的 API(见第 7 部分),确保名称变更不会影响订单履约或物流追踪流程。

  1. AWB 示例

以下为 AWB 示例供参考。

  1. 影响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

  1. 生效日期

2026年2月13日

#