Contains information about product attributes.
If the current URL query string contains a product
parameter with the value of an ID of a product, that product is automatically made available on the page as product
.
Note: This is equivalent to "Mange Products → Product Attributes" in the Pixfizz admin.
When used in paginations can be filtered with the where filter by:
id
code
name
category
custom.<field-name>
template.<field-name>
- filters by the properties of the associated Template.and sorted with the sort filter by:
id
custom.<field-name>
Returns the unique ID of the product.
Returns the product's code.