UpdateLocationInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| aisle | String | The aisle where the location is located | |
| bay | String | The bay where the location is located | |
| building | String | The building where the location is located | |
| capacity | LocationCapacityInput | ||
| code | String | The code of the location, must be unique | |
| coordinates | LocationCoordinatesInput | The coordinates of the location within its area, provided as X, Y pair | |
| dimensions | LocationDimensionsInput | The dimensions of the location | |
| floor | String | The floor where the location is located | |
| name | String | The name of the location | |
| parentLocationId | ID | ||
| preference | LocationPreferenceEnum | The preference of the location - should this be preferentially chosen? | |
| resourceId | ID | ||
| room | String | The room where the location is located | |
| shelf | String | The shelf where the location is located | |
| state | LocationStateEnum | The state of the location | |
| type | LocationTypeEnum | The type of location | |
| weightLimit | LocationWeightLimitInput |