Property | Description | Returns |
---|---|---|
id | int | |
basePrice | Base price of the product. The fallback price: if there is no other price or any other price cannot be applied, this base price is used. It could be `0.00` and the item with such price could be added to the cart. | string |
specialPrice | Special price of hte product. When it is `0.00`, it is ignored during adding to the cart, the *base price* is used instead. | string |
rrp | string | |
costPrice | string | |
created | Date the record was created. | DateTime |
modified | Last modification date for the record. | DateTime |
currency | Currency | |
product | BaseProduct |
Products\Models\Api\ProductPricing
ProductPricing