> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fourthwall.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Shop Feeds

> RSS and JSON product feeds for shop integration

## Products RSS feed

If you're just looking to read public product information, you do not need to use the Open API. All sites publish a Merchant Center Feed under an RSS address:

```
${shop_url}/.well-known/merchant-center/rss.xml
```

**Example:** for [https://shop.fourthwall.com](https://shop.fourthwall.com) the RSS feed URL would be [https://shop.fourthwall.com/.well-known/merchant-center/rss.xml](https://shop.fourthwall.com/.well-known/merchant-center/rss.xml)

## Collections JSON feed

A JSON version of the products in a collection.

```
${shop_url}/collections/{slug}.json
```

**Example:** [https://shop.fourthwall.com/collections/all.json](https://shop.fourthwall.com/collections/all.json)

**Paginated:** [https://shop.fourthwall.com/collections/all/2.json](https://shop.fourthwall.com/collections/all/2.json)
