来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 [TH] Timeslot Update for Express Delivery Channel
Dear Developers,
- Applicability
The updates below are effective for selected Shopee TH local sellers only.
- 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 Timeslot | Status from 8 June 2026 |
|---|---|
| 08:30–12:30 | Maintained |
| 09:30–13:30 | Removed |
| 13:00–17:00 | Maintained |
| 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 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"
}
]
}
- 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.
- Related APIs
v2.logistics.get_shipping_parameter
- 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 | 保留 |
- 受影响物流渠道
| 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 数组将从 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"
}
]
}
- 开发者需采取的行动
如果您的集成逻辑通过匹配 time_text 或 pickup_time_id 来选择取件时间段,请更新逻辑并使用剩余 3 个取件时间段之一。若集成中硬编码了已移除的 09:30–13:30 时间段,可能会收到 invalid parameter error。
- 相关 API
v2.logistics.get_shipping_parameter
- 生效时间
2026年6月8日
