# InventoryLevelInput - admin-graphql - INPUT_OBJECT Version: 2024-07 ## Description The input fields for an inventory level. ### Access Scopes ## Fields * [availableQuantity](/docs/api/admin-graphql/2024-07/scalars/Int): Int! - The available quantity of an inventory item at a location. * [locationId](/docs/api/admin-graphql/2024-07/scalars/ID): ID! - The ID of a location associated with the inventory level. ## Input objects with this input object * [ProductVariantInput](/docs/api/admin-graphql/2024-07/input-objects/ProductVariantInput) * [ProductVariantsBulkInput](/docs/api/admin-graphql/2024-07/input-objects/ProductVariantsBulkInput) ## Examples