Skip to main content

CheckoutType

No description

type CheckoutType {
email: String
identityNumber: String
cart: CartType
billingAddress: AddressType
shippingAddress: AddressType
consents: [ConsentType]
paymentOptions: [PaymentOptionType]
shippingOptions: [ShippingOptionType]
shippingData: String
checkoutStatus: CheckoutStatus
}

Fields

CheckoutType.email ● String scalar

CheckoutType.identityNumber ● String scalar

CheckoutType.cart ● CartType object

CheckoutType.billingAddress ● AddressType object

CheckoutType.shippingAddress ● AddressType object

CheckoutType.consents ● [ConsentType] list object

CheckoutType.paymentOptions ● [PaymentOptionType] list object

CheckoutType.shippingOptions ● [ShippingOptionType] list object

CheckoutType.shippingData ● String scalar

CheckoutType.checkoutStatus ● CheckoutStatus enum

Returned by

createOrUpdateCheckout mutation ● setCartShippingFee mutation