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