Creates a new collection with the specified title, slug, status, and optional parent. Returns the created collection with translations and redirects.
A valid request URL is required to generate request examples
{ "data": { "slug": "<string>", "status": "active", "children": "<array>", "created_at": "<string>", "id": "<string>", "parent_id": "<string>", "redirects": [ { "id": "<string>", "item_id": "<string>", "locale": "<string>", "new_slug": "<string>", "old_slug": "<string>", "type": "product" } ], "title": "<string>", "translations": { "slug": [ { "id": "<string>", "locale": "<string>", "omni_channel_translations": [ { "id": "<string>", "market_id": "<string>", "store_group_id": "<string>", "value": "<string>" } ], "value": "<string>" } ], "title": [ { "id": "<string>", "locale": "<string>", "omni_channel_translations": [ { "id": "<string>", "market_id": "<string>", "store_group_id": "<string>", "value": "<string>" } ], "value": "<string>" } ] }, "updated_at": "<string>", "uri": "<string>" }, "details": [ "<string>" ], "success": true }
App slug
Team slug
Collection data
active
inactive
draft
Collection created successfully
Show child attributes
Additional contextual information about the response. Used to provide supplementary details beyond the main data payload, such as validation warnings or processing notes