- InventoryItemInput can now be set in product mutations using only the write_products scope.
- InventoryItem can be queried with read_products (or read_inventory) scope, while inventoryLevel still requires read_inventory and location still requires read_locations.
- These relaxed scope rules apply across all API versions.