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
}
]
}
}