> For the complete documentation index, see [llms.txt](https://idktool.gitbook.io/idktool/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://idktool.gitbook.io/idktool/zalando/zalando-tools.md).

# Zalando Tools

## Task File

The Task File is made like this:

{% code title="zala\_tools.csv" %}

```
"REGION","MODE","EMAIL","PASSWORD","SIZEPID","NEW EMAIL","NAME AND SURNAME","CC NUMBER","CC MONTH","CC YEAR","CC CVC","INVOICE DATES","NEW PASSWORD","BROWSER"
"IT","1;2;3;4;5","EMAIL","PASSWORD","XXXX-XXXX","changedemail@email","Idk Tools","5330040435357575","6","2025","000","2022-03-20;2022-03-25","IdkTool01!","y"
"IT","1;2;3;4;5","EMAIL","PASSWORD","XXXX-XXXX","changedemail@email","Idk Tools","5330040435357575","6","2025","000","2022-03-20;2022-03-25","IdkTool01!","n"
```

{% endcode %}

Region: your Zalando domain (ex. it, de, fr)

Mode: 1 to Add and Cancel Plus Subscription (CC required), 2 to Test Cart on a certain product (SizePID required), 3 to Change the email, 4 to Scrape Invoices, 5 to change Password.

CC Number: all the numbers without spaces

CC Month: ex. 1 or 2 or 11, **not** 01, 02

CC Year: 2025, **not** 25

Invoice Dates: STARTYEAR-MONTH-DAY;ENDYEAR-MONTH-DAY ex. 2022-06-11;2022-06-15

{% hint style="warning" %}
If you use Browser: N, meaning you will get Requests login, remember to **use proxies** and to **disable multithread**!
{% endhint %}

{% hint style="info" %}
The Cart gets cleared after trying to ATC; in case of error the CLI and the Webhook will tell you.
{% endhint %}

{% hint style="info" %}
Zalando PLUS only does the First Month trial; it gets automatically canceled after the add process; in case of error the CLI and the Webhook will tell you.
{% endhint %}
