Skip to main content
POST
/
v1
/
store
/
{storeId}
/
wishlist
Add to Wishlist
curl --request POST \
  --url https://storekit.samarthh.me/v1/store/{storeId}/wishlist \
  --header 'Content-Type: application/json' \
  --data '
{
  "productId": "8b51a573-8889-4a9c-b1dd-1dac65ee739c"
}
'

Headers

Content-Type
string

Path Parameters

storeId
string
required

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response