--- title: abandonmentByAbandonedCheckoutId - GraphQL Admin description: Returns an Abandonment by the Abandoned Checkout ID. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/queries/abandonmentByAbandonedCheckoutId md: https://shopify.dev/docs/api/admin-graphql/latest/queries/abandonmentByAbandonedCheckoutId.md --- # abandonment​By​Abandoned​Checkout​Id query Returns an Abandonment by the Abandoned Checkout ID. ## Arguments * abandoned​Checkout​Id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required The ID of the Abandoned Checkout ID to query by. *** ## Possible returns * Abandonment [Abandonment](https://shopify.dev/docs/api/admin-graphql/latest/objects/Abandonment) A browse, cart, or checkout that was abandoned by a customer. *** ## Examples * ### abandonmentByAbandonedCheckoutId reference ## Query Reference ```graphql { abandonmentByAbandonedCheckoutId(abandonedCheckoutId) { # abandonmentByAbandonedCheckoutId fields } } ```