来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 Significant OpenAPI Updates
Dear Developer,
Please note the following changes:
1.For cross-border SG shops, the product tax rate will be adjusted soon. Please connect the product tax-included price fields inflated_price_of_original_price / inflated_price_of_current_price in advance.
Related API:
v2.product.get_item_base_info
v2.product.get_model_list
Effective Date on Live: Lived
2.In order to better provide Open API services, We will change the path match method of all Open APIs in Open Platform to exact match on December 15, 2022, and no longer support prefix match and regular match.This means that the actual request path must be exactly the same as the API Path of Open API when calling Open API, otherwise the call will fail and return the following error message: "The API path is wrong".Take /api/v2/order/get_order_detail as an example:
| Your actual request path | Match or not |
|---|---|
| /api/v2/order/get_order_detail | Yes |
| /api/v2/order/get_order_deta | No |
| /api/v2/order/get_order_detail/xxx | No |
| xxx/api/v2/order/get_order_detail | No |
If this change will affect your business, please adjust your Open API calls before December 15, 2022.
Related APIs: All APIs
Effective Date on Live: 2022/12/15
尊敬的开发者,
请留意以下变动:
- 跨境SG店铺,商品税率即将调整,请提前对接商品含税价字段inflated_price_of_original_price / inflated_price_of_current_price。
影响接口:
v2.product.get_item_base_info
v2.product.get_model_list
上线时间:已上线
2.为了更好地提供Open API服务,我们将于 2022年12月15日 将Open Platform所有Open API的路径匹配方式变更为精准匹配,不再支持前缀匹配与正则匹配。这意味着您的实际请求路径必须与Open API的API Path完全相同,否则将会调用失败,返回如下error message: “The API path is wrong”。以/api/v2/order/get_order_detail为例:
| 请求API路径 | 是否匹配 |
|---|---|
| /api/v2/order/get_order_detail | 是 |
| /api/v2/order/get_order_deta | 否 |
| /api/v2/order/get_order_detail/xxx | 否 |
| xxx/api/v2/order/get_order_detail | 否 |
若上述变更将会影响您的业务,请在2022年12月15日前调整您的Open API调用方式。
影响接口:全部API
上线时间:2022/12/15
