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

[Important][PH] Adjustment of Pickup Time Slot Selection

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/api-logisticstopic/changelogtopic/developertopic/logistics-channel-awb-updatestopic/openapi-updates

资料正文

§1 [Important][PH] Adjustment of Pickup Time Slot Selection

Dear Developers,

The updates below are applicable to Shopee PH local sellers only.

Beginning on March 26, orders under select logistics channels will always have a maximum of one (1) available pickup time slot option. If a pickup time slot option is provided, it will always be the earliest available pickup date which could either be on the same day or the next working day. This will be the case regardless of how many days to ship (DTS) the order has left.

Once this update comes into effect, the $.response.pickup.address_list.time_slot_list field will always either be null or just have one time slot option when getting shipping parameters via v2.logistics.get_shipping_parameter. If a pickup time slot option is provided, then you must input its pickup_time_id when arranging the order for shipment. You can’t omit the $.pickup.pickup_time_id parameter, leave it blank, or input a different value. Otherwise, you’ll receive an error.

If $.response.pickup.address_list.time_slot_list is null, then you may omit the $.pickup.pickup_time_id parameter when arranging orders for shipment and the system will automatically choose the earliest available pickup date. If you input any value, the system will ignore it.

Shopee is advising sellers to only arrange orders for shipment once they’re ready to ship out the order. Please notify your users to be ready to fulfill the order ASAP upon arranging shipment.

Sample of response body:

v2.logistics.get_shipping_parameter

Sample of Response Body:v2.logistics.ship_order

Related APIs:

v2.logistics.get_shipping_parameter

v2.logistics.ship_order

v2.logistics.update_shipping_order

Effective Date on Live:

Tuesday, March 26, 2024

亲爱的开发者们,

下列更新仅适用于 Shopee 菲律宾本地卖家。

2024 年 3 月 26 日起,特定物流渠道的订单将最多提供一(1)个取件时间段选项。系统如果提供了取件时间段选项,该选项将始终是最早的取件日期,可以是当天,也可以是下一个工作日。无论订单还剩多少出货天数 (DTS),情况都是如此。

受影响的物流渠道

此调整生效后,通过 v2.logistics.get_shipping_parameter 获取出货参数时,$.response.pickup.address_list.time_slot_list 字段将始终为空或只有一个时间段选项。如果提供了取件时间段选项,则在安排订单出货时必须输入其 pickup_time_id。不能省略 $.pickup.pickup_time_id 参数、留空或输入不同的值,否则会出错。

如果 $.response.pickup.address_list.time_slot_list 为空,那么在安排订单出货时,您可以省略 $.pickup.pickup_time_id 参数,系统会自动选择最早的取货日期。如果您输入任意值,系统将忽略该值。

Shopee 建议卖家准备好订单后再安排出货。请通知您的用户在安排出货后尽快做好出货准备。

v2.logistics.get_shipping_parameter 响应示例

v2.logistics.ship_order传入错误的pickup_time_id 报错响应示例

影响 API:

v2.logistics.get_shipping_parameter

v2.logistics.ship_order

v2.logistics.update_shipping_order

生效时间:

2024 年 3 月 26 日,周二

#