Add Item in User Cart (13/01)
Add another item in user cart by firing this api.
This endpoint allows you to add items in cart
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"msg": "Item added to cart successfully !",
"status": "success"
}IF response fail
{
"msg": "quantity is required",
"status": "fail"
}Last updated