{ "opencollection": "1.0.0", "info": { "name": "Ingram Micro Reseller Catalog API", "version": "1.0.0" }, "items": [ { "info": { "name": "Catalog", "type": "folder" }, "items": [ { "info": { "name": "Search Product Catalog", "type": "http" }, "http": { "method": "GET", "url": "https://api.ingrammicro.com/resellers/v6/catalog", "params": [ { "name": "keyword", "value": "", "type": "query" }, { "name": "category", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Search the Ingram Micro product catalog." }, { "info": { "name": "Get Product Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.ingrammicro.com/resellers/v6/catalog/:ingramPartNumber", "params": [ { "name": "ingramPartNumber", "value": "", "type": "path" } ] }, "docs": "Get details for a specific product by Ingram part number." } ] } ], "bundled": true }