@gradientedge/commercetools-utils
    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.

    Produces the [CartLocked](ctp:api:type:CartLockedMessage) Message.
    
    interface CartLockCartAction {
        action: "lockCart";
    }

    Hierarchy (View Summary)

    Index
    action: "lockCart"