I currently am trying to find a way to edit the quantity of a product based off the quantity of another product.
So lets say when someone buys product A, its count will be reduced by 1, and it will also reduce the count of product B.
I know there are bundling apps that can sync the inventory counts for products that go together, but this is not an option that I can use since I have been having some other design problems with some bundling apps and I have many products that I cant transfer over to be a bundled product now.
So I have currently made a HTTP Request that reduces the inventory count of a product that I want which works, but the problem I am facing is the trigger.
I want the trigger to be when the product on the order becomes fulfilled, or if the inventory count for that particular product changes.
I can not use the “Product Variant Inventory Quantity Changed” trigger because it will just cause an infinite loop.
Would anyone know of a solution on how to get an accurate trigger for the change in a specific products. inventory.