This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TI-API: TI store inventory and pricing API

Part Number: TI-API
Other Parts Discussed in Thread: OPA4228

Hello, why can't I find the inventory of the item number through the API

{
"tiPartNumber": "OPA4228UA/2K5",
"genericPartNumber": "OPA4228",
"buyNowUrl": "">www.ti.com/.../2K5",
"quantity": 0,
"pricing": [
{
"currency": "CNY",
"priceBreaks": [
{
"priceBreakQuantity": 1,
"price": 55.302
},
{
"priceBreakQuantity": 100,
"price": 45.089
},
{
"priceBreakQuantity": 250,
"price": 35.438
},
{
"priceBreakQuantity": 1000,
"price": 30.057

  • The inventory indicated in your example is 0 - when you go to the ti.com website link in your same json to find that material it is out of stock, thus the inventory and pricing API cannot return inventory qty as it is depleted at this time.

    You can setup a notification from ti.com or the inventory subscription API - to be notifiied when the material is back in stock.

    iPartNumber": "OPA4228UA/2K5",
    "genericPartNumber": "OPA4228",
    "buyNowUrl": "">www.ti.com/.../2K5",
    "quantity": 0,

**Attention** This is a public forum