{ "opencollection": "1.0.0", "info": { "name": "TD SYNNEX StreamOne ION Cart Customers API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "List Customers", "type": "http" }, "http": { "method": "GET", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/customers", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller's TD SYNNEX account identifier." }, { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Retrieves a list of end customers associated with the reseller account. Supports pagination and filtering." }, { "info": { "name": "Create Customer", "type": "http" }, "http": { "method": "POST", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/customers", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller's TD SYNNEX account identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new end customer account under the reseller organization." }, { "info": { "name": "Get Customer", "type": "http" }, "http": { "method": "GET", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/customers/:customerId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller's TD SYNNEX account identifier." }, { "name": "customerId", "value": "", "type": "path", "description": "End customer identifier." } ] }, "docs": "Retrieves detailed information about a specific end customer." }, { "info": { "name": "Update Customer", "type": "http" }, "http": { "method": "PUT", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/customers/:customerId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller's TD SYNNEX account identifier." }, { "name": "customerId", "value": "", "type": "path", "description": "End customer identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing end customer's account information." } ] } ], "bundled": true }