Skip to main content
Anchor to AbandonedCheckoutConnection

AbandonedCheckoutConnection

connection

An auto-generated type for paginating through multiple AbandonedCheckouts.

Anchor to Queries with this connectionQueries with this connection

•query

Returns a list of abandoned checkouts. A checkout is considered abandoned when a customer adds contact information but doesn't complete their purchase. Includes both abandoned and recovered checkouts.

Each checkout provides Customer details, AbandonedCheckoutLineItem objects, pricing information, and a recovery URL for re-engaging customers who didn't complete their purchase.


Was this section helpful?

•[AbandonedCheckoutEdge!]!
non-null

The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.

•[AbandonedCheckout!]!
non-null

A list of nodes that are contained in AbandonedCheckoutEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.

•PageInfo!
non-null

An object that’s used to retrieve cursor information about the current page.


Was this section helpful?