Generated after a successful Add Product Variant update action.

interface ProductVariantAddedMessagePayload {
    staged: boolean;
    type: "ProductVariantAdded";
    variant: ProductVariant;
}

Properties

Properties

staged: boolean

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

type: "ProductVariantAdded"

Unique identifier of the Product Variant that was added.

Generated using TypeDoc