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.
具体场景 | 错误详情 | 补救步骤 |
无效ItiPartNumber | Fullscreen 1 2 3 4 5 6 7 8 9 10 11 12 { "errors": [ { "errorCode": "ERR-TICOM-INV-API-1001", "type": "ValidationError", "section": "inventorySubscription", "field": "tiPartNumber", "reason": "Invalid tiPartNumber", "message": "tiPartNumber ('<input value>') 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." } ] } XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX { "errors": [ { "errorCode": "ERR-TICOM-INV-API-1001", "type": "ValidationError", "section": "inventorySubscription", "field": "tiPartNumber", "reason": "Invalid tiPartNumber", "message": "tiPartNumber ('<input value>') 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 上该器件型号是否有效。 |
无效货币 | Fullscreen 1 2 3 4 5 6 7 8 9 10 11 12 { "errors": [ { "errorCode": "ERR-TICOM-INV-API-1001", "type": "ValidationError", "section": "inventorySubscription", "field": "currency", "reason": "Invalid currency", "message": "currency ('<input value>') is not supported by TI store (see https://www.ti.com/ordering-resources/shipping-payment-tax-information.html). Please provide a valid currency and resubmit your request." } ] } XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX { "errors": [ { "errorCode": "ERR-TICOM-INV-API-1001", "type": "ValidationError", "section": "inventorySubscription", "field": "currency", "reason": "Invalid currency", "message": "currency ('<input value>') is not supported by TI store (see https://www.ti.com/ordering-resources/shipping-payment-tax-information.html). Please provide a valid currency and resubmit your request." } ] } |
请验证所提供的货币是否为 TI.com FAQ中提供的有效货币 ISO 代码。 |
无效过期 | Fullscreen 1 2 3 4 5 6 7 8 9 10 11 12 { "errors": [ { "errorCode": "ERR-TICOM-INV-API-1001", "type": "ValidationError", "section": "inventorySubscription", "field": "expiration", "reason": "Invalid expiration", "message": "expiration ('<input value>') exceeds the maximum 30 day period allowed. Please correct and resubmit your request." } ] } XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX { "errors": [ { "errorCode": "ERR-TICOM-INV-API-1001", "type": "ValidationError", "section": "inventorySubscription", "field": "expiration", "reason": "Invalid expiration", "message": "expiration ('<input value>') exceeds the maximum 30 day period allowed. Please correct and resubmit your request." } ] } |
请重新提交一个有效到期的请求:需为介于1-30间的整数。 |
无效所需数量 | Fullscreen 1 2 3 4 5 6 7 8 9 10 11 12 { "errors": [ { "errorCode": "ERR-TICOM-INV-API-1001", "type": "ValidationError", "section": "inventorySubscription", "field": "requestedQty", "reason": "Invalid requestedQty", "message": "requestedQty ('<input value>') must be an integer and greater than 0. Please correct and resubmit your request." } ] } XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX { "errors": [ { "errorCode": "ERR-TICOM-INV-API-1001", "type": "ValidationError", "section": "inventorySubscription", "field": "requestedQty", "reason": "Invalid requestedQty", "message": "requestedQty ('<input value>') must be an integer and greater than 0. Please correct and resubmit your request." } ] } |
请重新提交有效的所需数量(或删除所需数量) 。 |