You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request:
REST API to delete all items in a cart (or delete the cart itself) e.g.
DELETE /shop/api/cart
Reason:
There is currently no way to do this other than running a loop over each cart item and setting its quantity to 0, which is more of a hack and puts load on the server + is not stable enough.
The text was updated successfully, but these errors were encountered:
Feature Request:
REST API to delete all items in a cart (or delete the cart itself) e.g.
Reason:
There is currently no way to do this other than running a loop over each cart item and setting its quantity to 0, which is more of a hack and puts load on the server + is not stable enough.
The text was updated successfully, but these errors were encountered: