Class BusinessUnitRemoveStoreActionImpl

java.lang.Object
com.commercetools.api.models.business_unit.BusinessUnitRemoveStoreActionImpl
All Implemented Interfaces:
BusinessUnitRemoveStoreAction, BusinessUnitUpdateAction, ResourceUpdateAction<BusinessUnitUpdateAction>, io.vrap.rmf.base.client.ModelBase

public class BusinessUnitRemoveStoreActionImpl extends Object implements BusinessUnitRemoveStoreAction, io.vrap.rmf.base.client.ModelBase

Removes a Store from the Business Unit. Newly created Carts and Orders can no longer reference the removed Store for the Business Unit. We recommend cleaning up unordered Carts that still have the Store assigned after calling this update action since those cannot be converted to Orders. Orders created before the Store was removed remain unchanged. Generates a BusinessUnitStoreRemoved Message. Only applicable when storeMode is Explicit.