Generated after a successful Add Embedded Price update action.

interface ProductPriceAddedMessagePayload {
    price: Price;
    staged: boolean;
    type: "ProductPriceAdded";
    variantId: number;
}

Properties

price: Price

The Embedded Price that was added to the ProductVariant.

staged: boolean

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

type: "ProductPriceAdded"
variantId: number

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

Generated using TypeDoc