CartPostageDataInput
No description
input CartPostageDataInput {
shippingMethod: String
requestDate: DateTime
partialDeliveryAllowed: YesNo
postage: Float
}
Fields
CartPostageDataInput.shippingMethod ● String scalar
The selected shipping method for this cart. Defaults to VERZENDEN.
CartPostageDataInput.requestDate ● DateTime scalar
The preferred delivery date for this order as requested by the user.
CartPostageDataInput.partialDeliveryAllowed ● YesNo enum
Is partial delivery allowed for this cart.
CartPostageDataInput.postage ● Float scalar
Postage cost excluding VAT based on external postage calculation. If value is set, postage priceMode is set to 'EXTERNAL' for this cart.
Member Of
CartUpdateInput input