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";
}

Properties

Properties

action: "unfreezeCart"

Generated using TypeDoc