I need to snsure that the mutation inventoryActivate isn’t used on activated InventoryItems per the 2024-10 requirement.
Can I query an InventoryItem and check the canDeactivate field to determine if the InventoryItem is activated?
I need to snsure that the mutation inventoryActivate isn’t used on activated InventoryItems per the 2024-10 requirement.
Can I query an InventoryItem and check the canDeactivate field to determine if the InventoryItem is activated?
If you query an inventory item and try get a inventory level for a specific location.
If the inventory level exists then it is already active.
If it returns null/no object then it isn’t activated