来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§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_id | mask_channel_id | logistic_channel_name |
|---|---|---|
| 10088 | 1000 | SPX Express |
| 10700 | 1004 | Next Day Doorstep Delivery |
| 10098 | 0 | Pick Locker |
| 10099 | 0 | Shopee 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_id | mask_channel_id | logistic_channel_name |
|---|---|---|
| 10088 | 1000 | SPX Express |
| 10700 | 1004 | Next Day Doorstep Delivery |
| 10098 | 0 | Pick Locker |
| 10099 | 0 | Shopee 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"
}
