Skip to main content

CheckoutDataType

No description

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

Fields

CheckoutDataType.htmlSnippet ● String scalar

CheckoutDataType.newCheckoutSession ● Boolean! non-null scalar

CheckoutDataType.completed ● Boolean scalar

CheckoutDataType.order ● CheckoutOrderType object

CheckoutDataType.nthPurchase ● Int! non-null scalar

CheckoutDataType.cart ● CartType object

Returned by

checkout query