action intel_getorderinginfo { label: "3. Get ordering info for product id's requested." description: "Use this to fetch ordering info details for Intel products. No pagination supported." provider: intel method: GET path: "/api/products/get-ordering-info" encoding: json input: { type: "object" properties: { locale_geo_id: { type: "string" } product_id: { type: "string" } } required: ["locale_geo_id", "product_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }