action zalando_get_categories { label: "Shop Categories" description: "Zalando API Categories Schema" provider: zalando method: GET path: "/categories" encoding: json input: { type: "object" properties: { childKey: { type: "string" } hidden: { type: "string" } key: { type: "string" } name: { type: "string" } outlet: { type: "string" } parentKey: { type: "string" } suggestedFilter: { type: "string" } targetGroup: { type: "string" } type: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }