Magidoc

Location
Object

A Location is a physical location where items can be stored

Fields

#

id

ID !
Non-null

The unique identifier for the location

name

The name of the location

code

Non-null

The code of the location

building

The building the location is within

floor

The floor the location is on

aisle

The aisle the location is in

shelf

The shelf the location is on

bay

The bay the location is in

metadata

Non-null

Generic metadata for this location

type

Non-null

The type of location

state

Non-null

The state of the location

preference

Non-null

The preference of the location

device

The device that is associated with this location

deviceId

The Id of the device that is associated with this location

coordinates

The coordinates of the location, expressed as x, y, z for three-dimensional graphing

dimensions

The dimensions of the location

capacity

The amount of stock that can be stored in this location

childLocations

[ Location !]!
Non-null

Sub-locations of this location

stockAvailability

Non-null

The stock availability at this location

componentAvailability

Non-null

The availability of work-in-progress components at this location

shipments

[ Shipment !]!
Non-null

Any shipments stored at this location

parentLocation

The location that this location is within, if applicable

parentLocationId

The Id of the location that this location is within, if applicable

createdAt

Non-null

The date the location was created

updatedAt

Non-null

The date the location was last updated

Usages

#

References

#