@usethrottle/checkout-react
    Preparing search index...

    Interface UseCartSessionOptions

    interface UseCartSessionOptions {
        applicationId: string;
        baseUrl?: string;
        environmentId: string;
        quoteToken: string;
        storageKey?: string | null;
    }
    Index
    applicationId: string

    Application UUID.

    baseUrl?: string
    environmentId: string

    Workspace environment UUID the publishable token was minted for.

    quoteToken: string

    Publishable storefront quote token (pk_…).

    storageKey?: string | null

    localStorage key for persisting the session id across page loads. Default 'throttle.cartSessionId'. Pass null to disable persistence (in-memory only).