CatalogDataProductInterface
May 18, 2017 ยท View on GitHub
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 | \SpringImport\Swagger\Magento2\Client\Model\CatalogDataProductExtensionInterface | [optional] | |
| productLinks | \SpringImport\Swagger\Magento2\Client\Model\CatalogDataProductLinkInterface[] | Product links info | [optional] |
| options | \SpringImport\Swagger\Magento2\Client\Model\CatalogDataProductCustomOptionInterface[] | List of product options | [optional] |
| mediaGalleryEntries | \SpringImport\Swagger\Magento2\Client\Model\CatalogDataProductAttributeMediaGalleryEntryInterface[] | Media gallery entries | [optional] |
| tierPrices | \SpringImport\Swagger\Magento2\Client\Model\CatalogDataProductTierPriceInterface[] | List of product tier prices | [optional] |
| customAttributes | \SpringImport\Swagger\Magento2\Client\Model\FrameworkAttributeInterface[] | Custom attributes values. | [optional] |