/V2/guest/wishlist/update
Content Type
application/json
Guest Quote Id
{{guestToken}}
{"wishlistItem":[{"sku":"JNX_Sports"}]}
curl -L \ --request POST \ --url 'https://beta.magento.pixiedia.com/V2/guest/wishlist/update' \ --header 'Authorization: noauth YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "wishlistItem": [ { "sku": "JNX_Sports" } ] }'
No body