Toggle

Wishlist Toggle

post

/V2/customer/wishlist/toggle

Authorizations
Header parameters
Content-Typestring

Content Type

Example: application/json
Body
object
Example: {"wishlistItem":[{"sku":"24-MB01"}]}
Responses
curl -L \
  --request POST \
  --url 'https://beta.magento.pixiedia.com/V2/customer/wishlist/toggle' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
  --header 'Content-Type: application/json' \
  --data '{
    "wishlistItem": [
      {
        "sku": "24-MB01"
      }
    ]
  }'

No body