Objects

CheckoutDataType

No description

No description

type CheckoutDataType {
  htmlSnippet: String
  newCheckoutSession: Boolean!
  completed: Boolean
  order: CheckoutOrderType
  nthPurchase: Int!
  cart: CartType
}

Fields

htmlSnippet ● String scalar

HTML-snippet

newCheckoutSession ● Boolean! non-null scalar required

True if this is a new checkout session

completed ● Boolean scalar

Indicates if the purchase has been completed. This may not be available for all payment types

order ● CheckoutOrderType object

Order details

nthPurchase ● Int! non-null scalar required

The total number of purchases that the customer has done including this one

cart ● CartType object

The order details represented as a cart object.

Returned By

checkout query