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
Return
appliedGiftCards ● [AppliedGiftCard]
The gift cards used on the checkout.
More
availableShippingRates ● AvailableShippingRates
The available shipping rates for this Checkout.Should only be used when checkout requiresShipping is true and the shipping address is valid.
More
buyerIdentity ● CheckoutBuyerIdentity
The identity of the customer associated with the checkout.
More
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.
More
customAttributes ● [Attribute]
A list of extra information that is added to the checkout.
More
discountApplications ● [DiscountApplication]
Discounts that have been applied on the checkout.
More
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.
More
lineItemsSubtotalPrice ● Money
The sum of all the prices of all the items in the checkout. Duties, taxes, shipping and discounts excluded.
More
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.
More
requiresShipping ● Boolean
States whether or not the fulfillment requires shipping.
shippingAddress ● ShippingAddress
The shipping address to where the line items will be shipped.
More
shippingDiscountAllocations ● [DiscountAllocation]
The discounts that have been allocated onto the shipping line by discount applications.
More
shippingLine ● ShippingRate
Once a shipping rate is selected by the customer it is transitioned to a shipping_line object.
More
subtotalPrice ● Money
The price at checkout before duties, shipping, and taxes.
More
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.
More
totalTax ● Money
The sum of all the taxes applied to the line items and shipping lines in the checkout.
More
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.
Status and error codes
For detailed information about common codes, see Status and error codes.
Was this article helpful to you?