Objects

Objects are used to access and display data from your store, such as product details, customer information, or site settings. In this overview, we will introduce some of the primary objects you will encounter during theme development.

Example

The name of the product can be displayed by writing as follows.

<h1>{{ product.name }}</h1>

Last updated