Skip to main content

Interface: OrderPostageInput

Defined in: type/OrderPostageInput.ts:5

Input object for OrderPostageInput

Properties

carrier?

optional carrier?: string

Defined in: type/OrderPostageInput.ts:23

The selected carrier for this Order


gross

gross: number

Defined in: type/OrderPostageInput.ts:13

The shipping costs excluding tax


method

method: string

Defined in: type/OrderPostageInput.ts:7

The chosen shipping method


net

net: number

Defined in: type/OrderPostageInput.ts:15

The shipping costs including tax


overruled?

optional overruled?: YesNo

Defined in: type/OrderPostageInput.ts:25

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/OrderPostageInput.ts:19

Is partial delivery allowed for this Order


pickUpLocationId?

optional pickUpLocationId?: number

Defined in: type/OrderPostageInput.ts:21

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


requestDate?

optional requestDate?: string

Defined in: type/OrderPostageInput.ts:11

The provided delivery date for the Order


tax

tax: number

Defined in: type/OrderPostageInput.ts:17

The shipping costs tax


taxPercentage

taxPercentage: number

Defined in: type/OrderPostageInput.ts:9

The shipping costs tax percentage