来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 Significant OpenAPI Updates
Dear Developers,
Please note the following changes:
- The platform launched the form size chart in 2022, which is open to local sellers, local sellers need to go to the Seller Center to manage the form size chart of the shop, upload and update the form size chart of the product. For a better user experience, the platform will support local sellers to upload and update the form size chart of the product through Open API. After the local seller configures the form size chart in the Seller Center, you can call v2.product.get_size_chart_list to get the form size chart list under a certain category of the shop, call v2.product.get_size_chart_detail to get the detailed information of the form size chart, and call v2.product.update_size_chart to upload and update the form size chart of the product.
Related APIs:
v2.product.get_size_chart_list
v2.product.get_size_chart_detail
v2.product.update_size_chart
Effective Date on Live:
Lived on 2023.05.25
- To help sellers fill in the accurate product weight when creating products, the platform provides the v2.product.get_weight_recommendation Open API, which will return the recommended product weight range based on the name, image, description, category, attribute, and brand information of the product. Currently, only BR local shops can use this Open API.
Related APIs:
v2.product.get_weight_recommendation
Effective Date on Live:
Lived on 2023.05.18
- The name of the "country" field of the v2.shop.get_warehouse_detail is changed to "region".
Related APIs:
v2.shop.get_warehouse_detail
Effective Date on Live:
Lived on 2023.05.23
- The name of the "brand_country" field of the v2.product.register_brand is changed to "brand_region".
Related APIs:
v2.product.register_brand
Effective Date on Live:
Lived on 2023.05.25
- Starting from June 8th, the shop_authorization_push and shop_authorization_canceled_push will be unified and sent every time a store/merchant authorizes or cancels their authorization. The message body should be formatted as outlined in the push document. If the document does not align with your system, please make the necessary changes promptly.
Effective Date: 2023.06.08
尊敬的开发者,
请留意以下变动:
- 平台于2022年推出了表格尺寸表,开放给本土卖家使用,本土卖家需要前往卖家中心管理店铺维度的表格尺寸表以及上传与更新商品维度的表格尺寸表。为了更好的用户体验,本期将支持本土卖家通过Open API上传与更新商品维度的表格尺寸表。本土卖家在卖家中心配置表格尺寸表后,您可以调用v2.product.get_size_chart_list接口获取该店铺某一分类下的表格尺寸表列表,调用v2.product.get_size_chart_detail接口获取表格尺寸表的详细信息,调用v2.product.update_size_chart接口上传与更新商品维度的表格尺寸表。
影响接口:
v2.product.get_size_chart_list
v2.product.get_size_chart_detail
v2.product.update_size_chart
上线时间:
2023.05.25 已上线
- 为了帮助卖家在创建商品时输入准确的商品重量,平台提供了v2.product.get_weight_recommendation接口,接口将根据商品的名称、图片、描述、类目、属性、品牌信息,返回推荐的商品重量范围,目前仅支持BR地区的本土店铺使用该接口。
影响接口:
v2.product.get_weight_recommendation
上线时间:
2023.05.18 已上线
- v2.shop.get_warehouse_detail接口的“country”字段命名修改为“region”。
影响接口:
v2.shop.get_warehouse_detail
上线时间:
2023.05.23 已上线
- v2.product.register_brand接口的“brand_country”字段命名修改为“brand_region”。
影响接口:
v2.product.register_brand
上线时间:
2023.05.25 已上线
- 授权推送 Shop_authorization_push 和 shop_authorization_canceled_push 从6月8日开始将统一为一次店铺/商家授权只会推送一次,且消息体如文档所示,如对接的方式与文档消息体不一致,请及时进行变更。
生效时间:
2023.06.08
