Product Special Price Interface is used to encapsulate data that can be processed by efficient price API.
Name | Type | Description | Notes |
---|---|---|---|
Price | float32 | Product special price value. | |
StoreId | int32 | ID of store, that contains special price value. | |
Sku | string | SKU of product, that contains special price value. | |
PriceFrom | string | Start date for special price in Y-m-d H:i:s format. | |
PriceTo | string | End date for special price in Y-m-d H:i:s format. | |
ExtensionAttributes | map[string]interface{} | ExtensionInterface class for @see \Magento\Catalog\Api\Data\SpecialPriceInterface | [optional] |