Requires read_orders access scope. Also: The user must have manage_abandoned_checkouts permission.

A checkout that was abandoned by the customer.


The URL for the buyer to recover their checkout.

The billing address provided by the buyer. Null if the user did not provide a billing address.

The date and time when the buyer completed the checkout. Null if the checkout has not been completed.

The date and time when the checkout was created.

A list of extra information that has been added to the checkout.

The customer who created this checkout. May be null if the checkout was created from a draft order or via an app.

A default cursor that returns the single next record, sorted ascending by ID.

The discount codes entered by the buyer at checkout.

A globally-unique ID.

A list of the line items in this checkout.

Unique merchant-facing identifier for the checkout.

A merchant-facing note added to the checkout. Not visible to the buyer.

The shipping address to where the line items will be shipped. Null if the user did not provide a shipping address.

The sum of all items in the checkout, including discounts but excluding shipping, taxes and tips.

Whether taxes are included in line item and shipping line prices.

Individual taxes charged on the checkout.

The total amount of discounts to be applied.

The total duties applied to the checkout.

The sum of the prices of all line items in the checkout.

The sum of all items in the checkout, including discounts, shipping, taxes, and tips.

The total tax applied to the checkout.

The date and time when the checkout was most recently updated.


Was this section helpful?
Map

Fields and connections from

AbandonedCheckout


List of abandoned checkouts. Includes checkouts that were recovered after being abandoned.


Was this section helpful?
<?>
AbandonedCheckout Queries
AbandonedCheckout



Was this section helpful?
||-
AbandonedCheckout Implements
AbandonedCheckout

Implements