Requires unauthenticated_read_checkouts_info access scope.
An access token is required to call this API. Refer to Authorization for more information about how to obtain the token.
checkout query
Arguments
id ● ID!non-null
Checkout id
Returns
appliedGiftCards ● [AppliedGiftCard]
The gift cards used on the checkout.
availableShippingRates ● AvailableShippingRates
The available shipping rates for this Checkout.Should only be used when checkout requiresShipping is true and the shipping address is valid.
buyerIdentity ● CheckoutBuyerIdentity
The identity of the customer associated with the checkout.
completedAt ● [Date]
The date and time when the checkout was completed.
createdAt ● Date
The date and time when the checkout was created.
currencyCode ● CurrencyCode
The currency code for the checkout.
customAttributes ● [Attribute]
A list of extra information that is added to the checkout.
discountApplications ● [DiscountApplication]
Discounts that have been applied on the checkout.
email ● String
The email attached to this checkout.
id ● String!non-null
A globally-unique identifier.
lineItems ● [CheckoutLineItem]
A list of line item objects, each one containing information about an item in the checkout.
lineItemsSubtotalPrice ● Money
The sum of all the prices of all the items in the checkout. Duties, taxes, shipping and discounts excluded.
note ● String
The note associated with the checkout.
paymentDue ● Money
The amount left to be paid. This is equal to the cost of the line items, duties, taxes, and shipping, minus discounts and gift cards.
requiresShipping ● Boolean
States whether or not the fulfillment requires shipping.
shippingAddress ● ShippingAddress
The shipping address to where the line items will be shipped.
shippingDiscountAllocations ● [DiscountAllocation]
The discounts that have been allocated onto the shipping line by discount applications.
shippingLine ● ShippingRate
Once a shipping rate is selected by the customer it is transitioned to a shipping_line object.
subtotalPrice ● Money
The price at checkout before duties, shipping, and taxes.
taxesIncluded ● Boolean
Whether taxes are included in the line item and shipping line prices.
totalPrice ● Money
The sum of all the prices of all the items in the checkout, including duties, taxes, and discounts.
totalTax ● Money
The sum of all the taxes applied to the line items and shipping lines in the checkout.
updatedAt ● Date
The date and time when the checkout was last updated.
webUrl ● URL!non-null
The url pointing to the checkout accessible from the web.
Error Code
For more information about common error codes, refer to Status and error codes.
Was this article helpful to you?