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 Products API

Product inventory, pricing, and catalog endpoints

Texas Instruments Products 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 Products. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 2 operations across 2 paths, and defines 5 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 5 schemas 2 GET

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 Products 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 — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Products 2

Product inventory, pricing, and catalog endpoints

GET
/products/{partNumber}
Get Product Inventory and Pricing
getProductInventoryAndPricing 2 params → 200400401404
GET
/products/catalog
Get Product Catalog
getProductCatalog 1 param → 200401429

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are ProductInventory (16 properties), FutureInventory (2 properties), Error (2 properties), Pricing (2 properties). Each schema is shown below with its type and property counts.

ProductInventory
object
Inventory, pricing, and metadata for a TI part number.
16 properties
PriceBreak
object
Quantity-based price break for a TI part.
2 properties
Pricing
object
2 properties
Error
object
2 properties
FutureInventory
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs Texas Instruments publishes across the network.

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