action i_cue_post_inventory_eoq { label: "Calculate economic order quantity" description: "Calculate economic order quantity" provider: i_cue method: POST path: "/inventory/eoq" encoding: json input: { type: "object" properties: { Token: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }