{ "opencollection": "1.0.0", "info": { "name": "SamCart Public Charges Products API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "sc-api", "value": "{{sc-api}}", "placement": "header" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List products", "type": "http" }, "http": { "method": "GET", "url": "https://api.samcart.com/v1/products", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "Number of records to skip for pagination." } ] }, "docs": "Returns the products in the marketplace." }, { "info": { "name": "Get a product", "type": "http" }, "http": { "method": "GET", "url": "https://api.samcart.com/v1/products/:product_id", "params": [ { "name": "product_id", "value": "", "type": "path", "description": "The ID of the product." } ] }, "docs": "Retrieves an individual product by ID." } ] } ], "bundled": true }