Toggle

Wishlist Toggle

post
Authorizations
Header parameters
Content-TypestringOptional

Content Type

Example: application/json
guestQuoteIdstringOptional

Guest Quote Id

Example: {{guestToken}}
Body
objectOptionalExample: {"wishlistItem":[{"sku":"MS04"},{"sku":"24-UG03"}]}
Responses
200
Successful response
application/json
post
POST /V2/guest/wishlist/toggle HTTP/1.1
Host: beta.magento.pixiedia.com
Authorization: noauth YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 51

{
  "wishlistItem": [
    {
      "sku": "MS04"
    },
    {
      "sku": "24-UG03"
    }
  ]
}
200

Successful response

No content