all_products
All products in the store.
This object is available globally in all templates. Using this object alone won't produce any output. It must be used with the get filter.
Example
Pass the product handle to return the corresponding product object.
{{#var product = all_products | get("earring-ab001") /}}
{{#link_to product.url}}
{{product.title}}
{{/link_to}}
Was this article helpful to you?