# Cart Items

Manages individual items (SKUs) within shopping carts. Use these endpoints to add, update, and remove items from carts.

**Available endpoints:**

```
  POST /v1/checkout/cart/{cart_id}/skus
   PUT /v1/checkout/cart/{cart_id}/skus/{order_sku_id}
DELETE /v1/checkout/cart/{cart_id}/skus/{order_sku_id}
```
