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-INV-API-1002

Part Number: TI-API

具体场景 错误详情 补救步骤
目录 API 的 tiPartNumber 无效或格式错误  
{
	"errors": [
		{
			"errorCode": "ERR-TICOM-INV-API-1002",
			"type": "ResourceNotFound",
			"section": "Path",
			"field": "tiPartNumber",
			"reason": "Resource could not be found",
			"message": "tiPartNumber ('DOESNOTEXIST') does not exist. Please correct the format (see https://e2e.ti.com/search?q=faq%3Atrue&category=forum&group=452&date=&customdaterange=0&startdate=&faq=true&sort=date%20desc&faq=true#) or verify that the part number is valid on TI.com and resubmit your request"
		}
	]
}

请验证所提供的器件型号的格式(详情请见FAQs),并验证在TI.com 上该器件型号是否有效。 然后重新提交请求。

tiPartNumber 无效或没有订阅
{
	"errors": [
		{
			"errorCode": "ERR-TICOM-INV-API-1002",
			"type": "ResourceNotFound",
			"section": "Path",
			"field": "tiPartNumber",
			"reason": "Resource could not be found",
			"message": "No active subscriptions found for tiPartNumber ('DOESNOTEXIST'). Possible reasons: subscription was never created, subscription expired or was deleted, or part number is invalid or does not exist. Please verify the subscription details and resubmit your request."
		}
	]
}

请验证所提供的器件型号的格式(详情请见FAQs),并验证在TI.com 上该器件型号是否有效,再验证指定器件的活动订阅是否存在。 然后更正器件型号或创建订阅。

E2E原帖:https://e2e.ti.com/support/enterprise-automation-integration-group/enterprise-automation-integration/f/1062/t/1125202