{ "opencollection": "1.0.0", "info": { "name": "Medusa Store Auth Products API", "version": "2" }, "request": { "auth": { "type": "apikey", "key": "x-publishable-api-key", "value": "{{x-publishable-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List products", "type": "http" }, "http": { "method": "GET", "url": "{medusaApplicationUrl}/store/products", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "fields", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" } ] }, "docs": "List products" }, { "info": { "name": "Get a product", "type": "http" }, "http": { "method": "GET", "url": "{medusaApplicationUrl}/store/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a product" } ] } ], "bundled": true }