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

***

title: inventoryAdjustmentReasons
description: "List inventory adjustment reasons available to the current store. Includes both store-scoped and global preset reasons."
full: true
----------

query

Requires `commerce.product:read`.

List inventory adjustment reasons available to the current store. Includes both store-scoped and global preset reasons.

## 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**
* `first` `Int` **optional**
* `last` `Int` **optional**
* `name` `NameFilter` **optional**
  * `contains` `String` **optional** — Filters items where the name contains the specified string, case-insensitive.
  * `eq` `String` **optional**
  * `in` `[String!]` **optional** — Filters items where the name matches any of the specified names.
* `orderBy` `InventoryAdjustmentReasonOrderBy` **optional**
  * `id` `OrderByDirectionEnum` **optional**
* `paginationType` `PaginationType` **optional** Default: `"CURSOR"`.
* `status` `InventoryAdjustmentReasonStatusFilter` **optional**
  * `eq` `String` **optional**
  * `in` `[String!]` **optional**

## Possible returns

* `QueryInventoryAdjustmentReasonsConnection` `QueryInventoryAdjustmentReasonsConnection`

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