Hi all,
I’m wondering if it is possible to update a product’s inventory / stock levels from a Shopify page without adding to the cart / checking out?
In short, I have a page with multiple select lists populated by all products in a specific collection, when selecting a product from the collection I am hoping to have the inventory / stock for that specific product reduce by one. My first thought was to use AJAX and make an API call to /admin/api/2021-10/inventory_levels/adjust.json but I’m unsure if this is possible or a good solution for security reasons.
Hoping there is a quick and easy solution or a better way to manage this.