Skip to main content

CheckoutInputType

No description

input CheckoutInputType {
paymentId: Int
shippingId: Int
externalShippingId: String
pickupPoint: String
desiredDeliveryDate: DateTime
message: String
acceptedConsents: [String]
shippingAddress: AddressInputType
billingAddress: AddressInputType
identityNumber: String
email: String
customerType: CustomerType
externalShippingFee: Decimal
merchantData: String
}

Fields

CheckoutInputType.paymentId ● Int scalar

CheckoutInputType.shippingId ● Int scalar

CheckoutInputType.externalShippingId ● String scalar

CheckoutInputType.pickupPoint ● String scalar

CheckoutInputType.desiredDeliveryDate ● DateTime scalar

CheckoutInputType.message ● String scalar

CheckoutInputType.acceptedConsents ● [String] list scalar

CheckoutInputType.shippingAddress ● AddressInputType input

CheckoutInputType.billingAddress ● AddressInputType input

CheckoutInputType.identityNumber ● String scalar

CheckoutInputType.email ● String scalar

CheckoutInputType.customerType ● CustomerType enum

CheckoutInputType.externalShippingFee ● Decimal scalar

CheckoutInputType.merchantData ● String scalar

Member of

createOrUpdateCheckout mutation ● placeOrder mutation ● validateOrderCreation query