Location
Type: Object
A location within the warehouse or on the shop floor
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| 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 | LocationStorageLevel | |||
| childLocations | [Location!]! | filter: LocationFilterInputlimit: Intoffset: Intsort: [LocationSortInput] | ||
| code | String! | The code of the location, must be unique | ||
| coordinates | Coordinates | The coordinates of the location within its area, provided as X, Y pair | ||
| createdAt | DateTime! | |||
| dimensions | CubeDimensions | The dimensions of the location | ||
| floor | String | The floor where the location is located | ||
| id | ID! | |||
| inboundTransfers | [Transfer!]! | filter: TransferFilterInputlimit: Intoffset: Intsort: [TransferSortInput] | ||
| name | String | The name of the location | ||
| outboundTransfers | [Transfer!]! | filter: TransferFilterInputlimit: Intoffset: Intsort: [TransferSortInput] | ||
| parentLocation | Location | |||
| parentLocationId | ID | |||
| preference | LocationPreferenceEnum | The preference of the location - should this be preferentially chosen? | ||
| resource | Resource | If this location is part of a Resource, such as the input or output of a printing press, then it can be attached to the resource here. | ||
| 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 | ||
| stockAvailabilities | [LocationStockAvailability!]! | filter: LocationStockAvailabilityFilterInputlimit: Intoffset: Intsort: [LocationStockAvailabilitySortInput] | ||
| type | LocationTypeEnum | The type of location | ||
| updatedAt | DateTime! | |||
| weightLimit | Weight |