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