Support

inventoryAdjustmentReasons

View as Markdown

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

query

Requires commerce.product:read.

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

Required headers

HeaderRequiredDescription
x-store-idYesID of the store the operation targets. Omitting it returns HTTP 200 with a GraphQL error: extensions.code: "UNAUTHENTICATED".

Go to Authentication 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

Last updated on

How is this guide?