Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 814 Bytes

CatalogDataSpecialPriceInterface.md

File metadata and controls

15 lines (11 loc) · 814 Bytes

CatalogDataSpecialPriceInterface

Properties

Name Type Description Notes
price float Product special price value.
store_id int ID of store, that contains special price value.
sku str SKU of product, that contains special price value.
price_from str Start date for special price in Y-m-d H:i:s format.
price_to str End date for special price in Y-m-d H:i:s format.
extension_attributes CatalogDataSpecialPriceExtensionInterface [optional]

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