Move to wishlist

Move Product to Wishlist

post

/V2/guest/wishlist/move-to-wishlist

Authorizations
Header parameters
Content-Typestring

Content Type

Example: application/json
guestQuoteIdstring

Guest Quote Id

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

No body