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

    Interface DiscountCodeChangeGroupsAction

    interface DiscountCodeChangeGroupsAction {
        action: "changeGroups";
        groups: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changeGroups"
    groups: string[]

    New value to set. An empty array removes the DiscountCode from all groups.