@gradientedge/commercetools-utils
    Preparing search index...

    Interface ProductVariantAddedMessagePayload

    Generated after a successful Add ProductVariant update action.

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

    Hierarchy (View Summary)

    Index

    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.