Requires unauthenticated_read_checkouts access scope.

A container for all the information required to checkout items and pay.

The Storefront GraphQL Checkout API is deprecated and will be removed in a future version. Please see https://shopify.dev/changelog/deprecation-of-checkout-apis for more information.


The gift cards used on the checkout.

The available shipping rates for this Checkout. Should only be used when checkout requiresShipping is true and the shipping address is valid.

The identity of the customer associated with the checkout.

The date and time when the checkout was completed.

The date and time when the checkout was created.

The currency code for the checkout.

A list of extra information that's added to the checkout.

Discounts that have been applied on the checkout.

The email attached to this checkout.

A globally-unique ID.

A list of line item objects, each one containing information about an item in the checkout.

The sum of all the prices of all the items in the checkout. Duties, taxes, shipping and discounts excluded.

The note associated with the checkout.

The resulting order from a paid checkout.

The Order status page for this Checkout, null when checkout isn't completed.

The amount left to be paid. This is equal to the cost of the line items, taxes, and shipping, minus discounts and gift cards.

Whether or not the Checkout is ready and can be completed. Checkouts may have asynchronous operations that can take time to finish. If you want to complete a checkout or ensure all the fields are populated and up to date, polling is required until the value is true.

States whether or not the fulfillment requires shipping.

The shipping address to where the line items will be shipped.

The discounts that have been allocated onto the shipping line by discount applications.

Once a shipping rate is selected by the customer it's transitioned to a shipping_line object.

The price at checkout before shipping and taxes.

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

Whether the checkout is tax exempt.

The sum of all the duties applied to the line items in the checkout.

The sum of all the prices of all the items in the checkout, including taxes and duties.

The sum of all the taxes applied to the line items and shipping lines in the checkout.

The date and time when the checkout was last updated.

The url pointing to the checkout accessible from the web.


Was this section helpful?
Map

Fields from

Checkout



Was this section helpful?
||-
Checkout Implements
Checkout

Implements