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.

[FAQ] TI-API: Order API Error Code : ERR-TICOM-ORDER-API-0002

What steps can I take to resolve error codes for different scenarios?

  • Scenario Error details Remediation steps
    Invalid Material  
    "errors": [
    	{
    		"errorCode": "ERR-TICOM-ORDER-API-0002",
    		"type": "Application",
    		"section": "lineItems",
    		"field": null,
    		"reason": "Invalid Part Number",
    		"message": "Resubmit order with correct TI Part Number",
    		"data": [
    			{
    				"customerLineItemNumber": "1",
    				"tiPartNumber": "SN74LVTH163",
    				"quantity": "1000",
    				"availableQuantity": null
    			}
    		]
    	}
    ]

    The material you entered is not an orderable part number. TI.com search can suggest the closest match to your part number.

**Attention** This is a public forum