All Release Notes
Added the 'key' field to InventoryEntry
11 March 2022
Enhancement
GraphQLProduct Catalog
InventoryEntry now supports the key field. You can now retrieve, update, and delete InventoryEntry by user-defined key.
Changes:
- [API] Added
keyfield to InventoryEntry and InventoryEntryDraft. - [API] Added Get, Update, and Delete by Key methods to InventoryEntry.
- [API] Added Set Key update action to InventoryEntry.
- [GraphQL API] Changed the
Querytype:Query.inventoryEntry(id)type changed fromString!toStringQuery.inventoryEntry(id)description is changed- Argument
keywas added toQuery.inventoryEntryfield
- [GraphQL API] Changed the
Mutationtype:Mutation.updateInventoryEntry(id)type changed fromString!toStringMutation.updateInventoryEntry(id)description is changed- Argument
keywas added toMutation.updateInventoryEntryfield Mutation.deleteInventoryEntry(id)type changed fromString!toStringMutation.deleteInventoryEntry(id)description is changed- Argument
keywas added toMutation.deleteInventoryEntryfield