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

[SG] Sunday Pick-up Application Form (SPX Pick-up only)

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 [SG] Sunday Pick-up Application Form (SPX Pick-up only)

Dear Developers,

Please take note of the following updates that are applicable to sellers in SG.

Sunday and Public Holiday Pick-up Services (SPX Pick-up only) From 9 July 2024, sellers who wish to schedule for a pick-up on Sundays and Public Holidays can select Sunday and Public Holiday pick-up slots directly from Seller Centre.

For developers/ sellers/ enablers that are auto-selecting the next available date for pick up, please note that Sunday and PH are available for pick up from 9 July 2024 for the channels shown below. If your sellers are NOT operating on Sunday or PH, please make the necessary adjustments for the pick up date selection to avoid the penalty of no show.

Please take note of the following channel ID and name that offers Sunday and PH pick up:

logistic_channel_idmask_channel_idlogistic_channel_name
100881000SPX Express
107001004Next Day Doorstep Delivery
100980Pick Locker
100990Shopee Collection Point

For more information regarding this, please refer to the Seller Education Hub’s article.

Scenario

When developers call v2.logistics.get_shipping_parameter, the response body will be as follows: Sample of Response body:

{

"error": "",

"message": "",

"response": {

"info_needed": {

"dropoff": [],

"pickup": [

"address_id",

"pickup_time_id"

]

},

"dropoff": null,

"pickup": {

"address_list": [

{

"address_id": 123,

"region": "SG",

"state": "",

"city": "",

"district": "",

"town": "",

"address": "",

"zipcode": "40009",

"address_flag": [

"default_address",

"pickup_address",

"return_address"

],

"time_slot_list": null

},

{

"address_id": 234,

"region": "SG",

"state": "",

"city": "",

"district": "",

"town": "",

"address": "hhh, #34",

"zipcode": "xxx",

"address_flag": [],

"time_slot_list": 1719111629

}

]

}

},

"request_id": "2880a5a28510424eaa3288fd941fae2c"

}

尊敬的开发人员:

请注意以下更新适用于新加坡卖家:

星期天和公共假期的取件服务(仅限SPX取件):

自2024年7月9日起,卖家如需在星期天和公共假期安排取件,可以直接在卖家中心选择星期天和公共假日作为取件时间。

对于自动选择下一个可用取件日期的开发人员/卖家/服务提供商,如果您的卖家在星期天或公共假期不营业,请在取件日期选择上做出相应调整,以避免因未能取件而受到处罚。

以下是提供星期天和公共假期取件服务的渠道ID和名称:

logistic_channel_idmask_channel_idlogistic_channel_name
100881000SPX Express
107001004Next Day Doorstep Delivery
100980Pick Locker
100990Shopee Collection Point

更多信息,请参考卖家教育中心

Scenario

请求v2.logistics.get_shipping_parameter, 响应示例如下:

{

"error": "",

"message": "",

"response": {

"info_needed": {

"dropoff": [],

"pickup": [

"address_id",

"pickup_time_id"

]

},

"dropoff": null,

"pickup": {

"address_list": [

{

"address_id": 123,

"region": "SG",

"state": "",

"city": "",

"district": "",

"town": "",

"address": "",

"zipcode": "40009",

"address_flag": [

"default_address",

"pickup_address",

"return_address"

],

"time_slot_list": null

},

{

"address_id": 234,

"region": "SG",

"state": "",

"city": "",

"district": "",

"town": "",

"address": "hhh, #34",

"zipcode": "xxx",

"address_flag": [],

"time_slot_list": 1719111629

}

]

}

},

"request_id": "2880a5a28510424eaa3288fd941fae2c"

}

#