Zalando
Connector for the zalando API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.zalando.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_article_reviews— GET /article-reviews — Get Article Reviewsget_article_reviews_summaries— GET /article-reviews-summaries — Get Article Reviews Summariesget_article_reviews_summaries_articlemodelid— GET /article-reviews-summaries/{articleModelId} — Get Article Reviews Summaries by articleModelIdget_article_reviews_reviewid— GET /article-reviews/{reviewId} — Get Article Reviews by reviewIdget_articles— GET /articles — Search for Articlesget_articles_articleid— GET /articles/{articleId} — Get Article by articleId
Inputs
apiKey— your zalando API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_article_reviews
apiKey: <your key>