Shopify GraphQL API / Checkout

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

Implements

Fields

appliedGiftCards : [AppliedGiftCard!]!

availableShippingRates : AvailableShippingRates

buyerIdentity : CheckoutBuyerIdentity!

completedAt : DateTime

createdAt : DateTime!

currencyCode : CurrencyCode!

customAttributes : [Attribute!]!

discountApplications (
       Int: Int
       String: String
       Int: Int
       String: String
       Boolean: Boolean
) : DiscountApplicationConnection!

email : String

id : ID!

lineItems (
       Int: Int
       String: String
       Int: Int
       String: String
       Boolean: Boolean
) : CheckoutLineItemConnection!

lineItemsSubtotalPrice : MoneyV2!

note : String

order : Order

orderStatusUrl : URL

paymentDue : Money!

paymentDueV2 : MoneyV2!

ready : Boolean!

requiresShipping : Boolean!

shippingAddress : MailingAddress

shippingDiscountAllocations : [DiscountAllocation!]!

shippingLine : ShippingRate

subtotalPrice : Money!

subtotalPriceV2 : MoneyV2!

taxExempt : Boolean!

taxesIncluded : Boolean!

totalDuties : MoneyV2

totalPrice : Money!

totalPriceV2 : MoneyV2!

totalTax : Money!

totalTaxV2 : MoneyV2!

updatedAt : DateTime!

webUrl : URL!

Documentation created using imtala