Version: 202601
Add market products
POST/openapi/2026-01/markets/:id/products
Add products to a market so the market sells them.
Request
Path Parameters
id stringrequired
Market ID
- application/json
- Body
- Example
Bodyrequired
product_idsstring[]required
Product IDs to add to this market
{
"product_ids": [
"string"
]
}
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
object
{
"code": "string",
"message": "string",
"data": {}
}