This documentation is a Work in Progress. There maybe content unfinished. Feedback is welcome.
[
"<string>"
]
Gets the coupons applied to the cart.
curl --request GET \
--url {protocol}://{host}/wp-json/cocart/v1/coupon
[
"<string>"
]
List of applied coupons.
The response is of type string[]
.
Was this page helpful?