g
Frontend | Backend | Api

Products\Models\Api\ProductDescription

ProductDescription

Property Description Returns
fullSlug Get the full slug for this description, including category slugs but without the module slug string
fullPath Get the full path including the module route name string
originalPath Get the original path for the product description without any custom urls applied string
id int
name string
text string
slug string
created Date the record was created. DateTime
modified Last modification date for the record. DateTime
published DateTime
published Determines if the record is published. bool
language Language
activeRevision ProductDescriptionRevision
revisions Collection (ProductDescriptionRevision)
tags Collection (Tag)
product BaseProduct
site Site
lastRevision Get the last revision for the entity. If a revision has been added, this will be the newly added revision. ProductDescriptionRevision
seoSettings SeoSettings
customUrl Get the custom url used for the page. This will take precedence over the slugs of this page, parent page and the module. CustomUrl