{ "opencollection": "1.0.0", "info": { "name": "Texas Instruments Product Information Financial Products API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://transact.ti.com/v1/oauth/accesstoken", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Get Product Inventory and Pricing", "type": "http" }, "http": { "method": "GET", "url": "https://transact.ti.com/v1/products/:partNumber", "params": [ { "name": "partNumber", "value": "LM358BIDR", "type": "path", "description": "TI part number (OPN). URL-encode special characters (e.g., /NOPB becomes %2FNOPB)." }, { "name": "currency", "value": "", "type": "query", "description": "Currency code for pricing data (e.g., USD, EUR)" } ] }, "docs": "Retrieves real-time inventory availability, pricing breaks, future inventory forecasts, and product metadata for a specific TI part number. Part numbers containing /NOPB must be URL-encoded (/ becomes %2F)." }, { "info": { "name": "Get Product Catalog", "type": "http" }, "http": { "method": "GET", "url": "https://transact.ti.com/v1/products/catalog", "params": [ { "name": "currency", "value": "", "type": "query", "description": "Currency code for pricing data" } ] }, "docs": "Retrieves inventory and pricing data for all available TI part numbers. Rate limited to 1 request every 4 hours (6 per day). Returns the full catalog for bulk import use cases." } ] } ], "bundled": true }