> For the complete documentation index, see [llms.txt](https://bot.adonisbots.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bot.adonisbots.com/site-guides/supported-sites/popmart.md).

# Popmart

<table><thead><tr><th width="265">Column</th><th>Value</th></tr></thead><tbody><tr><td>SITE</td><td>POPMART</td></tr><tr><td>URL</td><td>Product URL / pid</td></tr><tr><td>MODE</td><td>Leave blank / REGISTER / CHECK / APP / DECRYPT</td></tr><tr><td>SIZE</td><td>RANDOM / Product size without a space (example: wholeset)</td></tr><tr><td>SHIPPING_FIRSTNAME</td><td>Firstname / RANDOM</td></tr><tr><td>SHIPPING_LASTNAME</td><td>Lastname / RANDOM</td></tr><tr><td>SHIPPING_ADDRESS_1</td><td>Address line 1</td></tr><tr><td>SHIPPING_ADDRESS_2</td><td>Leave blank / address line 2</td></tr><tr><td>SHIPPING_HOUSENUMBER</td><td>Housenumber</td></tr><tr><td>SHIPPING_POSTCODE</td><td>Postcode</td></tr><tr><td>SHIPPING_CITY</td><td>City</td></tr><tr><td>SHIPPING_PHONENUMBER</td><td>Phonenumber / RANDOM</td></tr><tr><td>SHIPPING_STATE</td><td>Shipping address state/province</td></tr><tr><td>SHIPPING_COUNTRY_CODE</td><td>ISO country code</td></tr><tr><td>EMAIL</td><td>Account email</td></tr><tr><td>PASSWORD</td><td>Account password</td></tr><tr><td>CREDIT_CARD</td><td>PAYPAL </td></tr><tr><td>REGION_ID</td><td>Enter here your IMAP details in the following format: host:port:username:password (example: imap.gmail.com:993:myemail@gmail.com:xxxx xxxx xxxx xxxx) or for AYCD enter your api key</td></tr></tbody></table>

{% hint style="info" %}
**Modes:**

* Default: leave blank - this is to run normal tasks.
* REGISTER: this is to generate accounts, passwords are encrypted use the encrypted passwords to run your tasks.
* CHECK: Will check for all unpaid orders.
* APP: The default mode already works on app only products, APP mode could be a bit smoother. Maybe run 50/50
* DECRYPT: In order to reveal your encrypted password. It will export it into your accounts folder.
  {% endhint %}

{% hint style="info" %}
**Recommendations:**

* Delay (3500/3500)
* Account gen has 100 task limit on instance number 1
* When running regular tasks the limit is 500 tasks per instance for instance number 1 and 2.
* If there is already an address in your account the bot will try to match housenumber + postcode from your CSV with the address in your account. If it's NOT the same the bot will add an address.
* When a drop is OOS it's smart to run CHECK mode to see if you have any unlogged orders - it will send a webhook with a PayPal link to pay.
  {% endhint %}

{% hint style="info" %}
**Different billing is NOT supported.**
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bot.adonisbots.com/site-guides/supported-sites/popmart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
