来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 [Important] [TW] New "蝦皮店到店 - 隔日到貨" Channel
[Important] [TW] New "蝦皮店到店 - 隔日到貨" Channel
Dear Developers,
Please note the following changes:
For local shops in TW region, Shopee provides "蝦皮店到店 - 隔日到貨" channel (channel ID: 30019) to fulfill buyer’s fast delivery needs. Please note that this channel does not support pre-order products, as sellers need more time to prepare the product and can’t guarantee next day delivery.
The Open APIs are updated as follows:
-
To get the information of "whether the channel supports pre-order products", v2.logistics.get_channel_list has added a new support_pre_order filed, if the channel does not support pre-order products, then the support_pre_order field will return false, otherwise it will return true.
-
When calling v2.product.add_item, v2.product.update_item, v2.product.update_model:
- If the item has enabled channels that doesn't support pre-order products, when you set the is_pre_order to true for the item or the model under the item, the API will return error message: The channel doesn't allow pre order products. channel: {channel_name}.
- If the is_pre_order has set to true for the item or the model under the item, when you update the item's logistic_info and enable channels that don't support pre-order products, the API will also return error message: The channel doesn't allow pre order products. channel: {channel_name}.
- The information for self-designed logistics labels can be found in the FAQ (https://open.shopee.com/faq/279) after the online launch.
Related APIs:
v2.logistic.get_channel_list
v2.product.add_item
v2.product.update_item
v2.product.update_model
Effective Date on Live:
2024.04.03
尊敬的開發者, 請留意以下變動:
針對 TW 市場的本地賣家,Shopee 推出了「蝦皮店到店 - 隔日到貨」渠道 (channel ID: 30019),以滿足買家即時到貨的需求。請注意,該渠道不適用於預售商品。因預售商品需要更長的備貨時間,無法隔日送達。
API 更新如下:
1)為了方便取得「渠道是否支援預售商品」資訊,v2.logistics.get_channel_list 新增了 support_pre_order 欄位。若渠道不支援預售商品,則 support_pre_order 欄位將會傳回 false,否則將會傳回 true。
2)呼叫 v2.product.add_item、v2.product.update_item、v2.product.update_model API 時:
- 若item開啟了不支援預售商品的管道,設定item或item下的model的is_pre_order為true時,將會報錯:The channel doesn't allow pre order products. Channel: {channel_name}.
- 若 item 或 item 下的 model 設定了 is_pre_order 為 true,設定 item 的 logistic_info 欲開啟不支援預售商品的渠道時,介面同樣也會報錯:The channel doesn't allow pre order products. Channel: {channel_name}.
3)物流標籤的繪製資訊可以自上線後於 FAQ(https://open.shopee.com/faq/279) 當中查看。
影響 API:
v2.logistic.get_channel_list
v2.product.add_item
v2.product.update_item
v2.product.update_model
上線時間:
2024.04.03
尊敬的开发者,
请留意以下变动:
针对TW地区的Local Shop,Shopee推出了“蝦皮店到店 - 隔日到貨”渠道 (channel ID: 30019),以满足买家的快速交货需求。请注意,该渠道不适用于预售商品,因为预售商品卖家需要更长时间备货,无法次日达。
接口更新如下:
1)为了便于获取“渠道是否支持预售商品”信息,v2.logistics.get_channel_list接口新增了support_pre_order字段,若渠道不支持预售商品,则support_pre_order字段将会返回false,否则将会返回true。
2)调用v2.product.add_item、v2.product.update_item、v2.product.update_model接口时:
- 若item开启了不支持预售商品的渠道,设置item或item下的model的is_pre_order为true时,接口将会报错:The channel doesn't allow pre order products. Channel: {channel_name}.
- 若item或item下的model设置了is_pre_order为true,设置item的logistic_info以开启不支持预售商品的渠道时,接口同样也会报错:The channel doesn't allow pre order products. Channel: {channel_name}.
3)物流面单的绘制资讯可以自上线后于 FAQ(https://open.shopee.com/faq/279) 当中查看。
影响接口:
v2.logistic.get_channel_list
v2.product.add_item
v2.product.update_item
v2.product.update_model
上线时间:
2024.04.03
