来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 [TH] Timeslot Update for Express Delivery Channel effective 20 July
Dear Developers,
- Applicability
The updates below are effective for selected Shopee TH local sellers only.
- 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 before | Current Timeslot | Status from 20 July 2026 |
|---|---|---|
| 8.30 | 08:30–12:30 | Maintained |
| 12.30 | 12.30-15.30 | New slot |
| 13.30 | 13:30–16:30 | New slot |
| 14.30 | 14.30 -17.30 | New slot |
| 15.00 | 13.00-17.00 | Removed |
| 15.30 | 15.30-18.30 | New slot |
| 17.00 | 16:00–19:00 | Maintained |
- Affected Logistics Channels
| shipping_carrier | logistics_channel_id | mask_channel_id | mask_channel_name |
|---|---|---|---|
| Express Delivery (SHP Food) | 70123 | 7002 | Express Delivery - ส่งด่วน |
- 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"
}
]
}
- 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.
- Related APIs
v2.logistics.get_shipping_parameter
- Effective Date
20 July 2026
尊敬的开发者,
- 适用范围
以下更新仅适用于特定的 Shopee TH 本土卖家。
- 背景与更新详情
继此前 Express Delivery channel 相关公告后,Express Delivery channel(Channel ID:70123)的取件时间段将进一步更新。
自 July 20, 2026 起,Express Delivery channel(Channel ID:70123)的取件时间段将更新如下:
| API 调用时间早于 | 当前取件时间段 | 2026年7月20日起状态 |
|---|---|---|
| 8:30 | 08:30–12:30 | 保留 |
| 12:30 | 12:30–15:30 | 新增时间段 |
| 13:30 | 13:30–16:30 | 新增时间段 |
| 14:30 | 14:30–17:30 | 新增时间段 |
| 15:00 | 13:00–17:00 | 移除 |
| 15:30 | 15:30–18:30 | 新增时间段 |
| 17:00 | 16:00–19:00 | 保留 |
- 受影响物流渠道
| shipping_carrier | logistics_channel_id | mask_channel_id | mask_channel_name |
|---|---|---|---|
| Express Delivery (SHP Food) | 70123 | 7002 | Express Delivery - ส่งด่วน |
- 响应示例
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"
}
]
}
}
}
- 开发者需采取的行动
如果开发者的集成逻辑通过匹配 time_text 或 pickup_time_id 来选择取件时间段,请更新相关逻辑以适配新的取件时间段。
- 相关 API
v2.logistics.get_shipping_parameter
- 生效时间
2026年7月20日
