This thread has been locked.

TI-API: TEST ERROR

Part Number: TI-API

Error occurs as below. Could you tell me what we can do next?

The request is submitted as below.

{

  "order": {

    "checkoutProfileId": "COP_ID-1234",

    "customerPurchaseOrderNumber": "FSD04202021",

    "endCustomerCompanyName": "furuno",

    "expediteShipping": false,

    "customerOrderComments": [

      {

        "message": "MY TEST ORDER"

      }

    ],

    "lineItems": [

      {

        "customerLineItemNumber": 1,

        "tiPartNumber": "AFE7799IABJ",

        "customerPartNumber": "AFE7799IABJ",

        "customReelIndicator": false,

        "quantity": 1,

        "customerItemComments": [

          {

           "message": "SOME COMMENT GOES HERE"

          }

        ]

      },

      {

        "customerLineItemNumber": 2,

        "tiPartNumber": "LM358PWR",

        "quantity": 1

      }

    ]

  }

}

**Attention** This is a public forum