Move to cart
Authorizations
Header parameters
Content-TypestringOptionalExample:
Content Type
application/json
guestQuoteIdstringOptionalExample:
Guest Quote Id
{{guestToken}}
Body
objectOptionalExample:
{"itemId":"8","qty":"1"}
Responses
200
Successful response
application/json
post
POST /V2/guest/wishlist/move-to-cart HTTP/1.1
Host: beta.magento.pixiedia.com
Authorization: noauth YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 24
{
"itemId": "8",
"qty": "1"
}
200
Successful response
No content