# Cart Pricing

Manages pricing calculations for shopping carts. Use these endpoints to estimate and price cart contents.

**Available endpoints:**

```
 GET /v1/checkout/cart/{cart_id}/price
POST /v1/carts/estimate
```
