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

Part Number: TI-API

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

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

  • 具体场景 错误详情 补救步骤
    材料无效   
    {
    	"orderInfo": {
    		"orderNumber": "",
    		"cartID": "C302448988",
    		"checkoutProfileId": "E413536FFF3EDB2CE053E220BB8BAFA6",
    		"currencyCode": "USD",
    		"orderDate": "2022-08-09T04:44:54Z",
    		"orderEntry": "API",
    		"customerPurchaseOrderNumber": "PGR - 04202021",
    		"orderStatus": "",
    		"orderedBy": "Sonic Tech",
    		"endCustomerCompanyName": "TI ELectronic Inc",
    		"application": "",
    		"endEquipment": "",
    		"intendedForMilitary": "No",
    		"isProductionOrder": true
    	},
    	"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": "0",
    					"tiPartNumber": "SN74LVTH163",
    					"quantity": "1000",
    					"availableQuantity": null
    				}
    			]
    		}
    	]
    }

    您输入的材料不是可订购的器件型号。 TI.com 搜索可给出与您的器件型号最接近的匹配项。