Zalando
Zalando is an online fashion and lifestyle retail marketplace for clothing, shoes, accessories, and beauty products.
- 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>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: get_article_reviews, get_article_reviews_summaries, get_article_reviews_summaries_articlemodelid, get_article_reviews_reviewid, get_articles, get_articles_articleid |
articleId |
string | no | — | Path parameter articleId (required by some operations). |
articleModelId |
string | no | — | Path parameter articleModelId (required by some operations). |
reviewId |
string | no | — | Path parameter reviewId (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |