{ "opencollection": "1.0.0", "info": { "name": "Printful Catalog Store Products API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Store Products", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a list of products synced into the store.", "type": "http" }, "http": { "method": "GET", "url": "https://api.printful.com/store/products", "headers": [ { "name": "X-PF-Store-Id", "value": "" } ] }, "docs": "Retrieve a list of products synced into the store." }, { "info": { "name": "Retrieve a single store product and its variants.", "type": "http" }, "http": { "method": "GET", "url": "https://api.printful.com/store/products/:id", "headers": [ { "name": "X-PF-Store-Id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource identifier." } ] }, "docs": "Retrieve a single store product and its variants." } ] } ], "bundled": true }