> For the complete documentation index, see [llms.txt](https://docs.tempomonitors.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tempomonitors.com/monitor-commands/forwarding-commands/shopify-channel-commands.md).

# Shopify Channel Commands

This set of commands allows you to receive all notifications from a specific Shopify site to set channels. All available commands can be viewed using: !m help shopify

## Adding a Shopify channel

Use this command to set a specific channel where you would like to receive all notifications from the specified site. To add a Shopify channel you need to use the `shopify channels add` command. This command requires the base URL of the Shopify store and the channel you would like to receive all notifications from the given store. Example:

```
!m shopify channels add https://ufcstore.com/ #ufc
```

{% hint style="info" %}
Please note that this command does not monitor the website in any way. This command will simply redirect any incoming notifications from that website to the specified channel. If no items are monitored from the website, or the website isn't added to the Shopify scraper, then there will be no notifications to forward.
{% endhint %}

## Removing a Shopify channel

Use this command to remove a previously set channel. To remove a Shopify channel you need to use the `shopify channels remove` command. This command only requires the base URL of the Shopify store that you would like to remove the set channel for. Example:

```
!m shopify channels remove https://ufcstore.com/
```

## View added Shopify channels

You can view a list of all the Shopify channels you have set using the `shopify channels running` command. Example:

```
!m shopify channels running
```
