v1
latestOpenAPI 3.0.32026-07-1793060.0 KBCart
Apply coupon to cart action
Apply coupon to cart action
post/api/v1/carts/-actions/apply-coupon
Request body
Example request
{
"data": {
"attributes": {
"coupon_code": "code"
},
"type": "carts"
}
}