AbandonedCheckout - admin-graphql - OBJECT
Version: 2024-04
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 :
URL! -
The URL for the buyer to recover their checkout.
defaultCursor :
String! -
A default [cursor](https://shopify.dev/api/usage/pagination-graphql) that returns the single next record, sorted ascending by ID.
id :
ID! -
A globally-unique ID.
lineItemsQuantity :
Int! -
The number of products in the checkout.
totalPriceSet :
MoneyBag! -
The sum of all items in the checkout, including discounts, shipping, taxes, and tips.
Connections
lineItems :
AbandonedCheckoutLineItemConnection!
Related queries
Related mutations
Related Unions
Examples