ItemLocation
A location with inventory
type ItemLocation {
createdAt: ISO8601DateTime!
id: ID!
inventory: [InventoryItem!]!
location: Location!
stockLevel: Int!
updatedAt: ISO8601DateTime!
}
Fields
ItemLocation.createdAt ● ISO8601DateTime! non-null scalar
ItemLocation.id ● ID! non-null scalar
ItemLocation.inventory ● [InventoryItem!]! non-null object
The inventory items stored in this location.
ItemLocation.location ● Location! non-null object
The details of the location in the warehouse.
ItemLocation.stockLevel ● Int! non-null scalar
The stock level of the inventory item in this location.
ItemLocation.updatedAt ● ISO8601DateTime! non-null scalar
Member Of
InventoryItem object