Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.82 KB

CatalogDataProductInterface.md

File metadata and controls

26 lines (22 loc) · 1.82 KB

CatalogDataProductInterface

Properties

Name Type Description Notes
id int Id [optional]
sku string Sku
name string Name [optional]
attributeSetId int Attribute set id [optional]
price float Price [optional]
status int Status [optional]
visibility int Visibility [optional]
typeId string Type id [optional]
createdAt string Created date [optional]
updatedAt string Updated date [optional]
weight float Weight [optional]
extensionAttributes \Krak\MagentoApiClient\Model\CatalogDataProductExtensionInterface [optional]
productLinks \Krak\MagentoApiClient\Model\CatalogDataProductLinkInterface[] Product links info [optional]
options \Krak\MagentoApiClient\Model\CatalogDataProductCustomOptionInterface[] List of product options [optional]
mediaGalleryEntries \Krak\MagentoApiClient\Model\CatalogDataProductAttributeMediaGalleryEntryInterface[] Media gallery entries [optional]
tierPrices \Krak\MagentoApiClient\Model\CatalogDataProductTierPriceInterface[] List of product tier prices [optional]
customAttributes \Krak\MagentoApiClient\Model\FrameworkAttributeInterface[] Custom attributes values. [optional]

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