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

Properties

Properties

action: "freezeCart"

Generated using TypeDoc