Setting the Customer Group of the Customer produces the CustomerGroupSet Message.

interface CustomerSetCustomerGroupAction {
    action: "setCustomerGroup";
    customerGroup?: CustomerGroupResourceIdentifier;
}

Properties

action: "setCustomerGroup"

Value to set. If empty, any existing value is removed.

Generated using TypeDoc