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: Quote API - Invalid checkoutProfileId error

Part Number: TI-API

Hello, 

When testing the Quote API, the following error is received:

{
    "errors": [
        {
            "errorCode": "ERR-BKG-QUOTE-API-0081",
            "type": "ERROR",
            "reason": "Invalid checkoutProfileId",
            "message": "Enter a valid checkoutProfileId which is backlog eligible and resubmit request."
        }
    ]
}
The request is sent to the url: transact.ti.com/.../quotes
With the following body:
{
  "quote": {    
    "checkoutProfileId": "Checkout_Profile_Id",
    "requestedUnitPriceCurrencyCode": "USD",
    "lineItems": [
      {
        "tiPartNumber": "OPA820IDBVR",
        "quantity": 100
      }
    ]
  }
}
While Checkout_Profile_Id is the string copied from user's portal.
Thanks, 
Eddie 
  • Eddie,

    Please use your own checkoutProfileId when you use the "Try it out" feature.     The checkoutProfileId in the example is not a working checkoutProfileId - just an example of where you should place your checkoutProfileId.      Thanks!

    Regards,

    Faye

**Attention** This is a public forum