CheckoutInput
No description
input CheckoutInput {
paymentMethodId: Int
pickupPointId: String @deprecated
cartId: String
shippingMethodId: Int @deprecated
contracts: [UpdateContractConsentInput]
billingAddress: AddressInput
shippingAddress: AddressInput
storeCredit: StoreCreditInput
selectedShipping: SecuredSelectedShippingInput
}
Fields
paymentMethodId ● Int
cartId ● String
contracts ● [UpdateContractConsentInput]
billingAddress ● AddressInput
shippingAddress ● AddressInput
storeCredit ● StoreCreditInput
selectedShipping ● SecuredSelectedShippingInput
The customer's chosen shipping, picked from shippingOptions.
Show deprecated
Example
{
"contracts": [
{}
],
"billingAddress": {},
"storeCredit": {},
"selectedShipping": {
"addons": [
{}
],
"selection": {
"timeslot": {
"start": "2024-05-03T11:52:33Z"
},
"location": {
"address": {}
}
}
}
}