action i_cue_post_inventory_fill_rate { label: "Calculate fill rate" description: "Calculate fill rate" provider: i_cue method: POST path: "/inventory/fill-rate" encoding: json input: { type: "object" properties: { Token: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }