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: 订单API错误订单:ERR-TICOM-ORDER-API-0400

Part Number: TI-API

我可以采取什么步骤来解决不同情况下的错误代码?

E2E原帖:e2e.ti.com/.../faq-ti-api-order-api-error-code-err-ticom-order-api-0400

  • 具体场景 错误详情 补救步骤
    通过了无效的 JSON 请求,因此我们无法处理该请求   
    {
    	"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."
    		}
    	]
    }
    请检查输入 JSON 是否存在任何语法错误,然后重试该请求。