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: Inventory API Error Code : ERR-TICOM-INV-API-1002

Inventory API Error Code : ERR-TICOM-INV-API-1002

  • Scenario Error details Remediation steps
    Invalid / malformed tiPartNumber for catalog API  
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    {
    "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"
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    Verify the format of the part number provided (details provided in FAQs) and verify the part number is valid on TI.com. Then resubmit request

    Invalid tiPartNumber or missing subscription
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    {
    "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."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    Verify the format of the part number provided (details provided in FAQs), verify the part number is valid on TI.com, and verify active subscription exists for specified part. Correct part number or create subscription

**Attention** This is a public forum