> 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/orders.md).

# Orders

This page contains the documentation for the orders endpoints.

The orders endpoints allow you to view your current orders. You can also add, modify and delete your orders with these endpoints.

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

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

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

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