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

Part Number: TI-API
具体场景 错误详情 补救步骤
用户选择的customReelIndicator 为 true,所选承运人选项库存不可用。   
{
	"orderInfo": {
		"orderNumber": "",
		"cartId": "C302442926",
		"checkoutProfileId": "E413536FFF3EDB2CE053E220BB8BAFA6",
		"currencyCode": "USD"............
	},
	"errors": [
		{
			"errorCode": "ERR-TICOM-ORDER-API-0005",
			"section": "lineItems",
			"field": "customReelIndicator",
			"type": "Application",
			"reason": "Inventory quantity unavailable for Part Number and package type combination",
			"message": "Change custom reel indicator to false and resubmit  or remove this item from your request",
			"data": [
				{
					"customerLineItemNumber": "0",
					"tiPartNumber": "74ACT11139PWR",
					"quantity": "1000",
					"availableQuantity": null
				}
			]
		}
	]
}
  1. 通过 TI store 库存和定价 API 重新检查所需器件型号的库存水平。
  2. 重新提交您的订单请求,以获得小于/等于所选承运人的可用数量选项。
  3. 如果您的承运人选项中无可用数量,请从订单中移除此行商品,并在库存和承运人选项可用时单独重新提交此商品的请求。

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