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.

SN65LVDS2: Create Order API always returns error 500

Part Number: SN65LVDS2

Hi all,

i'm working on API 2.0.

When i try to make an order I always receive error 500, I use this partnumber: www.ti.com/.../SN65LVDS2DBVR

this is the json request (i use only required fields)

{
  "checkoutProfileId": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
  "lineItems": [
    {
      "quantity": 1000,
      "tiPartNumber": "SN65LVDS2DBVR"
    }
  ]
}

and this is the response::

{
  "errors" : [
    {
      "section" : "Generic",
      "errorType" : "Validation",
      "errorCode" : "ERR-TICOM-ORDER-API-GEN-0500",
      "reason" : "We encountered a technical issue in processing your request.",
      "message" : "The API is temporarily unavailable. Please retry, if the issue persists, Please contact TI customer support - https://support.ti.com/csm"
    }
  ]
}

regards,