Increase item quantity in user cart (19/01) (Updated)
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"status": "success",
"subtotal": 285.5545,
"shipping": 3708.5,
"grand_total": 3959.79,
"coupan_discount": 57.11
}IF response fail
{
"msg": "Cart item not found !",
"status": "fail"
}Last updated