测试下单,返回500错误



{
"order": {
"checkoutProfileId": "F3xxxxxx",
"lineItems": [
{
"customerLineItemNumber": 1,
"tiPartNumber": "TL431ACD",
"quantity": 50
}
]
}
}
上面是提交的参数
下面是返回的参数,还有一些别的, 但是主要信息是这个错误, 说api还不能用
accesstoken 是正确的,请给一下技术支持
"errors": [
{
"errorCode": "ERR-TICOM-ORDER-API-GEN-0500",
"type": "Application",
"section": "Orders",
"field": null,
"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",
"data": null
}
]