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

# Miniso

**Card + PayPal supported.**

**Accounts optional** — you can run with account checkout (login) or guest checkout.

* **No mode required** for basic use; use **NORMAL** (URL/SKU) or **SEARCH** (keywords) if your task file supports it.
* **URL or SKU input:** use full product URL or numeric SKU in the `product_url` column.

### Account checkout (login)

* Add accounts in **accounts.csv**: `email` and `password`.
* In **tasks.csv**, set the **account** column to the email you want for that task.
* Set **accountmode** to `true` (or leave default). The task will log in with that account after add-to-cart.

### Guest checkout

* Set **accountmode** to `false` in **tasks.csv** for that task. The **account** column can be empty.
* No login step: after add-to-cart, checkout continues as guest.

### Account generator

* In **accountgen.csv** enter emails or `@catchall.com`. Generated accounts are saved to **accounts.csv**.

### Clear Carts

* Use the **Clear Carts** option in the Miniso menu to log in per account (from **accounts.csv**) and empty each cart. No setting required; cart check/clear is only used in this mode.

### Settings (settings.json)

* **retry\_delay** — delay in seconds between retries (e.g. add-to-cart, login).
* **request\_timeout** — request timeout in seconds.
