# AbandonedCheckout - admin-graphql - OBJECT Version: 2024-07 ## Description A checkout that was abandoned by the customer. ### Access Scopes `read_orders` access scope. Also: The user must have manage_abandoned_checkouts permission. ## Fields * [abandonedCheckoutUrl](/docs/api/admin-graphql/2024-07/scalars/URL): URL! - The URL for the buyer to recover their checkout. * [defaultCursor](/docs/api/admin-graphql/2024-07/scalars/String): String! - A default [cursor](https://shopify.dev/api/usage/pagination-graphql) that returns the single next record, sorted ascending by ID. * [id](/docs/api/admin-graphql/2024-07/scalars/ID): ID! - A globally-unique ID. * [lineItemsQuantity](/docs/api/admin-graphql/2024-07/scalars/Int): Int! - The number of products in the checkout. * [totalPriceSet](/docs/api/admin-graphql/2024-07/objects/MoneyBag): MoneyBag! - The sum of all items in the checkout, including discounts, shipping, taxes, and tips. ## Connections * [lineItems](/docs/api/admin-graphql/2024-07/connections/AbandonedCheckoutLineItemConnection): AbandonedCheckoutLineItemConnection! ## Related queries ## Related mutations ## Related Unions ## Examples