{ "opencollection": "1.0.0", "info": { "name": "TD SYNNEX StreamOne Ion Authentication Orders API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "List Account 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 account identifier." }, { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query", "description": "Filter orders by status." } ] }, "docs": "Retrieve a paginated list of all orders for the 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 account identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new order for the account." }, { "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 account identifier." }, { "name": "orderId", "value": "", "type": "path", "description": "The order identifier." } ] }, "docs": "Retrieve details for a specific order." }, { "info": { "name": "Update Order", "type": "http" }, "http": { "method": "PUT", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/orders/:orderId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller account identifier." }, { "name": "orderId", "value": "", "type": "path", "description": "The order identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing order before it is processed." }, { "info": { "name": "Cancel Order", "type": "http" }, "http": { "method": "DELETE", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/orders/:orderId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller account identifier." }, { "name": "orderId", "value": "", "type": "path", "description": "The order identifier." } ] }, "docs": "Cancel an existing order that has not yet been processed." }, { "info": { "name": "List Customer Orders", "type": "http" }, "http": { "method": "GET", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/customers/:customerId/orders", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller account identifier." }, { "name": "customerId", "value": "", "type": "path", "description": "The customer account identifier." }, { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Retrieve all orders placed for a specific customer." } ] } ], "bundled": true }