Interface: OrderPostageUpdateInput
Defined in: type/OrderPostageUpdateInput.ts:5
Input object for OrderPostageUpdateInput
Properties
carrier?
optionalcarrier?:string
Defined in: type/OrderPostageUpdateInput.ts:23
The selected carrier for this Order
gross?
optionalgross?:number
Defined in: type/OrderPostageUpdateInput.ts:13
The shipping costs excluding tax
method?
optionalmethod?:string
Defined in: type/OrderPostageUpdateInput.ts:7
The chosen shipping method
net?
optionalnet?:number
Defined in: type/OrderPostageUpdateInput.ts:15
The shipping costs including tax
overruled?
optionaloverruled?:YesNo
Defined in: type/OrderPostageUpdateInput.ts:25
Whether the shipping costs for this order are overruled, if N, the shipping costs will be recalculated on every mutation
partialDeliveryAllowed?
optionalpartialDeliveryAllowed?:YesNo
Defined in: type/OrderPostageUpdateInput.ts:19
Is partial delivery allowed for this Order
pickUpLocationId?
optionalpickUpLocationId?:number
Defined in: type/OrderPostageUpdateInput.ts:21
ID of the pick up location when the Order's shipping method is PICKUP
requestDate?
optionalrequestDate?:string
Defined in: type/OrderPostageUpdateInput.ts:11
The provided delivery date for the Order
tax?
optionaltax?:number
Defined in: type/OrderPostageUpdateInput.ts:17
The shipping costs tax
taxPercentage?
optionaltaxPercentage?:number
Defined in: type/OrderPostageUpdateInput.ts:9
The shipping costs tax percentage