# InventoryQuantityInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for the quantity to be set for an inventory item at a location. ### Access Scopes ## Fields * [compareQuantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int - The current quantity to be compared against the persisted quantity. * [inventoryItemId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - Specifies the inventory item to which the quantity will be set. * [locationId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - Specifies the location at which the quantity will be set. * [quantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The quantity to which the inventory quantity will be set. ## Input objects with this input object * [InventorySetQuantitiesInput](/docs/api/admin-graphql/2024-10/input-objects/InventorySetQuantitiesInput) ## Examples