Move to wishlist

Move Product to Wishlist

post
Authorizations
Header parameters
Content-TypestringOptional

Content Type

Example: application/json
Body
objectOptionalExample: {"itemId":"41","qty":"1"}
Responses
200
Successful response
application/json
post
POST /V2/customer/wishlist/move-to-wishlist HTTP/1.1
Host: beta.magento.pixiedia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 25

{
  "itemId": "41",
  "qty": "1"
}
200

Successful response

No content