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)

Properties

Properties

action: "freezeCart"