{ "opencollection": "1.0.0", "info": { "name": "ScanSource Invoice Availability Pricing API", "version": "1.0.0" }, "items": [ { "info": { "name": "Pricing", "type": "folder" }, "items": [ { "info": { "name": "Get Product Pricing", "type": "http" }, "http": { "method": "POST", "url": "https://services.scansource.com/api/product/pricing", "params": [ { "name": "customerNumber", "value": "", "type": "query", "description": "Customer account number for pricing context" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "docs": "Retrieve real-time pricing for one or more products for a specific customer. Recommended batch size is a maximum of 40 items per request." } ] } ], "bundled": true }