Version: 202607
Batch create collect
POST/openapi/2026-07/collects/batch
Creates multiple product-collection associations in a single request.
Request
- application/json
- Body
- Example
Bodyrequired
collection_idstringrequired
Collection ID
product_idsstring[]required
Product ID
{
"collection_id": "string",
"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": {}
}