Skip to content

TProductPriceChangedBody object

TProductPriceChangedBody is an object representing details about the price change of a certain product and consists of the following fields:

type TProductPriceChangedBody = {
    productId: number;
    stockId: number;
    price: ProductPrice;
}

ProductPrice

ProductPrice represents the ProductPrice model.