/V2/guest/wishlist/move-to-cart
Content Type
application/json
Guest Quote Id
{{guestToken}}
{"itemId":"8","qty":"1"}
curl -L \ --request POST \ --url 'https://beta.magento.pixiedia.com/V2/guest/wishlist/move-to-cart' \ --header 'Authorization: noauth YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "itemId": "8", "qty": "1" }'
No body