@usethrottle/cart
    Preparing search index...

    Interface CheckoutHandoff

    interface CheckoutHandoff {
        cartSessionId: string;
        checkoutSessionId: string;
        checkoutUrl: string;
        expiresAt: string;
    }
    Index
    cartSessionId: string
    checkoutSessionId: string
    checkoutUrl: string
    expiresAt: string