{ "opencollection": "1.0.0", "info": { "name": "TD SYNNEX StreamOne ION Cart Orders API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "List Orders", "type": "http" }, "http": { "method": "GET", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/orders", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller's TD SYNNEX account identifier." }, { "name": "status", "value": "", "type": "query" } ] }, "docs": "Retrieves a list of orders for the reseller account." }, { "info": { "name": "Create Order", "type": "http" }, "http": { "method": "POST", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/orders", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller's TD SYNNEX account identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new order for cloud products on behalf of an end customer. Supports new tenants, existing tenants, and subscription updates." }, { "info": { "name": "Get Order", "type": "http" }, "http": { "method": "GET", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/orders/:orderId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller's TD SYNNEX account identifier." }, { "name": "orderId", "value": "", "type": "path" } ] }, "docs": "Retrieves details for a specific order." } ] } ], "bundled": true }