Typescript SDK Type Docs
    Preparing search index...

    Interface CartLock

    Indicates that the Cart is locked to prevent changes. Provides metadata about when the lock was created and which API Client initiated it.

    interface CartLock {
        clientId: string;
        createdAt: string;
    }
    Index

    Properties

    Properties

    clientId: string

    id of the API Client that locked the Cart.

    createdAt: string

    Date and time (UTC) the Cart was locked.