ProductCategory - Liquid Object Reference - 0.11.6
| Object Name | ProductCategory |
| Version | 0.11.6 |
Description
The ProductCategory object contains information about a category of products. ProductCategories can be nested several levels deep.
Attributes
| Attribute | Type | Description |
|---|---|---|
| ancestors | List[ProductCategory] | Returns a list of ancestors of this ProductCategory |
| children | List[ProductCategory] | Returns a list of child ProductCategories |
| id | String | Returns the unique id for this ProductCategory |
| identifier | String | Returns the value of the Identifier attribute |
| image | Image | Returns the Image linked to this ProductCategory |
| information_content | String | Returns the value of the Information attribute as rich text |
| introduction_content | String | Returns the value of the Introduction attribute as rich text |
| meta_description | String | Returns the value of the Meta Description attribute |
| meta_keywords | String | Returns the value of the Meta Keywords attribute |
| meta_title | String | Returns the value of the Meta Title attribute |
| name | String | Returns the value of the Name attribute |
| navigation_children | List[ProductCategory] | Returns a list of child ProductCategories that are enabled to appear in navigation menus |
| path | String | Returns the url path for this ProductCategory |
| products | PaginatedList[Product] | Returns a Lookup list of Products in this ProductCategory |
| social_image | Image | Returns the image to be used when sharing this ProductCategory |
| subtitle | String | Returns the value of the Subtitle attribute |
| title | String | Returns the value of the Title attribute |
| url | String | Returns the complete url for this ProductCategory |
Objects that return ProductCategories
Back to Liquid Reference for 0.11.6
Back to Documentation