{ "opencollection": "1.0.0", "info": { "name": "Shopify Admin REST About Custom Collections API", "version": "2025-01" }, "request": { "auth": { "type": "apikey", "key": "X-Shopify-Access-Token", "value": "{{X-Shopify-Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Custom Collections", "type": "folder" }, "items": [ { "info": { "name": "Shopify Retrieve a list of custom collections", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/custom_collections.json", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results (max 250, default 50)" }, { "name": "since_id", "value": "", "type": "query", "description": "Return collections after the specified ID" }, { "name": "title", "value": "", "type": "query", "description": "Filter by collection title" }, { "name": "product_id", "value": "", "type": "query", "description": "Show collections containing this product" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include" } ] }, "docs": "Retrieves a list of custom (manual) collections." }, { "info": { "name": "Shopify Create a custom collection", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/custom_collections.json", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new custom (manual) collection." } ] } ], "bundled": true }