| variant |
Returns that the product is not the variant |
bool
|
| primaryCategory |
|
Category
|
| categoryElements |
|
Collection (CategoryElement)
|
| variants |
|
Collection (ProductVariant)
|
| children |
|
Collection
|
| parent |
|
Product
|
| customFieldValues |
|
Collection (ProductCustomFieldValue)
|
| customFieldContent |
Get a serialized representation of the custom fields associated with the record |
object
|
| customFields |
Get the custom fields for this entity |
array
|
| text |
Get the short description in the default language for this product |
string
|
| defaultPricing |
Get the default pricing |
ProductPricing
|
| finalPrice |
Calculates the final price for the product in current currency for the current user based on the provided pricing |
string
|
| name |
Fetches the name in the default description for this container |
string
|
| slug |
Fetches the slug for the default description for this container |
string
|
| fullSlug |
Fetches the full slug for the default description for this container |
string
|
| fullPath |
Fetches the full path for the default description for this container |
string
|
| originalPath |
Fetches the original path for the container without any custom urls applied |
string
|
| defaultDescription |
Fetches the description in the default language for this container. If no description in the default language, fetches the first one. If still no description exists, creates a new description with the default language. |
Model
|
| 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
|
| published |
|
DateTime
|
| published |
Determines if the record is published. |
bool
|
| image |
|
Image
|
| site |
|
Site
|
| descriptions |
|
Collection (ProductDescription)
|
| pricings |
|
Collection (ProductPricing)
|
| width |
|
string
|
| height |
|
string
|
| depth |
|
string
|
| weight |
|
string
|
| availableQuantity |
|
int
|
| inventoryTemplate |
|
string
|
| stocks |
|
Collection (Stock)
|
| interests |
|
Collection (ProductInterest)
|