product |
|
Product
|
parent |
We need this getter for the products manage page |
Product
|
children |
|
Collection
|
name |
Get the name in the default language for this product |
string
|
text |
Get the short description in the default language for this product |
string
|
slug |
Get the slug for the default language description for this product |
string
|
fullSlug |
Get the full slug for the default language for this product, including category slugs but without the module slug |
string
|
fullPath |
Get the full path for the default language for this product, including category slugs and the module slug |
string
|
originalPath |
Get the original path for the product without any custom urls applied |
string
|
defaultDescription |
Get the default language description |
ProductDescription
|
defaultPricing |
Get the default pricing |
ProductPricing
|
published |
Get the date the default language description for this product was published. This getter is used for the products manage page. |
DateTime
|
id |
|
int
|
code |
The code that uniquely identifies this product |
string
|
externalId |
|
string
|
purchasable |
|
bool
|
availableFrom |
|
DateTime
|
availableTill |
|
DateTime
|
created |
Date the record was created. |
DateTime
|
modified |
Last modification date for the record. |
DateTime
|
image |
|
Image
|
site |
|
Site
|
descriptions |
|
Collection (ProductDescription)
|
pricings |
|
Collection (ProductPricing)
|
width |
|
string
|
height |
|
string
|
depth |
|
string
|
weight |
|
string
|