# Forwarding Funko and Loungefly items

## Adding a forwarding rule

Use this command to forward all restock notifications for a specified item to the mentioned channel. To add a forwarding rule you need to use the `forward add` command. This command requires the name of the store, the SKU of the item you would like to forward and the channel you would like to forward the notifications to. Example:

```
!m forward add funkorestocksscraper 74327 #star-wars-funko
```

In this example we are forwarding all restock notifications for the item with SKU 74327 from the Funko restocks scraper to the `#star-wars-funko`channel.

```
!m forward add loungeflyrestocksscraper STTB0225 #star-wars-loungefly
```

In this example we are forwarding all restock notifications for the item with SKU STTB0225 from the Loungefly restocks scraper to the `#star-wars-loungefly`channel.

{% hint style="info" %}
You can also forward new items from Funko and Loungefly using the following store names:

* funkonewscraper
* loungeflynewscraper
  {% endhint %}

## Removing a forwarding rule

Use this command to remove a forwarding rule you have previously added. To remove a forwarding rule you need to use the `forward remove` command. This command requires the name of the store and the SKU of the item you would like to remove the forwarding rule for. Example:

```
!m forward remove funkorestocksscraper 74327
```

```
!m forward remove loungeflyrestocksscraper STTB0225
```

## View added forwarding rules

You can view a list of all the forwarding rules you have added for each store using the `forward running` command. This command only requires the name of the store. Example:

```
!m forward running funkorestocksscraper
```

```
!m forward running loungeflyrestocksscraper
```
