TI-API: HttpMessageNotReadableError using order api

Part Number: TI-API

Tool/software:

Hello TI forum,

we can't create any orders anymore since 09/25/2025 6am utc+2. The following json was the answer from the ti-api after sending an POST transact.ti.com/.../orders

The payload:

{
    "CheckoutProfileId": "24...A3",
    "OrderNumber": 517452,
    "ExpediteShipping": false,
    "EndCustomerCompanyName": "<text>",
    "Items": [
        {
            "LineItemNumber": 1.0,
            "PaPartNumber": "504.1014.415",
            "TiPartNumber": "CD4093BPWR",
            "Quantity": 8000
        },
        {
            "LineItemNumber": 2.0,
            "PaPartNumber": "504.1014.415",
            "TiPartNumber": "CD4093BPWR",
            "Quantity": 8000
        }
    ]
}

The Answer:

{
   "errors":[
      {
         "type":"HttpMessageNotReadableError",
         "reason":null,
         "message":"The application has encountered an error",
         "subjectType":null,
         "subject":null,
         "errorCode":null
      }
   ]
}


We even tried today at 6:51am:


{
    "CheckoutProfileId": "24...A3",
    "OrderNumber": 517522,
    "ExpediteShipping": false,
    "EndCustomerCompanyName": "<text>",
    "Items": [
        {
            "LineItemNumber": 1.0,
            "PaPartNumber": "salvia-2004",
            "TiPartNumber": "LM5050MKX-1/NOPB",
            "Quantity": 1000
        },
        {
            "LineItemNumber": 2.0,
            "PaPartNumber": "salvia-2020",
            "TiPartNumber": "CD4541BPWR",
            "Quantity": 2000
        },
        {
            "LineItemNumber": 3.0,
            "PaPartNumber": "salvia-2044",
            "TiPartNumber": "TPS73001DBVR",
            "Quantity": 1000
        }
    ]
}

We need some help to identify the source of the problem.

Best regards

  • Oh, the referenced field names from the payloads are internal names. They are being translated to the field names based on the api documentation. I'm not able to get the original payload which is being send to the ti-api. But it should be enough to determine the source.

**Attention** This is a public forum