{ "opencollection": "1.0.0", "info": { "name": "Texas Instruments Product Information Financial Orders 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": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Create Order", "type": "http" }, "http": { "method": "POST", "url": "https://transact.ti.com/v1/orders", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new TI store order for one or more part numbers. Returns the order number, line item statuses, pricing, shipping and billing details. Returns HTTP 201 on success." }, { "info": { "name": "Get Order", "type": "http" }, "http": { "method": "GET", "url": "https://transact.ti.com/v1/orders/:orderNumber", "params": [ { "name": "orderNumber", "value": "1234567890", "type": "path", "description": "TI order number" } ] }, "docs": "Retrieves the status and details of a specific TI store order by order number. Returns line item statuses, shipping details, and pricing information." } ] } ], "bundled": true }