Typescript SDK Type Docs
    Preparing search index...

    Interface CartUnlockCartAction

    Unlocks a Cart, removing all update restrictions that are in place while a Cart is locked. This action requires an additional OAuth 2.0 Scope manage_locked_carts.

    interface CartUnlockCartAction {
        action: "unlockCart";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "unlockCart"