Retrieves a collection with all translations, redirects, and its children (nested collections).
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
ID of collection
Collection updated 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