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

    Interface CartFreezeCartAction

    Changes the CartState from Active to Frozen. Results in a Frozen Cart. Fails with InvalidOperation error when the Cart is empty.

    interface CartFreezeCartAction {
        action: "freezeCart";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "freezeCart"