stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > AbandonedCheckout

AdminTypes.AbandonedCheckout interface

A checkout that was abandoned by the customer.

Signature:

export interface AbandonedCheckout extends Navigable, Node 

Extends: Navigable, Node

Properties

Property Modifiers Type Description
abandonedCheckoutUrl   Scalars[‘URL’][‘output’] The URL for the buyer to recover their checkout.
defaultCursor   Scalars[‘String’][‘output’] A default cursor that returns the single next record, sorted ascending by ID.
id   Scalars[‘ID’][‘output’] A globally-unique ID.
lineItemsQuantity   Scalars[‘Int’][‘output’] The number of products in the checkout.
totalPriceSet   MoneyBag The sum of all items in the checkout, including discounts, shipping, taxes, and tips.