Intel Product Catalogue
Connector for the intel-product-catalogue API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://productapi.intel.com - Auth:
header:client_id(pass your key via theapiKeyinput)
Operations
getcodename— GET /api/products/get-codename — 5. Get list of codename details for Intel products.getorderinginfo— GET /api/products/get-ordering-info — 3. Get ordering info for product id's requested.getproductlist— GET /api/products/get-products — 1. Find products by product id or category idgetproductinfo— GET /api/products/get-products-info — 2. Get complete product info with product id.
Inputs
apiKey— your intel-product-catalogue API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getcodename
apiKey: <your key>