--- title: InventoryBulkAdjustQuantityAtLocationPayload - GraphQL Admin description: Return type for `inventoryBulkAdjustQuantityAtLocation` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/inventorybulkadjustquantityatlocationpayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/inventorybulkadjustquantityatlocationpayload.md --- # Inventory​Bulk​Adjust​Quantity​At​Location​Payload payload Return type for `inventoryBulkAdjustQuantityAtLocation` mutation. ## Fields * inventory​Levels [\[Inventory​Level!\]](https://shopify.dev/docs/api/admin-graphql/unstable/objects/InventoryLevel) Represents the updated inventory quantities of an inventory item at the location. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/UserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [inventory​Bulk​Adjust​Quantity​At​Location](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/inventoryBulkAdjustQuantityAtLocation) mutation Deprecated * inventory​Item​Adjustments [\[Inventory​Adjust​Item​Input!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/InventoryAdjustItemInput) required ### Arguments Specifies adjustments for items. * location​Id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required Specifies where the item should be adjusted. *** *** ## Map