Class CartSetCustomerIdActionImpl

java.lang.Object
com.commercetools.api.models.cart.CartSetCustomerIdActionImpl
All Implemented Interfaces:
CartSetCustomerIdAction, CartUpdateAction, ResourceUpdateAction<CartUpdateAction>, io.vrap.rmf.base.client.ModelBase

public class CartSetCustomerIdActionImpl extends Object implements CartSetCustomerIdAction, io.vrap.rmf.base.client.ModelBase

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.