v1
latestOpenAPI 3.0.12026-07-24501176.6 MBPost Revoke Earned Cart Promotion
This API is used to revoke an already earned cart promotion
post/api_gateway/v1/promotions/revokeEarn
Request body
Response
200
Example response
{
"data": {
"message": "string"
},
"errors": [
{
"message": "string",
"promotionId": "string",
"earnIds": [
"string"
]
}
]
}