# inventoryAdjustments (https://developer.godaddy.com/en/docs/references/rest/catalog/inventory/queries/inventoryAdjustments)

***

title: inventoryAdjustments
description: "Query `inventoryAdjustments` on the catalog subgraph (Inventory)."
full: true
----------

query

Requires `commerce.product:read`.

Query `inventoryAdjustments` on the catalog subgraph (Inventory).

## Required headers

| Header       | Required | Description                                                                                                                     |
| ------------ | -------- | ------------------------------------------------------------------------------------------------------------------------------- |
| `x-store-id` | Yes      | ID of the store the operation targets. Omitting it returns HTTP 200 with a GraphQL error: `extensions.code: "UNAUTHENTICATED"`. |

Go to [Authentication](https://developer.godaddy.com/docs/api-users/auth) for credential setup.

## Arguments

* `after` `String` **optional**
* `before` `String` **optional**
* `createdAt` `CreatedAtFilter` **optional**
  * `gt` `String` **optional**
  * `lt` `String` **optional**
* `first` `Int` **optional**
* `id` `InventoryAdjustmentIdsFilter` **optional**
  * `in` `[String!]` **optional**
* `last` `Int` **optional**
* `locationId` `LocationIdFilter` **optional**
  * `eq` `String` **optional**
* `orderBy` `InventoryAdjustmentOrderBy` **optional**
  * `createdAt` `OrderByDirectionEnum` **optional**
  * `id` `OrderByDirectionEnum` **optional**
* `paginationType` `PaginationType` **optional** Default: `"CURSOR"`.
* `reasonName` `InventoryAdjustmentReasonNameFilter` **optional**
  * `eq` `String` **optional**
  * `in` `[String!]` **optional**
* `referenceValue` `ReferenceValueFilter` **optional**
  * `eq` `String` **optional**
  * `in` `[String!]` **optional**
* `skuId` `SKUIdFilter` **optional**
  * `eq` `String` **optional**
  * `in` `[String!]` **optional**
* `type` `InventoryAdjustmentTypeFilter` **optional**
  * `eq` `String` **optional**
  * `in` `[String!]` **optional**

## Possible returns

* `QueryInventoryAdjustmentsConnection` `QueryInventoryAdjustmentsConnection`

- `edges` `[QueryInventoryAdjustmentsConnectionEdge]` **nullable**
- `pageInfo` `PageInfo!` **non-null**
- `totalCount` `Int!` **non-null**
