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.

LM317:An error was reported in the order creation interface,What is the reason?

Part Number: LM317

Tool/software:

Endpoint: POST transact.ti.com/.../test 
                Headers:
                               Authorization: Bearer {access_token}
                               Content-Type: application/json
                request parameters:{"Orders": {"checkoutProfileId": "31xxxxx4B", "lineItems": [{"tiPartNumber": "LM317DCY", "quantity": 1}]}}
                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"
    }
  ]
}