Open
Description
Is your feature request related to a problem? Please describe.
Let's say a product is no longer available. It has to be removed from all carts immediately so that users' won't buy those items.
Describe the solution you'd like
From the documentation, I cannot find how to update all users' carts with the available methods. Does cart()
method apply to all users or just the current user?
Describe alternatives you've considered
I tried fetching all carts that include the given product id. After that, I check the carts but I can't find a way to remove and update the totals etc.