title | issue |
---|---|
Change line item removal in Store-API to POST |
NEXT-29490 |
- Deprecated
DELETE /store-api/checkout/cart/line-item
api route. UsePOST /store-api/checkout/cart/line-item/delete
instead with JSON payload of ids. See API docs for more information.