What steps can I take to resolve error codes for different scenarios?
This thread has been locked.
| Scenario | Error details | Remediation steps |
| Restricted Material | "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": ""
}
]
}
] |
|
| Max line Items allowed per order | {
"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
}
]
} |
Resubmit your request with the less than or equal to 30 line items. |
**Attention** This is a public forum