Skip to main content

Interface: CarrierUpdateInput

Defined in: type/CarrierUpdateInput.ts:6

Input object for CarrierUpdateInput

Properties

descriptions?

optional descriptions?: LocalizedStringInput[]

Defined in: type/CarrierUpdateInput.ts:12

Carrier descriptions per language


optional logo?: string

Defined in: type/CarrierUpdateInput.ts:18

Logo url, must be public reachable url [maxLogoSize: 200kB, maxLogoDimensions: 200x200px ]


name?

optional name?: string

Defined in: type/CarrierUpdateInput.ts:8

Carrier unique name


shippingCost?

optional shippingCost?: number

Defined in: type/CarrierUpdateInput.ts:14

Carrier specific shipping cost


trackAndTraceURL?

optional trackAndTraceURL?: string

Defined in: type/CarrierUpdateInput.ts:16

Track and Trace redirect URL


type?

optional type?: CarrierType

Defined in: type/CarrierUpdateInput.ts:10

Carrier type! One of: [PICKUP, DELIVERY]


warehouseIds?

optional warehouseIds?: number[]

Defined in: type/CarrierUpdateInput.ts:20

List of supported warehouse ids for this carrier