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

VariableTypeDescription

id

string

The ID of the category.

name

string

The name of the category.

displayType

string

The display type (either grid or list)

description

string

The description of the category.

packages

array

An array of Package Objects.

slug

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