category.html
The category.html page lists the packages that are available to purchase in the current category being viewed on your store.
Root Object
Variable | Type | Description |
---|---|---|
| string | The ID of the category. |
| string | The name of the category. |
| string | The display type (either grid or list) |
| string | The description of the category. |
| array | An array of Package Objects. |
| string | The url slug of the category. |
Request Variable
If you'd like access to a variable that is not currently available, please let us know.
Last updated