来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 Significant OpenAPI Updates
Dear Developer,
Please note the following changes:
1.If your system needs to add the whitelist IP for Shopee Open api, please note that our live environment IP has been changed, please update your whitelist:
202.181.90.1
202.181.90.2
202.181.90.3
202.181.90.4
202.181.90.33
202.181.90.34
202.181.90.35
202.181.90.36
Effective Date on Live: Lived
2.The updates below are applicable to Shopee TW sellers only.
Effective 15 July 2022 (For All TW sellers), there will be changes on “7-11” (Channel ID: 30005) Shipping Carrier from “7-11” to “7-ELEVEN” .
| Channel ID(No Changes) | Old Shipping Carrier Name | NEW Shipping Carrier Name(Effective 15 July 2022) |
|---|---|---|
| 30005 | 7-11 | 7-ELEVEN |
Kindly note the changes for the response data in the response body regarding Shipping Carrier Related APIs.
Scenario
Sample of Response body:
shopee.logistics.GetOrderLogistics & v2.logistics.get_shipping_document_info
"shipping_carrier": "7-ELEVEN",
"shopee_tracking_number": "xxxx",
shopee.orders.GetOrderDetails & v2.order.get_order_detail
"shipping_carrier": "7-ELEVEN"
"order_status": "READY_TO_SHIP",
The related APIs if only provide logistic id then it won't be affected, the logistic id will remain unchanged.
Related APIs:
shopee.orders.GetOrderDetails
shopee.logistics.GetOrderLogistics
shopee.logistics.GetLogistics
v2.order.get_order_detail
v2.logistics.get_shipping_document_info
v2.logistics.get_channel_list
Affected field:
shipping_carrier
logistics_channel_name
logistic_name
Effective Live Date: 2022/07/15
3.The v2.product.update_item / v2.global_product.update_global_item apis support video_upload_id to be empty to delete video information.
{ "item_id": 100064352, "video_upload_id": [] }
v2.product.update_item supports wholesale to be empty to delete wholesale information.
{ "item_id": 100064352, "wholesale": [] }
Related APIs:
v2.product.update_item
v2.global_product.update_global_item
Effective Live Date: 2022/06/30
尊敬的开发者,请注意以下变动:
1.如果您的系统需要添加Open api出口IP地址的白名单,请注意我们正式环境的IP已经更换,请你更新您的白名单:
202.181.90.1
202.181.90.2
202.181.90.3
202.181.90.4
202.181.90.33
202.181.90.34
202.181.90.35
202.181.90.36
上线时间:已上线
2.以下更新只适用于Shopee 台湾卖家:
2022年7月15号,“7-11” (Channel ID: 30005) 渠道名称将会改为“7-ELEVEN”
| Channel ID(No Changes) | Old Shipping Carrier Name | NEW Shipping Carrier Name(Effective 15 July 2022) |
|---|---|---|
| 30005 | 7-11 | 7-ELEVEN |
请注意相关Shipping Carrier字段的响应参数将会被更新, 但是logistic id保持不变。
场景:
部分响应参数例子:
shopee.logistics.GetOrderLogistics & v2.logistics.get_shipping_document_info
"shipping_carrier": "7-ELEVEN",
"shopee_tracking_number": "xxxx",
shopee.orders.GetOrderDetails & v2.order.get_order_detail"
shipping_carrier": "7-ELEVEN"
"order_status": "READY_TO_SHIP",
Related APIs:
shopee.orders.GetOrderDetails
shopee.logistics.GetOrderLogistics
shopee.logistics.GetLogistics
v2.order.get_order_detail
v2.logistics.get_shipping_document_info
v2.logistics.get_channel_list
Affected field:
shipping_carrier
logistics_channel_name
logistic_name
上线时间:
2022年7月15日
3.v2.product.update_item / v2.global_product.update_global_item接口支持将video_upload_id传空的方式来实现删除video信息。
例如:{ "item_id": 100064352, "video_upload_id": [] }
v2.product.update_item支持将wholesale传空的方式来实现删除wholesale信息。
例如{ "item_id": 100064352, "wholesale": [] }
Related APIs:
v2.product.update_item
v2.global_product.update_global_item
上线时间:
2022年6月30日
