Interface: CartPostageDataInput
Defined in: type/CartPostageDataInput.ts:5
Input object for CartPostageDataInput
Properties
carrier?
optionalcarrier?:string
Defined in: type/CartPostageDataInput.ts:15
Selected carrier for this cart.
method?
optionalmethod?:string
Defined in: type/CartPostageDataInput.ts:7
Selected shipping method for this cart.
partialDeliveryAllowed?
optionalpartialDeliveryAllowed?:YesNo
Defined in: type/CartPostageDataInput.ts:11
Is partial delivery allowed for this cart.
pickUpLocationId?
optionalpickUpLocationId?:number
Defined in: type/CartPostageDataInput.ts:17
Pick up location ID
price?
optionalprice?:number
Defined in: type/CartPostageDataInput.ts:13
Postage cost excluding VAT based on external postage calculation. If value is set, postage priceMode is set to 'EXTERNAL' for this cart.
requestDate?
optionalrequestDate?:string
Defined in: type/CartPostageDataInput.ts:9
Preferred delivery date for this order as requested by the user.