Appearance
Zalando
Work in Progress
Zalando support is newly added and has not been verified against a live checkout yet. The login, cart, and credit-card checkout flow are fully wired up in the app, but Zalando's bot-protection layer can change without notice and some edge cases (3D-Secure challenges, certain delivery options) are not yet handled. Test with a low-value product and keep an eye on the task log before relying on it for anything time-critical. Max Price protection is not fully hardened yet either -- don't rely on it as a hard spending limit for this store until it's confirmed stable in a future update.
Account-based checkout on zalando.de with SSO login, finishing via Credit Card. Zalando has no guest checkout -- an account is always required. A separate Lounge mode is available for Zalando Lounge flash-sale campaigns (add-to-cart only, no full checkout).
Product Input
| Format | Example |
|---|---|
| Full product URL | https://www.zalando.de/some-product-name.html |
| Bare SKU | AD541D004-Q11 |
The bot extracts the SKU from the last - segment of the URL (before .html). For Lounge mode, paste the campaign/article link instead, e.g. https://www.zalando.de/campaigns/<campaign-id>/articles/<article-id>.
Account Required
Zalando has no guest checkout. Create a Zalando account group in the Accounts tab, add your zalando.de login credentials, and assign the account to the task -- the task creation form won't let you submit without one.
Lounge Mode
Enable "Lounge Mode" in the task settings to target the Zalando Lounge flash-sale sub-site instead of the regular Exclusive/Fast store. Lounge tasks run a simplified add-to-cart-only loop (no address, payment, or order placement) -- use this to reserve a Lounge deal in your cart before completing the purchase yourself.
Setup
- Account: Add a Zalando account (email + password) in the Accounts tab and assign it to your task.
- Profile: First Name, Last Name, Email, Phone, Shipping Address, House Number, ZIP, City, Country, and Credit Card details (Card Holder, Number, Expiry, CVV).
- Discord Webhook: Configure in Settings so you receive checkout notifications.
Max Price
Set a per-unit price limit in the task creation form (EUR). If the cart total exceeds your limit, the bot shows "Waiting for price drop" and keeps retrying within the same session until the price drops. Set to 0 to disable (default). See the warning above -- treat this as best-effort for now, not a guarantee.
Common Errors
| Status | Meaning | Action |
|---|---|---|
| No account selected | Task has no account linked | Create a Zalando account group and assign an account to the task. |
| Account error | Login with the assigned account failed | Verify your email and password in the Accounts tab. |
| Logged out, retrying... | The session was logged out mid-task | The bot automatically logs back in and resumes. |
| Waiting for product... | Product page not reachable yet or link invalid | Double-check the product URL/SKU or Lounge link. |
| Checking price... | The bot is reading the current cart price | Normal step, no action needed. |
| Waiting for price drop | Cart total exceeds your Max Price | Retries until price drops below your threshold. |
| Restarting after checkout... | Session is rebuilding for the next loop (with "Restart After Checkout" enabled) | Normal, no action needed. |