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

[TH] Timeslot Update for Express Delivery Channel

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] Timeslot Update for Express Delivery Channel

Dear Developers,

  1. Applicability

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

  1. Background & Update Details

Effective from 8 June 2026, the pickup timeslots for Express Delivery channel (Channel ID: 70123) will be updated. The number of available pickup timeslots will be reduced from 4 to 3, and the 09:30–13:30 timeslot will no longer be available.

Current TimeslotStatus from 8 June 2026
08:30–12:30Maintained
09:30–13:30Removed
13:00–17:00Maintained
16:00–19:00Maintained
  1. Affected Logistics Channels
shipping_carrierlogistics_channel_idmask_channel_idmask_channel_name
Express Delivery (SHP Food)701237002Express Delivery - ส่งด่วน
  1. Sample of Response Body

v2.logistics.get_shipping_parameter

After the update, the time_slot_list array under info_needed.pickup will contain 3 objects instead of 4. The 09:30–13:30 timeslot will no longer be returned.

Before the update:

{

"info_needed": {

"pickup": {

"time_slot_list": [

{

"date": 1780898734,

"time_text": "08:30-12:30",

"pickup_time_id": "slot_01"

},

{

"date": 1780898734,

"time_text": "09:30-13:30",

"pickup_time_id": "slot_02"

},

{

"date":1780898734,

"time_text": "13:00-17:00",

"pickup_time_id": "slot_03"

},

{

"date": 1780898734,

"time_text": "16:00-19:00",

"pickup_time_id": "slot_04"

}

]

}

After the update:

{

"info_needed": {

"pickup": {

"time_slot_list": [

{

"date":1780898734,

"time_text": "08:30-12:30",

"pickup_time_id": "slot_01"

},

{

"date": 1780898734,

"time_text": "13:00-17:00",

"pickup_time_id": "slot_03"

},

{

"date": 1780898734,

"time_text": "16:00-19:00",

"pickup_time_id": "slot_04"

}

]

}

  1. Action to Take from Developers

If your integration selects a pickup timeslot by matching time_text or pickup_time_id, please update your logic to use one of the 3 remaining timeslots. Integrations that hardcode the removed 09:30–13:30 timeslot may receive an invalid parameter error.

  1. Related APIs

v2.logistics.get_shipping_parameter

  1. Effective Date

08 June 2026

尊敬的开发者,

1.适用范围

以下更新仅适用于选定的 Shopee TH local sellers。

2.背景与更新详情

自 2026-06-08 起,Express Delivery channel(Channel ID:70123)的取件时间段将进行更新。可选取件时间段将从 4 个减少为 3 个,09:30–13:30 时间段将不再可用。

当前取件时间段2026-06-15 起状态
08:30–12:30保留
09:30–13:30移除
13:00–17:00保留
16:00–19:00保留
  1. 受影响物流渠道
shipping_carrierlogistics_channel_idmask_channel_idmask_channel_name
Express Delivery (SHP Food)701237002Express Delivery - ส่งด่วน
  1. 响应示例

v2.logistics.get_shipping_parameter

更新后,info_needed.pickup 下的 time_slot_list 数组将从 4 个对象减少为 3 个对象,09:30–13:30 时间段将不再返回。

更新前:

{

"info_needed": {

"pickup": {

"time_slot_list": [

{

"date": 1780898734,

"time_text": "08:30-12:30",

"pickup_time_id": "slot_01"

},

{

"date": 1780898734,

"time_text": "09:30-13:30",

"pickup_time_id": "slot_02"

},

{

"date": 1780898734,

"time_text": "13:00-17:00",

"pickup_time_id": "slot_03"

},

{

"date": 1780898734,

"time_text": "16:00-19:00",

"pickup_time_id": "slot_04"

}

]

}

更新后:

{

"info_needed": {

"pickup": {

"time_slot_list": [

{

"date":1780898734,

"time_text": "08:30-12:30",

"pickup_time_id": "slot_01"

},

{

"date": 1780898734,

"time_text": "13:00-17:00",

"pickup_time_id": "slot_03"

},

{

"date": 1780898734,

"time_text": "16:00-19:00",

"pickup_time_id": "slot_04"

}

]

}

  1. 开发者需采取的行动

如果您的集成逻辑通过匹配 time_text 或 pickup_time_id 来选择取件时间段,请更新逻辑并使用剩余 3 个取件时间段之一。若集成中硬编码了已移除的 09:30–13:30 时间段,可能会收到 invalid parameter error。

  1. 相关 API

v2.logistics.get_shipping_parameter

  1. 生效时间

2026年6月8日

#