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
IF response fail
Last updated