来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 Significant OpenAPI Updates of Product
Dear Developers
Please find below the OpenAPI updates released this time. These changes aim to enhance functionality, improve flexibility, and provide better integration support.
§2 1. Instant Mart: New Item Mapping Query API and Publishing Logic Update
1. Instant Mart: New Item Mapping Query API and Publishing Logic Update
Background
Shopee currently supports two shop structures: Multi-Warehouse (MWH) and Instant Mart - Outlet.
To better support the Instant Mart - Outlet business model, Shopee is introducing a new item mapping query API and updating the item publishing logic.
Applicable Scope
Instant Mart merchants
Update Details
This API allows developers to retrieve the corresponding Mart Shop item information using an Outlet Shop item ID.
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| outlet_item_id | int64 | Yes | The item ID of the item in the Outlet Shop |
Response Parameters
The response structure is the same as v2.product.get_mart_item_mapping_by_id.
For details, please refer to the API documentation: v2.product.get_mart_item_by_outlet_item_id.
- Update to v2.product.publish_item_to_outlet_shop
When publishing an item to a Warehouse Outlet Shop, the system will ignore the stock information provided in the request.
Inventory will be managed according to the Instant Mart business logic.
Affected APIs
v2.product.get_mart_item_by_outlet_item_id
v2.product.publish_item_to_outlet_shop
Effective Date
Lived
尊敬的开发者
请查收本次的OpenAPI 功能更新。这些改动旨在提升功能灵活性、优化使用体验,并为集成提供更好的支持。
§3 1. Instant Mart新增商品映射查询接口及发布逻辑调整
1. Instant Mart新增商品映射查询接口及发布逻辑调整
背景
目前, Shopee 支持多仓模式(Multi-Warehouse, MWH)和 Instant Mart - Outlet 两种店铺结构。
为支持 Instant Mart - Outlet 业务模式,平台新增商品映射查询接口,并优化商品发布逻辑。
影响范围
Instant Mart 商家
更新内容
支持通过 Outlet Shop 商品 ID 查询对应的 Mart Shop 商品信息。
Request Parameters
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| outlet_item_id | int64 | Yes | The item ID of the item in the outlet shop. |
Response Parameters
返回结构与 v2.product.get_mart_item_mapping_by_id 保持一致,详见API文档: v2.product.get_mart_item_by_outlet_item_id
当商品发布至 Warehouse Outlet Shop 时,系统将忽略请求中传入的库存(stock)信息。
库存数据将按照 Instant Mart 业务逻辑进行管理。
影响接口
v2.product.get_mart_item_by_outlet_item_id
v2.product.publish_item_to_outlet_shop
生效时间
Lived
