action zalando_get_article_reviews_summaries { label: "Get Article Reviews Summaries" description: "Zalando API Article Reviews Summaries Schema" provider: zalando method: GET path: "/article-reviews-summaries" encoding: json input: { type: "object" properties: { articleModelId: { type: "string" } } required: ["articleModelId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }