Skip to main content

Interface: CartPostageDataInput

Defined in: type/CartPostageDataInput.ts:5

Input object for CartPostageDataInput

Properties

carrier?

optional carrier?: string

Defined in: type/CartPostageDataInput.ts:15

Selected carrier for this cart.


method?

optional method?: string

Defined in: type/CartPostageDataInput.ts:7

Selected shipping method for this cart.


partialDeliveryAllowed?

optional partialDeliveryAllowed?: YesNo

Defined in: type/CartPostageDataInput.ts:11

Is partial delivery allowed for this cart.


pickUpLocationId?

optional pickUpLocationId?: number

Defined in: type/CartPostageDataInput.ts:17

Pick up location ID


price?

optional price?: 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?

optional requestDate?: string

Defined in: type/CartPostageDataInput.ts:9

Preferred delivery date for this order as requested by the user.