Skip to content

TProductSpecialOffer object

TProductSpecialOffer is an object representing details about the special offer price of a certain product and consists of the following fields:

type TProductSpecialOffer = {
    startDate: {
        iso: string;
        string: string;
    };
    endDate: {
        iso: string;
        string: string;
    };
};