Update

Update Product in Wishlist

put
Authorizations
Body
objectOptionalExample: {"itemId":"21","qty":"2"}
Responses
200
Successful response
application/json
put
PUT /V2/customer/wishlist/update HTTP/1.1
Host: beta.magento.pixiedia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 25

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

Successful response

No content