版本:202607
加入市场商品
POST/openapi/2026-07/markets/:id/products
把商品加入某市场,使该市场销售这些商品。
请求
Path参数
id string必填
市场 ID
- application/json
- 请求体
- 示例
请求体必填
product_idsstring[]必填
要加入该市场的商品 ID 列表
{
"product_ids": [
"string"
]
}
响应
- 200
OK
- application/json
- 数据结构
- 示例
数据结构
codestring
错误码
messagestring
错误信息
data object
object
{
"code": "string",
"message": "string",
"data": {}
}