# AbandonedCheckout - admin-graphql - OBJECT Version: 2024-10 ## 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-10/scalars/URL): URL! - The URL for the buyer to recover their checkout. * [billingAddress](/docs/api/admin-graphql/2024-10/objects/MailingAddress): MailingAddress - The billing address provided by the buyer. Null if the user did not provide a billing address. * [completedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The date and time when the buyer completed the checkout. Null if the checkout has not been completed. * [createdAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The date and time when the checkout was created. * [customAttributes](/docs/api/admin-graphql/2024-10/objects/Attribute): Attribute! - A list of extra information that has been added to the checkout. * [customer](/docs/api/admin-graphql/2024-10/objects/Customer): Customer - The customer who created this checkout. May be null if the checkout was created from a draft order or via an app. * [defaultCursor](/docs/api/admin-graphql/2024-10/scalars/String): String! - A default [cursor](https://shopify.dev/api/usage/pagination-graphql) that returns the single next record, sorted ascending by ID. * [discountCodes](/docs/api/admin-graphql/2024-10/scalars/String): String! - The discount codes entered by the buyer at checkout. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [lineItemsQuantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The number of products in the checkout. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! - Unique merchant-facing identifier for the checkout. * [note](/docs/api/admin-graphql/2024-10/scalars/String): String! - A merchant-facing note added to the checkout. Not visible to the buyer. * [shippingAddress](/docs/api/admin-graphql/2024-10/objects/MailingAddress): MailingAddress - The shipping address to where the line items will be shipped. Null if the user did not provide a shipping address. * [subtotalPriceSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The sum of all items in the checkout, including discounts but excluding shipping, taxes and tips. * [taxLines](/docs/api/admin-graphql/2024-10/objects/TaxLine): TaxLine! - Individual taxes charged on the checkout. * [taxesIncluded](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether taxes are included in line item and shipping line prices. * [totalDiscountSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The total amount of discounts to be applied. * [totalDutiesSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag - The total duties applied to the checkout. * [totalLineItemsPriceSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The sum of the prices of all line items in the checkout. * [totalPriceSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The sum of all items in the checkout, including discounts, shipping, taxes, and tips. * [totalTaxSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag - The total tax applied to the checkout. * [updatedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The date and time when the checkout was most recently updated. ## Connections * [lineItems](/docs/api/admin-graphql/2024-10/connections/AbandonedCheckoutLineItemConnection): AbandonedCheckoutLineItemConnection! ## Related queries * [abandonedCheckouts](/docs/api/admin-graphql/2024-10/queries/abandonedCheckouts) List of abandoned checkouts. Includes checkouts that were recovered after being abandoned. ## Related mutations ## Related Unions ## Examples