来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 Significant OpenAPI Updates
Dear developer,
Please note the following changes:
1.The updates below are effective for Shopee MY seller only.
Please note that starting from 23rd June 2022, Shopee MY will remove Seller Name and Seller Phone Number from the AWB for shipping carrier channels below:
| Channel ID | Shipping Carrier Name |
|---|---|
| 20021 | Ninja Van |
| 20023 | City-Link Express |
Action to take from developers,
-When calling these 2 APIs “shopee.logistics.GetOrderLogistics” & “V2.logistics.get_shipping_document_info”, if the Response body field “shipping_carrier" return the Channel named "Ninja Van” or "City-Link Express”, Developer should remove the Seller name and Seller phone number from the AWB. Sample attached as below:
AWB Samples (BEFORE):
Ninja Van
City-Link Express
AWB Samples (AFTER):
*Note: Removed Seller Name and Seller Phone Number
Ninja Van
City-Link Express
Related APIs:
shopee.logistics.GetOrderLogistics
V2.logistics.get_shipping_document_info
Effective Date on Live: 2022/06/23
- v2.payment.get_escrow_detail API adds response parameters seller_discount and shopee_discount under item level which can distinguish Shopee discounts and Seller discounts on item/product level.
Related APIs:
v2.payment.get_escrow_detail
Effective Date on Live: Lived
- v2.payment.get_escrow_detail API新增返参商品层面的seller_discount 和shopee_discount,便于卖家了解商品层面下的Shopee折扣和卖家折扣。
影响接口:
v2.payment.get_escrow_detail
上线时间:已上线
- Since the categories of all regions are currently using global tree data, so those parameters that in order to be compatible with regions where the global tree is not online, we will deprecated them.
-
v2.global_product.create_publish_task api removes the category_id request parameter;
-
v2.global_product.add_global_item / v2.product.add_item apis remove the original_brand_name request parameter and response parameter;
-
v2.global_product.set_sync_field remove the category_id request parameter.
If the developer's request still uploads these parameters, we will ignore.
Related APIs:
v2.global_product.create_publish_task
v2.global_product.add_global_item
v2.product.add_item
v2.global_product.set_sync_field
Effective Date on Live: 2022/6/23
- 由于目前所有地区的类目已经统一为global tree, 所以我们将下线之前为了兼容未上线global tree地区而设计的接口字段,包括
1) v2.global_product.create_publish_task接口去掉category_id入参(因为全球商品的发布到站点不能修改类目)
2) v2.global_product.add_global_item/v2.product.add_item 去掉original_brand_name的入参和返参
3)v2.global_product.set_sync_field 去掉category_id入参
如果开发者的请求中仍然上传了这些字段,我们将会忽略。
影响接口:
v2.global_product.create_publish_task
v2.global_product.add_global_item
v2.product.add_item
v2.global_product.set_sync_field
上线时间:2022/6/23
