/
CO
cocartapi
/
CoCart JWT Authentication
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
admin-sessions
3
authentication
4
calculate
12
cart
8
cart-calculate
2
cart-items
6
coupons
4
get
Get applied coupons
post
Apply coupon to cart
delete
Remove coupon from cart
get
Check all applied coupons
fees
2
items
6
payment
2
product-attribute-terms
1
product-attributes
4
product-categories
2
product-reviews
2
product-tags
1
product-variations
4
products
3
shipping
2
store
1
coupons
Remove coupon from cart
Removes a coupon from the cart.
delete
/coupon
Request body
object
required
coupon
string
required
Coupon code to remove.
Response
Coupon removed successfully.
CouponRemovedResponse
required
message
string
coupon
string
response
boolean
Changes