Skip to main content

Interface: OrderPostageUpdateInput

Defined in: type/OrderPostageUpdateInput.ts:5

Input object for OrderPostageUpdateInput

Properties

carrier?

optional carrier?: string

Defined in: type/OrderPostageUpdateInput.ts:23

The selected carrier for this Order


gross?

optional gross?: number

Defined in: type/OrderPostageUpdateInput.ts:13

The shipping costs excluding tax


method?

optional method?: string

Defined in: type/OrderPostageUpdateInput.ts:7

The chosen shipping method


net?

optional net?: number

Defined in: type/OrderPostageUpdateInput.ts:15

The shipping costs including tax


overruled?

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

optional partialDeliveryAllowed?: YesNo

Defined in: type/OrderPostageUpdateInput.ts:19

Is partial delivery allowed for this Order


pickUpLocationId?

optional pickUpLocationId?: number

Defined in: type/OrderPostageUpdateInput.ts:21

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


requestDate?

optional requestDate?: string

Defined in: type/OrderPostageUpdateInput.ts:11

The provided delivery date for the Order


tax?

optional tax?: number

Defined in: type/OrderPostageUpdateInput.ts:17

The shipping costs tax


taxPercentage?

optional taxPercentage?: number

Defined in: type/OrderPostageUpdateInput.ts:9

The shipping costs tax percentage