How to get all products of a Shopify shop?

liquid, shopify

Solution

Check this url: https://help.shopify.com/en/themes/customization/collections/change-catalog-page

Like magic... all your products...

Problem

In my theme development, I don't find the way to get all the products of my shop. Although, I can retrieve all the collections with the variable collections (exemple: `{% for c in collections %}`).

Original source