> For the complete documentation index, see [llms.txt](https://docs.thefurniturebros.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thefurniturebros.com/api-endpoints/cart.md).

# Cart

The cart endpoints allow you to add items in your cart and look at what you currently have in there. You can also modify the number of items and remove items in the cart.

{% openapi src="<https://raw.githubusercontent.com/eo33/ecommerce-app/refs/heads/main/docs/OAS/cart.yaml>" path="/cart/add" method="post" %}
<https://raw.githubusercontent.com/eo33/ecommerce-app/refs/heads/main/docs/OAS/cart.yaml>
{% endopenapi %}

{% openapi src="<https://raw.githubusercontent.com/eo33/ecommerce-app/refs/heads/main/docs/OAS/cart.yaml>" path="/cart/items" method="get" %}
<https://raw.githubusercontent.com/eo33/ecommerce-app/refs/heads/main/docs/OAS/cart.yaml>
{% endopenapi %}

{% openapi src="<https://raw.githubusercontent.com/eo33/ecommerce-app/refs/heads/main/docs/OAS/cart.yaml>" path="/cart/edit" method="put" %}
<https://raw.githubusercontent.com/eo33/ecommerce-app/refs/heads/main/docs/OAS/cart.yaml>
{% endopenapi %}

{% openapi src="<https://raw.githubusercontent.com/eo33/ecommerce-app/refs/heads/main/docs/OAS/cart.yaml>" path="/cart/delete" method="delete" %}
<https://raw.githubusercontent.com/eo33/ecommerce-app/refs/heads/main/docs/OAS/cart.yaml>
{% endopenapi %}
