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

    Interface ProductSelectionProductAddedMessagePayload

    Generated after a successful Add Product update action.

    interface ProductSelectionProductAddedMessagePayload {
        product: ProductReference;
        type: "ProductSelectionProductAdded";
        variantSelection: ProductVariantSelection;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Product that was added to the Product Selection.

    type: "ProductSelectionProductAdded"
    variantSelection: ProductVariantSelection

    Product Variant Selection after the Add Product update action.