{ "opencollection": "1.0.0", "info": { "name": "Shopify Admin REST About Smart Collections API", "version": "2025-01" }, "request": { "auth": { "type": "apikey", "key": "X-Shopify-Access-Token", "value": "{{X-Shopify-Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Smart Collections", "type": "folder" }, "items": [ { "info": { "name": "Shopify Retrieve a list of smart collections", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/smart_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 smart (automated) collections." } ] } ], "bundled": true }