Texas Instruments · Example Payload

Texas Instruments Store Get Product Example

ElectronicsOrderingSemiconductorsSupply ChainFortune 500

Texas Instruments Store Get Product Example is an example object payload from Texas Instruments, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://transact.ti.com/v2/store/products/LM358BIDR?currency=USD",
    "headers": {
      "Authorization": "Bearer {access_token}",
      "Accept": "application/json"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "tiPartNumber": "LM358BIDR",
      "genericPartNumber": "LM358B",
      "description": "LM358B Low-Offset, Low-Power, Dual Op Amp | 8-SOIC -40 to 125",
      "quantity": 45230,
      "limit": 2000,
      "minimumOrderQuantity": 1,
      "standardPackQuantity": 2500,
      "lifeCycle": "Active",
      "eccn": "EAR99",
      "htsCode": "8542.33.00.01",
      "pinCount": 8,
      "packageType": "SOIC",
      "packageCarrier": "Tape and Reel",
      "customReel": true,
      "pricing": [
        {
          "currency": "USD",
          "priceBreaks": [
            {
              "priceBreakQuantity": 1,
              "price": 0.49
            },
            {
              "priceBreakQuantity": 10,
              "price": 0.38
            },
            {
              "priceBreakQuantity": 100,
              "price": 0.28
            },
            {
              "priceBreakQuantity": 1000,
              "price": 0.19
            }
          ]
        }
      ],
      "futureInventory": [
        {
          "forecastQuantity": 10000,
          "forecastDate": "2026-06-15"
        }
      ]
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/texas-instruments-store-get-product-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.