# Cart Discounts

Manages discount codes and promotions applied to shopping carts. Use these endpoints to add and remove discounts.

**Available endpoints:**

```
  POST /v1/checkout/cart/{cart_id}/discounts
DELETE /v1/checkout/cart/{cart_id}/discounts/{discount_id}
```
