Generated after a successful Remove Embedded Price update action.

interface ProductPriceRemovedMessagePayload {
    price: Price;
    staged: boolean;
    type: "ProductPriceRemoved";
    variantId: number;
}

Properties

price: Price

The Embedded Price that was removed from the ProductVariant.

staged: boolean

Whether the update was only applied to the staged Product Projection.

type: "ProductPriceRemoved"
variantId: number

Unique identifier of the ProductVariant for which the Price was removed.

Generated using TypeDoc