Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

TD SYNNEX Orders API

Order creation and management

TD SYNNEX Orders API is one of 10 APIs that TD SYNNEX publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Orders. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 6 operations across 3 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version 3.

Requests are made against a single base URL, https://ion.tdsynnex.com.

6 operations 3 paths 4 schemas 1 DELETE3 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
3
Base URL
https://ion.tdsynnex.com
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

TD SYNNEX Orders API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the clientCredentials flow, exposing 2 scopes. By default, every request must be authenticated.

  • OAuth2 — TD SYNNEX StreamOne Ion uses OAuth 2.0 with refresh token flow

Paths & Operations 6

Across 3 paths, the API surfaces 6 operations — 1 DELETE, 3 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Orders 6

Order creation and management

GET
/v3/accounts/{accountId}/orders
List Orders
listOrders 4 params → 200401
POST
/v3/accounts/{accountId}/orders
Create Order
createOrder 1 param body → 201400401
GET
/v3/accounts/{accountId}/customers/{customerId}/orders
List Customer Orders
listCustomerOrders 2 params → 200401
GET
/v3/accounts/{accountId}/orders/{orderId}
Get Order
getOrder 2 params → 200401404
PUT
/v3/accounts/{accountId}/orders/{orderId}
Update Order
updateOrder 2 params body → 200401
DELETE
/v3/accounts/{accountId}/orders/{orderId}
Cancel Order
cancelOrder 2 params → 200401404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Order (8 properties), OrderItem (4 properties), OrderRequest (3 properties), Error (3 properties). Each schema is shown below with its type and property counts.

Order
object
A technology product order
8 properties
Error
object
3 properties
OrderRequest
object
3 properties 2 required
OrderItem
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

td-synnex-orders-api-openapi.yml Raw ↑

Other APIs TD SYNNEX publishes across the network.

TD SYNNEX Authentication API
TD SYNNEX Cart Items API
TD SYNNEX Carts API
TD SYNNEX Cloud Providers API
TD SYNNEX Customers API
TD SYNNEX Products API
TD SYNNEX Provisioning API
TD SYNNEX Reports API
TD SYNNEX Subscriptions API