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

Part Number: TI-API
具体场景 错误详情 补救步骤

材料受限
 
{
	"orderInfo": {
	},
	"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": ""
				}
			]
		}
	]
}
  1. 从您的订单中移除此行项目并重新提交请求。
  2.  TI.com搜索的帮助下,查找与已删除的器件型号的近似匹配项。
  3. 通过 TI store 库存和定价 API 重新查看所需器件型号的库存水平。
  4. 重新提交您的订单请求,以获得小于/等于可用数量的数量。
每个订单允许的最大行项目数 
{
	"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
		}
	]
}
使用少于/等于30行的项目重新提交请求。 

E2E原帖:https://e2e.ti.com/support/enterprise-automation-integration-group/enterprise-automation-integration/f/enterprise-automation-integration-forum/1126546/faq-ti-api-order-api-error-code-err-ticom-order-api-0003