Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.67 KB

CatalogDataProductInterface.md

File metadata and controls

26 lines (22 loc) · 1.67 KB

CatalogDataProductInterface

Properties

Name Type Description Notes
id int Id [optional]
sku str Sku
name str Name [optional]
attribute_set_id int Attribute set id [optional]
price float Price [optional]
status int Status [optional]
visibility int Visibility [optional]
type_id str Type id [optional]
created_at str Created date [optional]
updated_at str Updated date [optional]
weight float Weight [optional]
extension_attributes CatalogDataProductExtensionInterface [optional]
product_links list[CatalogDataProductLinkInterface] Product links info [optional]
options list[CatalogDataProductCustomOptionInterface] List of product options [optional]
media_gallery_entries list[CatalogDataProductAttributeMediaGalleryEntryInterface] Media gallery entries [optional]
tier_prices list[CatalogDataProductTierPriceInterface] List of product tier prices [optional]
custom_attributes list[FrameworkAttributeInterface] Custom attributes values. [optional]

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