Move to wishlist

Move Product to Wishlist

post
Authorizations
Header parameters
Content-TypestringOptional

Content Type

Example: application/json
guestQuoteIdstringOptional

Guest Quote Id

Example: {{guestToken}}
Body
objectOptionalExample: {"itemId":"58598","qty":"2"}
Responses
200
Successful response
application/json
post
POST /V2/guest/wishlist/move-to-wishlist HTTP/1.1
Host: beta.magento.pixiedia.com
Authorization: noauth YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 28

{
  "itemId": "58598",
  "qty": "2"
}
200

Successful response

No content