{ "opencollection": "1.0.0", "info": { "name": "TD SYNNEX StreamOne ION Cart Products API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List Products", "type": "http" }, "http": { "method": "GET", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/products", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller's TD SYNNEX account identifier." }, { "name": "vendor", "value": "", "type": "query", "description": "Filter by vendor name." }, { "name": "category", "value": "", "type": "query" }, { "name": "currency", "value": "", "type": "query" } ] }, "docs": "Retrieves the product catalog available to the reseller, with filtering by vendor, category, vertical, and currency." }, { "info": { "name": "Get Product", "type": "http" }, "http": { "method": "GET", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/products/:productId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller's TD SYNNEX account identifier." }, { "name": "productId", "value": "", "type": "path" } ] }, "docs": "Retrieves detailed information about a specific product including SKUs and pricing." } ] } ], "bundled": true }