API V3shopProductOn this pageProduct interface Product{ id: string; reducedPrice: number; last30DaysMinPrice: number;} Properties ParametersNameTypeDescriptionidstringUnique product identifier.reducedPricenumber(Optional) The discounted price of the product. Required when the discountFactor in a special offer is not defined.last30DaysMinPricenumber(Optional) The minimum price at which the product was available during the past 30 days. Description This interface defines the essential properties of a product entity.