Create wishlist collection (09/02)
GET
https://castleindia.in/emart/public /api/wishlist/create-collection /api/wishlist/create-collection
Headers
Name
Type
Description
Accept
String
application/json
Authentication
String
Authentication token to track down who is emptying our stocks.
Request Body
Name
Type
Description
name
String
name of collection which you want to set.
{
"msg": "Shoes Collection collection created successfully !",
"status": "success"
}
IF response fail
{
"msg": "Collection with this name already exist !",
"status": "fail"
}
Last updated
Was this helpful?