Tags:
- Action Required
- Admin GraphQL API
- 2024-07
InventoryItem Input Unification
Up to this point, you can send Inventory Item data in two places: through Product Variant mutations or on the InventoryItemUpdate mutation. Each of these places has a different input object type with very similar fields, with some keys showing up in one instead of the other.
As of Admin GraphQL API version 2024-07, these two input types are being unified. will now be the input object type on instead of .
At the same time the following fields were added on :
sku
Was this section helpful?