I see a lot of old articles on this topic but nothing related to the most recent Shopify update.
When adjusting inventory on the Products > Inventory page in the Shopify admin; I used to be able to make very quick adjustments almost entirely using my keyboard. I would first search for the product/variants by searching for the SKU (item-size-color); I often times just use item-color, and adjust inventory for all variants of that color. From there I would select On Hand and either enter the new number, or use the up and down arrow keys on the keyboard. Once one variant was adjusted, I could tab down to the next variant On Hand number and adjust that one as well. Once all variants had been adjusted, I could simply hit the enter key on my keyboard and those adjustments could be saved.
Now, I can still tab over to the On Hand number, but then I have to hit the enter key, adjust the number, then hit enter again, then tab over to the next On Hand number and repeat that process.
Why are we adding extra steps to this process? Uploading a CSV to adjust inventory is even more laborious and can often lead to more mistakes than simply adjusting inventory in real time. Can we just revert to the previous Products > Inventory page?
The new keyboard flow is genuinely worse for fast inventory work. The old pattern was tab to On Hand, type the new number or arrow up/down, tab to next variant, enter to save the batch. The new one needs an extra enter just to enable the cell before you can type, which doubles the keystrokes when you’re walking through 20 variant rows.
Two stopgaps until they roll it back or fix it:
If you’re managing inventory regularly across the same SKU groups, the Bulk Editor (Products page, select variants via checkbox, Bulk Edit) still respects the old direct-edit pattern. Slower to load than the Inventory page but no double-enter trap once you’re in.
For programmatic adjustments at scale, the inventoryAdjustQuantities GraphQL mutation lets you batch deltas across variants in a single call. Heavier setup, but useful if you have a recurring count-and-adjust workflow.
For the regression itself, the most reliable feedback channel is the in-admin Send feedback link inside the Inventory page (gear icon top right). The product team triages those by feature surface, so a regression report tied to the actual page tends to land harder than a forum post.
Anyone else hitting this on stores with thousands of variants, or just on the variant-color tabbing pattern NRC described?
Hi @NRC1987 You’re not the only one noticing this. The older inventory workflow was much faster for high volume adjustments because it behaved more like a spreadsheet with continuous keyboard navigation.
The newer interaction seems more focused on preventing accidental edits, but for stores handling inventory daily it definitely adds friction and slows down bulk updates.
I’ve seen some merchants start relying more on inventory apps or barcode workflows because of this exact change, especially when managing lots of variants quickly.
Out of curiosity, are you updating inventory from a warehouse setup or directly during order processing?