Skip to main content

Interface: UpdateWarehouseInput

Defined in: type/UpdateWarehouseInput.ts:5

Input object for UpdateWarehouseInput

Properties

businessHours?

optional businessHours?: BusinessHoursInput[]

Defined in: type/UpdateWarehouseInput.ts:71

Warehouse business hours per week day Example: [{ dayOfWeek: 0 openingTime: "08:00" closingTime: "20:00" lunchBeakStartTime: "12:00" lunchBeakEndTime: "12:30" }, { dayOfWeek: 1 openingTime: "08:00" closingTime: "20:00" lunchBeakStartTime: "12:00" lunchBeakEndTime: "12:30" }, { dayOfWeek: 2 openingTime: "08:00" closingTime: "20:00" lunchBeakStartTime: "12:00" lunchBeakEndTime: "12:30" }, { dayOfWeek: 3 openingTime: "08:00" closingTime: "20:00" lunchBeakStartTime: "12:00" lunchBeakEndTime: "12:30" }, { dayOfWeek: 4 openingTime: "08:00" closingTime: "20:00" lunchBeakStartTime: "12:00" lunchBeakEndTime: "12:30" }, { dayOfWeek: 5 openingTime: "08:00" closingTime: "20:00" lunchBeakStartTime: "12:00" lunchBeakEndTime: "12:30" }, { dayOfWeek: 6 openingTime: "08:00" closingTime: "20:00" lunchBeakStartTime: "12:00" lunchBeakEndTime: "12:30" }]


description?

optional description?: string

Defined in: type/UpdateWarehouseInput.ts:9

Warehouse description


isActive?

optional isActive?: boolean

Defined in: type/UpdateWarehouseInput.ts:13

Warehouse isActive status


isPickupLocation?

optional isPickupLocation?: boolean

Defined in: type/UpdateWarehouseInput.ts:17

Warehouse isPickupLocation status


isStore?

optional isStore?: boolean

Defined in: type/UpdateWarehouseInput.ts:15

Warehouse isStore status


name?

optional name?: string

Defined in: type/UpdateWarehouseInput.ts:7

Warehouse name


notes?

optional notes?: string

Defined in: type/UpdateWarehouseInput.ts:11

Warehouse notes


shopId?

optional shopId?: number

Defined in: type/UpdateWarehouseInput.ts:19

Optional warehouse shopId! Default value will be internally inferred from the appropriate channel