Typescript SDK Type Docs
    Preparing search index...

    Interface CartLockCartAction

    Locks a Cart, preventing all updates from API Clients without an elevated OAuth 2.0 Scope. This action sets the Cart's lock field which identifies the API Client that locked the Cart and when the lock was applied. This action requires an additional OAuth 2.0 Scope manage_locked_carts.

    interface CartLockCartAction {
        action: "lockCart";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "lockCart"