Product
A Product contains one or more ProductVariants and serves as a container for those variants, providing an overall name, description etc.
-
Extends:
VendureEntity -
Implements:
Translatable, HasCustomFields,ChannelAware,SoftDeletable
constructor
method
(input?: DeepPartial<Product>) => ProductdeletedAt
property
Date | nullname
property
LocaleStringslug
property
LocaleStringdescription
property
LocaleStringenabled
property
booleanfeaturedAsset
property
AssetfeaturedAssetId
property
IDassets
property
ProductAsset[]translations
property
Array<Translation<Product>>variants
property
ProductVariant[]optionGroups
property
ProductOptionGroup[]facetValues
property
FacetValue[]channels
property
Channel[]customFields
property
CustomProductFieldsWas this chapter helpful?