Interface CartUnfreezeCartAction

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

public interface CartUnfreezeCartAction extends CartUpdateAction

Changes the CartState from Frozen to Active. Reactivates a Frozen Cart. This action updates all prices in the Cart according to latest Prices on related Product Variants and Shipping Methods and by applying all discounts currently being active and applicable for the Cart.


Example to create an instance using the builder pattern

     CartUnfreezeCartAction cartUnfreezeCartAction = CartUnfreezeCartAction.builder()
             .build()