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

[TH] Timeslot Update for Express Delivery Channel effective 20 July

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 effective 20 July

Dear Developers,

  1. Applicability

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

  1. Background & Update Details

Following the previous announcement for Express Delivery channel, the pickup timeslots for Express Delivery channel (Channel ID: 70123) will be further updated.

Effective from 20 July, the pickup timeslots for Express Delivery channel (Channel ID: 70123) will be updated as follows:

API call time beforeCurrent TimeslotStatus from 20 July 2026
8.3008:30–12:30Maintained
12.3012.30-15.30New slot
13.3013:30–16:30New slot
14.3014.30 -17.30New slot
15.0013.00-17.00Removed
15.3015.30-18.30New slot
17.0016: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 new timeslots. Sample below is when API call before 8.30

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": "13:00-17:00",

"pickup_time_id": "slot_02"

},

{

"date": 1780898734,

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

"pickup_time_id": "slot_03"

}

]

}

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": "12:30-15:30",

"pickup_time_id": "slot_02"

},

{

"date":1780898734,

"time_text": "13:30-16:30",

"pickup_time_id": "slot_03"

},

{

"date": 1780898734,

"time_text": "14:30-17:30",

"pickup_time_id": "slot_04"

},

{

"date": 1780898734,

"time_text": "15:30-18:30",

"pickup_time_id": "slot_05"

},

{

"date": 1780898734,

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

"pickup_time_id": "slot_06"

}

]

}

  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 the new timeslots.

  1. Related APIs

v2.logistics.get_shipping_parameter

  1. Effective Date

20 July 2026

尊敬的开发者,

  1. 适用范围

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

  1. 背景与更新详情

继此前 Express Delivery channel 相关公告后,Express Delivery channel(Channel ID:70123)的取件时间段将进一步更新。

自 July 20, 2026 起,Express Delivery channel(Channel ID:70123)的取件时间段将更新如下:

API 调用时间早于当前取件时间段2026年7月20日起状态
8:3008:30–12:30保留
12:3012:30–15:30新增时间段
13:3013:30–16:30新增时间段
14:3014:30–17:30新增时间段
15:0013:00–17:00移除
15:3015:30–18:30新增时间段
17:0016: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 数组将返回新的取件时间段。以下示例为 API 调用时间早于 8:30 时的返回结果。

更新前:

{
  "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_02"
        },
        {
          "date": 1780898734,
          "time_text": "16:00-19:00",
          "pickup_time_id": "slot_03"
        }
      ]
    }
  }
}

更新后:

{
  "info_needed": {
    "pickup": {
      "time_slot_list": [
        {
          "date": 1780898734,
          "time_text": "08:30-12:30",
          "pickup_time_id": "slot_01"
        },
        {
          "date": 1780898734,
          "time_text": "12:30-15:30",
          "pickup_time_id": "slot_02"
        },
        {
          "date": 1780898734,
          "time_text": "13:30-16:30",
          "pickup_time_id": "slot_03"
        },
        {
          "date": 1780898734,
          "time_text": "14:30-17:30",
          "pickup_time_id": "slot_04"
        },
        {
          "date": 1780898734,
          "time_text": "15:30-18:30",
          "pickup_time_id": "slot_05"
        },
        {
          "date": 1780898734,
          "time_text": "16:00-19:00",
          "pickup_time_id": "slot_06"
        }
      ]
    }
  }
}
  1. 开发者需采取的行动

如果开发者的集成逻辑通过匹配 time_text 或 pickup_time_id 来选择取件时间段,请更新相关逻辑以适配新的取件时间段。

  1. 相关 API

v2.logistics.get_shipping_parameter

  1. 生效时间

2026年7月20日

#