Move to wishlist

Move Product to Wishlist

post

/V2/customer/wishlist/move-to-wishlist

Authorizations
Header parameters
Content-Typestring

Content Type

Example: application/json
Body
object
Example: {"itemId":"41","qty":"1"}
Responses
curl -L \
  --request POST \
  --url 'https://beta.magento.pixiedia.com/V2/customer/wishlist/move-to-wishlist' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
  --header 'Content-Type: application/json' \
  --data '{
    "itemId": "41",
    "qty": "1"
  }'

No body