Skip to main content

Interface: CarrierCreateInput

Defined in: type/CarrierCreateInput.ts:6

Input object for CarrierCreateInput

Properties

descriptions

descriptions: LocalizedStringInput[]

Defined in: type/CarrierCreateInput.ts:12

Carrier descriptions per language


optional logo?: string

Defined in: type/CarrierCreateInput.ts:18

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


name

name: string

Defined in: type/CarrierCreateInput.ts:8

Carrier unique name


shippingCost

shippingCost: number

Defined in: type/CarrierCreateInput.ts:14

Carrier specific shipping cost


trackAndTraceURL?

optional trackAndTraceURL?: string

Defined in: type/CarrierCreateInput.ts:16

Track and Trace redirect URL


type

type: CarrierType

Defined in: type/CarrierCreateInput.ts:10

Carrier type! One of: [PICKUP, DELIVERY]


warehouseIds?

optional warehouseIds?: number[]

Defined in: type/CarrierCreateInput.ts:20

List of supported warehouse ids for this carrier