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

    Interface ProductSelectionDraft

    interface ProductSelectionDraft {
        custom?: CustomFieldsDraft;
        key?: string;
        mode?: ProductSelectionMode;
        name: LocalizedString;
    }
    Index

    Properties

    Properties

    Custom Fields of this ProductSelection.

    key?: string

    User-defined unique identifier for the ProductSelection.

    Mode of the Product Selection.

    Name of the ProductSelection. Not checked for uniqueness, but distinct names are recommended.