Interface CustomerSetCustomerGroupAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>

public interface CustomerSetCustomerGroupAction extends CustomerUpdateAction

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

To reflect the new Customer Group, this update action can result in updates to the most recently modified active Cart. When this occurs, the following errors can be returned: MatchingPriceNotFound and MissingTaxRateForCountry.


Example to create an instance using the builder pattern

     CustomerSetCustomerGroupAction customerSetCustomerGroupAction = CustomerSetCustomerGroupAction.builder()
             .build()