g
Frontend | Backend | Api

Products\Models\Api\Category

Category

Property Description Returns
name Get the name in the default language for this product string
slug Get the slug in the default language for this category string
fullSlug Get the full slug for the default language for this category, including category slugs but without the module slug string
fullPath Get the full path for the default language for this category, including parent slugs and the module slug string
originalPath Get the original path for the category without any custom urls applied string
defaultDescription Get the default language description CategoryDescription
id int
position int
created Date the record was created. DateTime
modified Last modification date for the record. DateTime
published DateTime
parent Category
children Collection (Category)
site Site
published Determines if the record is published. bool
categoryElements Collection (CategoryElement)
products Gets products associated with current category Collection
descriptions Collection (CategoryDescription)
customFieldValues Collection (CategoryCustomFieldValue)
customFieldContent Get a serialized representation of the custom fields associated with the record object
customFields Get the custom fields for this entity array