all_ products
All of the products on a store.
Note
The object has a limit of 20 unique handles per page. If you want more than 20 products,
then consider using a collection instead.
Directly accessible in
- Global
{{ all_products['love-potion'].title }}
{{ all_products['love-potion'].title }}
{
"all_products": {
"love-potion": {
"title": "Love Potion"
}
}
}
Output
Love Potion
Was this section helpful?