Create wishlist collection (09/02)

GET https://castleindia.in/emart/public /api/wishlist/create-collection /api/wishlist/create-collection

Headers

NameTypeDescription

Accept

String

application/json

Authentication

String

Authentication token to track down who is emptying our stocks.

Request Body

NameTypeDescription

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