Increase item quantity in user cart (19/01) (Updated)
GET
https://castleindia.in/emart/public /api/increase-quantity/in/cart /api/increase-quantity/in/cart
Headers
Name
Type
Description
Authorization*
String
Bearer {bearer_token} goes here.
Request Body
Name
Type
Description
cartid*
Integer
id of that cart which you receive in main cart api.
quantity*
Integer
No of items to increase.
currency*
String
Currency code eg : INR
{
"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
Was this helpful?