Interface: UpdateWarehouseInput
Defined in: type/UpdateWarehouseInput.ts:5
Input object for UpdateWarehouseInput
Properties
businessHours?
optionalbusinessHours?: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?
optionaldescription?:string
Defined in: type/UpdateWarehouseInput.ts:9
Warehouse description
isActive?
optionalisActive?:boolean
Defined in: type/UpdateWarehouseInput.ts:13
Warehouse isActive status
isPickupLocation?
optionalisPickupLocation?:boolean
Defined in: type/UpdateWarehouseInput.ts:17
Warehouse isPickupLocation status
isStore?
optionalisStore?:boolean
Defined in: type/UpdateWarehouseInput.ts:15
Warehouse isStore status
name?
optionalname?:string
Defined in: type/UpdateWarehouseInput.ts:7
Warehouse name
notes?
optionalnotes?:string
Defined in: type/UpdateWarehouseInput.ts:11
Warehouse notes
shopId?
optionalshopId?:number
Defined in: type/UpdateWarehouseInput.ts:19
Optional warehouse shopId! Default value will be internally inferred from the appropriate channel