inventoryAdjustmentReasons
View as MarkdownList 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
| 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 for credential setup.
Arguments
afterStringoptionalbeforeStringoptionalfirstIntoptionallastIntoptionalnameNameFilteroptionalcontainsStringoptional — Filters items where the name contains the specified string, case-insensitive.eqStringoptionalin[String!]optional — Filters items where the name matches any of the specified names.
orderByInventoryAdjustmentReasonOrderByoptionalidOrderByDirectionEnumoptional
paginationTypePaginationTypeoptional Default:"CURSOR".statusInventoryAdjustmentReasonStatusFilteroptionaleqStringoptionalin[String!]optional
Possible returns
QueryInventoryAdjustmentReasonsConnectionQueryInventoryAdjustmentReasonsConnection
Last updated on
How is this guide?