Can you please provide the API query you were trying to execute? Can you provide the error that you were receiving?
Also, can you change your authentication method from "basic" to "token" and try again?
I'll wait to hear back from you with all of…
Hey,
I tried setting up the Inventory Subscription API Settings but could not find what I should/can enter in the API request parameters fields:
I tried sending a test message without anything entered in these fields and got following error message…
Support,
The credentials below are for a part and inventory API that were originally assigned to our mutual customer, Mavenir (pre-API upgrade). I am getting successful results on this part through this connection: LM2903D (this part is available and…
Far,
Your first three call were successful - I can see those tests in the system. The errors are not successful. It looks like TI could not process your HTTP call. Can you please provide me with all of the details of your push call...."https:....…
I get the same error. I have seen it for several days. I'm not sure what is causing it.
When I call our endpoint, it responds instantly with:
{
"description" : "Inventory Notification Test Response" ,
"status" : "accepted" ,
"responseCode" : 200…
Dears:
After I deployed a test function waiting for inventory subscription callback. (I tested my API through WLAN by Postman,make sure it's correct,accept post before I run Inventory subscriptions--test function ) The setting of "Inventory Subscription…
Part Number: TMUX7208 Dear Sir/Madam,
There seems to be more than 7000 pcs available of the TMUX7208PWR in the Texas Instruments webshop, however, when trying to add them to the cart and pressing on checkout, it always seems to end in the error: "Product…
Part Number: TI-API Hi Folks,
Posting this here as our account rep asked us to do so. I have been working to start implementing the API for our companies use case. Basically we are looking to have a list of backlogged parts that we need, and have the…
Hi, I found the issue with my code.
I had an error in my SPI_rawWrite function and I was sending the following inventory command: 0x3F , 0x8f, 0x91, 0x3d, 0x0, 0x30, 0x6, 0x1, 0x0, which was wrong, as the value 0x3F should not be sent. After removing…