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: Store Test API not working

Part Number: TI-API

Tool/software:

I am trying to add a test Store Order. But getting the following response. Is it genuine error or my payload has some problem

{"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"}]}

My payload looks like below:

{

Orders:{

customerPurchaseOrderNumber: 'WZSTO2024-1001',
checkoutProfileId: 'FBDF9EA717271F',
lineItems: [
{
customerLineItemNumber: '1',
tiPartNumber: 'CC1190RGVR',
customerOrderComments: [],
quantity: 2500
}
]

}

}

**Attention** This is a public forum