快工助手跨境电商知识与商机助手

Significant OpenAPI Updates of Product

Shopee 官方资料 · Shopee Open Platform 变更通知(Announcements) · 适合开发者

stable本次发布有变化全部展示

来自 Shopee 官方资料快照 ·

打开官方原文 ↗
  1. 当前资料结构化阅读页
  2. 固定快照已留存,可追溯
  3. 官方原文可核对
查看技术与溯源信息
平台 / profile
Shopee / profile.shopee.announcements
语言
en
发布版本
cn-20260909-2
标签
zhuge/sourceplatform/shopeeaudience/developercategory/announcementtopic/apitopic/api-producttopic/changelogtopic/developertopic/openapi-updates

资料正文

§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

ParameterTypeRequiredDescription
outlet_item_idint64YesThe 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.

  1. 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_idint64YesThe 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

  1. v2.product.publish_item_to_outlet_shop接口逻辑调整

当商品发布至 Warehouse Outlet Shop 时,系统将忽略请求中传入的库存(stock)信息。

库存数据将按照 Instant Mart 业务逻辑进行管理。

影响接口

v2.product.get_mart_item_by_outlet_item_id

v2.product.publish_item_to_outlet_shop

生效时间

Lived

#