Interface CartSetCustomerIdAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>
All Known Implementing Classes:
CartSetCustomerIdActionImpl

public interface CartSetCustomerIdAction extends CartUpdateAction

Setting the Cart's customerId can lead to updates on all its LineItem prices.

If the Customer with the specified id cannot be found, this update action returns a ReferencedResourceNotFound error.


Example to create an instance using the builder pattern

     CartSetCustomerIdAction cartSetCustomerIdAction = CartSetCustomerIdAction.builder()
             .build()