Skip to main content

Product

interface Product
{
id: string;
reducedPrice: number;
last30DaysMinPrice: number;
}

Properties

NameTypeDescription
idstringProduct ID
reducedPricenumber(optional) Price of the product after reduction. Required when the discountFactor in special offer is not defined.
last30DaysMinPricenumber(optional) Minimum price of the product in the last 30 days

Description

Product parameters.