Objects

CheckoutType

No description

No description

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

Fields

email ● String scalar

 

identityNumber ● String scalar

 

cart ● CartType object

 

billingAddress ● AddressType object

 

shippingAddress ● AddressType object

 

consents ● [ConsentType] deprecated list object

Deprecated: The consent module is not supported any more.

 

paymentOptions ● [PaymentOptionType] list object

 

shippingOptions ● [ShippingOptionType] list object

 

shippingData ● String scalar

 

checkoutStatus ● CheckoutStatus enum

 

Returned By

createOrUpdateCheckout mutation ● setCartShippingFee mutation