Action RequiredAdmin GraphQL API2024-04
Inventory Mutations and Fields Removal
As of Admin API 2024-04, we are removing the following fields and mutations:
- `InventoryLevel.incoming`
- `InventoryLevel.deactivationAlertHtml`
- `Mutation.InventoryAdjustQuantity`
- `Mutation.InventoryBulkAdjustQuantityAtLocation`
After building new fields to handle inventory quantities other than available, new fields and mutations that can handle all quantities were needed and released in 2023-01.
and
should be replaced with
.
should be replaced with
.
and
should be replaced with
or
.
For those still using these fields on unstable
, they will continue to work until 2024-04 is no longer supported.
More information on how to use these new fields can be found here
Was this section helpful?