| 具体场景 | 错误详情 | 补救步骤 |
材料受限 |
{
"orderInfo": {
},
"errors": [
{
"errorCode": "ERR-TICOM-ORDER-API-0003",
"type": "Application",
"section": "lineItems",
"field": null,
"reason": "This part number cannot be added to the order due to product restriction",
"message": "Remove the item from your request and resubmit the request with a different part number",
"data": [
{
"customerLineItemNumber": "1",
"tiPartNumber": "5962-9221403M2A",
"quantity": "200",
"availableQuantity": ""
}
]
}
]
}
|
|
| 每个订单允许的最大行项目数 | {
"orderInfo": {
},
"errors": [
{
"errorCode": "ERR-TICOM-ORDER-API-0001",
"type": "Application",
"section": "Orders",
"field": null,
"reason": "Maximum number of line Items allowed per order is 30.",
"message": "Resubmit your request with the less than or equal to 30 line items. ",
"data": null
}
]
} |
使用少于/等于30行的项目重新提交请求。 |