{ "opencollection": "1.0.0", "info": { "name": "Printful Catalog Warehouse API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Warehouse", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a list of warehouse products.", "type": "http" }, "http": { "method": "GET", "url": "https://api.printful.com/v2/warehouse-products", "headers": [ { "name": "X-PF-Store-Id", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of items to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "Result set offset for pagination." } ] }, "docs": "Retrieve a list of warehouse products." }, { "info": { "name": "Retrieve a single warehouse product.", "type": "http" }, "http": { "method": "GET", "url": "https://api.printful.com/v2/warehouse-products/:id", "headers": [ { "name": "X-PF-Store-Id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource identifier." } ] }, "docs": "Retrieve a single warehouse product." } ] } ], "bundled": true }