Generated after a successful Set Embedded Prices update action.

interface ProductPricesSetMessagePayload {
    prices: Price[];
    staged: boolean;
    type: "ProductPricesSet";
    variantId: number;
}

Properties

prices: Price[]

The Embedded Prices that were set on the ProductVariant.

staged: boolean

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

type: "ProductPricesSet"
variantId: number

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

Generated using TypeDoc