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

Texas Instruments Orders API

Order creation and retrieval

Texas Instruments Orders API is one of 6 APIs that Texas Instruments 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 2 operations across 2 paths, and defines 6 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://transact.ti.com/v1.

2 operations 2 paths 6 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://transact.ti.com/v2/store
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

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

  • OAuth2 — OAuth 2.0 client credentials flow. Obtain access token using clientid and clientsecret from your myTI developer account.

Paths & Operations 2

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

Orders 2

Order creation and retrieval

POST
/orders
Create Order
createOrder body → 201400401
GET
/orders/{orderNumber}
Get Order
getOrder 1 param → 200401404

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are OrderResponse (16 properties), Address (11 properties), OrderRequest (7 properties), OrderLineItem (6 properties). Each schema is shown below with its type and property counts.

Address
object
11 properties
OrderResponseLineItem
object
6 properties
OrderLineItem
object
6 properties
OrderRequest
object
7 properties 2 required
OrderResponse
object
16 properties
Error
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

texas-instruments-orders-api-openapi.yml Raw ↑

Other APIs Texas Instruments publishes across the network.

Texas Instruments Financial API
Texas Instruments Product Information API
Texas Instruments Product Information Orchestrated API
Texas Instruments Products API
Texas Instruments Shipments API