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.

Quote Test endpoint Invalid API call as no apiproduct match found ERROR

I'm trying a post request to   transact.ti.com/.../test test endpoint and I get the response like below.

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


My content
{
"quote":
{
"endCustomerCompanyName": "Company XYZ",
"checkoutProfileId": "FD2191680D8A7DACE0537420BB8BE3E5",
"requestedUnitPriceCurrencyCode": "USD",
"lineItems": [
{
"tiPartNumber": "SN74LS00N",
"quantity": "2500",
"requestedUnitPrice": 0.202
}
]
}
}

**Attention** This is a public forum