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

    Interface ProductSelectionCreatedMessagePayload

    Generated after a successful Create Product Selection request.

    interface ProductSelectionCreatedMessagePayload {
        productSelection: ProductSelection;
        type: "ProductSelectionCreated";
    }

    Hierarchy (View Summary)

    Index

    Properties

    productSelection: ProductSelection

    Product Selection that was created.

    type: "ProductSelectionCreated"