# Popmart Monitoring

### 🌐 Global Online Popmart Monitor

#### General Restock Alerts

Use this command to monitor **any** restock or new product added to Popmart’s online store:

```
$search addterm popmart #channel restock
```

This will notify `#channel` whenever a restock or new listing occurs across the global Popmart store.

***

### 🎯 Specific Item Monitoring

If you only want alerts for **specific products**, use this two-part setup:

#### 1. Set the Target Channel

```
$monitor addchannel popmart #channel
```

This command links `#channel` to only receive alerts for the specific items you define.

> 🔁 You can change `popmart` to any of the supported regional variants below.

#### 2. Add Items to Watch

```
$monitor {product_link}
```

Replace `{product_link}` with the actual product URL from any of the supported Popmart regions.

#### ✅ Supported Regions

You can substitute `popmart` with any of these region codes:

* `popmart`
* `popmartca`
* `popmartde`
* `popmartes`
* `popmartfr`
* `popmartgb`
* `popmartit`
* `popmartmy`
* `popmartnl`
* `popmartph`
* `popmartpl`
* `popmartsg`
* `popmartth`
* `popmarttw`
* `popmartjp`

This allows you to track region-specific inventory and avoid global false positives.

***

### 🏪 Local Popmart Monitoring (US Only)

For in-store restocks at US Popmart physical locations, use:

```
$monitor addchannel popmartlocal #channel
```

This will send alerts to `#channel` whenever **any** US Popmart store restocks an item. Perfect for in-person shoppers or US-based collectors.
