Skip to content

TProductQuantityChangedEventBody object

TProductQuantityChangedEventBody is an object representing details about the changed quantity of a product and consists of the following fields:

type TProductQuantityChangedEventBody = {
    productId: number;
    variantId: number;
    quantity: number;
    senderId: string;
};