Clear user cart

Empty the user cart using this api.

This endpoint allows you empty the user cart

GET https://castleindia.in/emart/public /api/clear-cart /api/clear-cart

Headers

{
    "msg": "Cart is now empty !",
    "status": "success"
}

Last updated