This documentation is a Work in Progress. There maybe content unfinished. Feedback is welcome.
curl --request GET \
--url {protocol}://{host}/wp-json/cocart/v1/check-coupons
{
"message": "<string>",
"response": true
}
Checks all applied coupons to see if they are still valid.
{
"message": "<string>",
"response": true
}
All coupons are valid.
The response is of type object
.
Was this page helpful?