Remove coupan
Remove coupon if applied
This endpoint allows you to remove coupon from the car
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"msg": "HELLO coupan removed !",
"status": "success",
"subtotal": 1485.76,
"shipping": 0,
"grand_total": 1485.76
}IF response fail
{
'msg' => 'Invalid coupan !',
'status' => 'fail'
}Last updated