Toggle
Authorizations
Header parameters
guestQuoteIdstringOptionalExample:
Guest Quote Id
{{guestToken}}
Body
objectOptionalExample:
{"couponCode":"pixi10","removeCoupon":false}
Responses
200
Successful response
application/json
post
POST /V2/guest/coupon/toggle HTTP/1.1
Host: beta.magento.pixiedia.com
Authorization: noauth YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 44
{
"couponCode": "pixi10",
"removeCoupon": false
}
200
Successful response
No content