@gradientedge/commercetools-utils
    Preparing search index...

    Interface CartUnfreezeCartAction

    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.

    interface CartUnfreezeCartAction {
        action: "unfreezeCart";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "unfreezeCart"