{ "opencollection": "1.0.0", "info": { "name": "Texas Instruments Product Information Financial Shipments 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": "Shipments", "type": "folder" }, "items": [ { "info": { "name": "Get Advanced Ship Notices", "type": "http" }, "http": { "method": "GET", "url": "https://transact.ti.com/v1/advanced-ship-notices", "params": [ { "name": "orderNumber", "value": "", "type": "query", "description": "TI order number to retrieve ASNs for" } ] }, "docs": "Retrieves advanced ship notice (ASN) information for shipments associated with a specific order, including tracking numbers, carrier information, and commercial invoice details." } ] } ], "bundled": true }