all_products

All of the products in a store.

You can use all_products to access a product by its id. If the product isn't found, then empty array is returned.

{{ all_products['6f2bd2e0-b896-4e8d-b95d-0c5dd9eee33b'].title }}
{
  "all_products": {
    "6f2bd2e0-b896-4e8d-b95d-0c5dd9eee33b": {
      "title": "Ace Cashmere Beanie"
  }
}
Ace Cashmere Beanie