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: got error "Invalid API call as no apiproduct match found" when I call Inventory and pricing API

Part Number: TI-API

this is what I call

url: https://transact.ti.com/v2/store/products/UCC27512DRSR?currency=USD&exclude-evms=true

Reuslt is :

{
"fault": {
"faultstring": "Invalid API call as no apiproduct match found",
"detail": {
"errorcode": "keymanagement.service.InvalidAPICallAsNoApiProductMatchFound"
}
}

}


It look like I don't have promession to access it. but my request all approved (below)

Can you help me solve this problem, thanks

?

  • Kiki:

    Thanks for reaching out to API support.

    Let me look into this issue and get back to you in next few hours. 

    ~Samip

  • Kiki:

    I just tried using your key/secret and its working for me. So I am going to assume, that when you tried to make the call your API access was not yet enabled. I So please give it a try and see if that works. 

    Side note... Bearer token route works but you could also try out "OAuth2"... as outlined below... which would help you to avoid taking the generated token and putting it under "bearer token". 

    Hope this helps. 

    ~Samip

**Attention** This is a public forum