CheckoutInputType
No description
input CheckoutInputType {
paymentId: Int
shippingId: Int
skipShippingValidation: Boolean
externalShippingId: String
pickupPoint: String
desiredDeliveryDate: DateTime
message: String
acceptedConsents: [String]
shippingAddress: AddressInputType
billingAddress: AddressInputType
identityNumber: String
email: String
customerType: CustomerType
externalShippingFee: Decimal
merchantData: String
checkoutUrls: CheckoutUrlsInputType
}
Fields
CheckoutInputType.paymentId ● Int scalar
CheckoutInputType.shippingId ● Int scalar
CheckoutInputType.skipShippingValidation ● Boolean 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
CheckoutInputType.checkoutUrls ● CheckoutUrlsInputType input
Member Of
createOrUpdateCheckout mutation ● placeOrder mutation ● validateOrderCreation query