action i_cue_get_report_performance_sku_rationalization_planning_level_id { label: "SKU rationalization report" description: "SKU rationalization report" provider: i_cue method: GET path: "/report/performance/sku-rationalization/{planningLevelId}" encoding: json input: { type: "object" properties: { Token: { type: "string" } planningLevelId: { type: "integer" format: "int32" } } required: ["planningLevelId"] additionalProperties: false } output: { type: "array" items: { type: "object" properties: { abc12: { type: "string" } abc12Value: { type: "number" format: "double" } abc6: { type: "string" } abc6Value: { type: "number" format: "double" } abc9: { type: "string" } abc9Value: { type: "number" format: "double" } id: { type: "string" } thresholdA: { type: "number" format: "double" } thresholdB: { type: "number" format: "double" } thresholdC: { type: "number" format: "double" } thresholdX: { type: "number" format: "double" } thresholdY: { type: "number" format: "double" } thresholdZ: { type: "number" format: "double" } xyz12: { type: "string" } xyz12Value: { type: "number" format: "double" } xyz6: { type: "string" } xyz6Value: { type: "number" format: "double" } xyz9: { type: "string" } xyz9Value: { type: "number" format: "double" } } additionalProperties: false } } }