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-0400

Part Number: TI-API

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

  • Scenario Error details Remediation steps
    Invalid JSON request passed, so we cannot process their request   
    {
    	"errors": [
    		{
    			"errorCode": "ERR-TICOM-ORDER-API-0400",
    			"section": "Generic",
    			"type": "Validation",
    			"reason": "Invalid Syntax in request JSON",
    			"message": "There is an error in the syntax. Please correct the syntax (i.e extra comma, missing comma, missing bracket, etc.) and try again."
    		}
    	]
    }
    Please check the input JSON for any syntax errors and try the request again.

**Attention** This is a public forum