Interface: CartPostageData
Defined in: type/CartPostageData.ts:7
Object class for CartPostageData
Properties
carrier?
optionalcarrier?:string
Defined in: type/CartPostageData.ts:21
Selected carrier for this cart.
method
method:
string
Defined in: type/CartPostageData.ts:9
Selected shipping method for this cart. Defaults to DELIVERY.
partialDeliveryAllowed?
optionalpartialDeliveryAllowed?:YesNo
Defined in: type/CartPostageData.ts:23
This order can be shipped in parts when items different delivery dates
pickUpLocationId?
optionalpickUpLocationId?:number
Defined in: type/CartPostageData.ts:25
Pick up location ID
price?
optionalprice?:number
Defined in: type/CartPostageData.ts:15
Costs associated with the selected shipping method and business rules that apply to this cart. Excluding VAT.
priceMode?
optionalpriceMode?:PriceMode
Defined in: type/CartPostageData.ts:19
Indicates where the price is calculated. PLATFORM - Price was calculated based on product price/postage rules set in Propeller. EXTERNAL - price was set externally
priceNet?
optionalpriceNet?:number
Defined in: type/CartPostageData.ts:17
Costs associated with the selected shipping method and business rules that apply to this cart. Including VAT.
requestDate?
optionalrequestDate?:string
Defined in: type/CartPostageData.ts:13
Preferred delivery date for this order as requested by the user.
taxPercentage?
optionaltaxPercentage?:number
Defined in: type/CartPostageData.ts:11
Tax percentage
warehouse?
optionalwarehouse?:Warehouse
Defined in: type/CartPostageData.ts:27
warehouse field