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

    Type Alias ThrottleCheckoutStatus

    ThrottleCheckoutStatus: "idle" | "loading" | "recovering" | "ready" | "error"

    Lifecycle status for the checkout orchestration.

    • idle — no work in flight, no cart yet
    • loading — a request is in flight
    • recovering — the cart went stale (converted/abandoned); rebuilding from the last-known line items into a fresh session
    • ready — a cart is present and no request is in flight
    • error — the last operation failed (see error)