Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.62 KB

CatalogDataProductInterface.md

File metadata and controls

29 lines (22 loc) · 1.62 KB

# CatalogDataProductInterface

Properties

Name Type Description Notes
Id int32 Id [optional]
Sku string Sku
Name string Name [optional]
AttributeSetId int32 Attribute set id [optional]
Price float32 Price [optional]
Status int32 Status [optional]
Visibility int32 Visibility [optional]
TypeId string Type id [optional]
CreatedAt string Created date [optional]
UpdatedAt string Updated date [optional]
Weight float32 Weight [optional]
ExtensionAttributes CatalogDataProductExtensionInterface [optional]
ProductLinks []CatalogDataProductLinkInterface Product links info [optional]
Options []CatalogDataProductCustomOptionInterface List of product options [optional]
MediaGalleryEntries []CatalogDataProductAttributeMediaGalleryEntryInterface Media gallery entries [optional]
TierPrices []CatalogDataProductTierPriceInterface List of product tier prices [optional]
CustomAttributes []FrameworkAttributeInterface Custom attributes values. [optional]

[Back to Model list] [Back to API list] [Back to README]