--- title: InventoryAdjustQuantityPayload - GraphQL Admin description: Return type for `inventoryAdjustQuantity` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/inventoryadjustquantitypayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/inventoryadjustquantitypayload.md --- # Inventory​Adjust​Quantity​Payload payload Return type for `inventoryAdjustQuantity` mutation. ## Fields * inventory​Level [Inventory​Level](https://shopify.dev/docs/api/admin-graphql/unstable/objects/InventoryLevel) Represents the updated inventory quantity of an inventory item at a specific 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​Adjust​Quantity](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/inventoryAdjustQuantity) mutation Deprecated *** ## Map