{ "opencollection": "1.0.0", "info": { "name": "Sysco Food Distribution Accounts Pricing API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Pricing", "type": "folder" }, "items": [ { "info": { "name": "List Pricing", "type": "http" }, "http": { "method": "GET", "url": "https://api.sysco.com/pricing", "params": [ { "name": "productId", "value": "", "type": "query" }, { "name": "category", "value": "", "type": "query" } ] }, "docs": "Retrieves contract pricing for products available to the customer account, including promotional pricing and volume discounts." } ] } ], "bundled": true }