Skip to main content

Interface: OrderPostageData

Defined in: type/OrderPostageData.ts:6

Object class for OrderPostageData

Properties

carrier?

optional carrier?: string

Defined in: type/OrderPostageData.ts:24

The selected carrier for this Order


gross

gross: number

Defined in: type/OrderPostageData.ts:14

The shipping costs excluding tax


method

method: string

Defined in: type/OrderPostageData.ts:8

The chosen shipping method


net

net: number

Defined in: type/OrderPostageData.ts:16

The shipping costs including tax


overruled?

optional overruled?: YesNo

Defined in: type/OrderPostageData.ts:26

Whether the shipping costs for this order are overruled, if N, the shipping costs will be recalculated on every mutation


partialDeliveryAllowed?

optional partialDeliveryAllowed?: YesNo

Defined in: type/OrderPostageData.ts:20

Is partial delivery allowed for this Order


pickUpLocationId?

optional pickUpLocationId?: number

Defined in: type/OrderPostageData.ts:22

ID of the pick up location when the Order's shipping method is PICKUP


requestDate?

optional requestDate?: string

Defined in: type/OrderPostageData.ts:12

The preferred delivery date for the Order


tax

tax: number

Defined in: type/OrderPostageData.ts:18

The tax on the shipping costs


taxPercentage

taxPercentage: number

Defined in: type/OrderPostageData.ts:10

The shipping costs tax percentage


warehouse?

optional warehouse?: Warehouse

Defined in: type/OrderPostageData.ts:28

warehouse field