# Orders

- [Logical model](https://developers.alephee.com/v2/orders/logical-model.md): First, an introduction to logical model and its sections.
- [What is an order?](https://developers.alephee.com/v2/orders/logical-model/what-is-an-order.md): A customer's request to purchase one or more products from a marketplace.
- [Order model overview](https://developers.alephee.com/v2/orders/logical-model/order-model-overview.md)
- [Shopping cart orders](https://developers.alephee.com/v2/orders/logical-model/shopping-cart-orders.md)
- [Cart order model overview](https://developers.alephee.com/v2/orders/logical-model/shopping-cart-orders/cart-order-model-overview.md)
- [Mercado Libre’s shopping cart orders](https://developers.alephee.com/v2/orders/logical-model/shopping-cart-orders/mercado-libres-shopping-cart-orders.md)
- [Approved payments and pending payments](https://developers.alephee.com/v2/orders/logical-model/approved-payments-and-pending-payments.md)
- [General notes](https://developers.alephee.com/v2/orders/logical-model/general-notes.md)
- [GET methods](https://developers.alephee.com/v2/orders/get-methods.md): Services for obtaining orders and related information.
- [Orders](https://developers.alephee.com/v2/orders/get-methods/get-orders.md): Get orders and its information
- [Usage limiting](https://developers.alephee.com/v2/orders/get-methods/get-orders/usage-limiting.md): Current limits for this endpoint are described below
- [Request and Response](https://developers.alephee.com/v2/orders/get-methods/get-orders/request.md): Request to the API endpoint
- [Type specifications](https://developers.alephee.com/v2/orders/get-methods/get-orders/response.md): Response from the API endpoint...
- [Examples](https://developers.alephee.com/v2/orders/get-methods/get-orders/examples.md)
- [Useful tips](https://developers.alephee.com/v2/orders/get-methods/get-orders/useful-tips.md)
- [Orders List From A Shopping Cart](https://developers.alephee.com/v2/orders/get-methods/get-orders-list-from-a-shopping-cart.md)
- [Usage limiting](https://developers.alephee.com/v2/orders/get-methods/get-orders-list-from-a-shopping-cart/usage-limiting.md): Current limits for this endpoint are described below
- [Request and Response](https://developers.alephee.com/v2/orders/get-methods/get-orders-list-from-a-shopping-cart/request.md): Request to the API endpoint
- [Type specifications](https://developers.alephee.com/v2/orders/get-methods/get-orders-list-from-a-shopping-cart/response.md): Response from the API endpoint...
- [Examples](https://developers.alephee.com/v2/orders/get-methods/get-orders-list-from-a-shopping-cart/examples.md)
- [Orders Document](https://developers.alephee.com/v2/orders/get-methods/orders-document.md): Get documents previously attached to an order.
- [Usage limiting](https://developers.alephee.com/v2/orders/get-methods/orders-document/usage-limiting.md): Current limits for this endpoint are described below
- [Request and Response](https://developers.alephee.com/v2/orders/get-methods/orders-document/request.md): Request to the API endpoint
- [Orders Fulfillment Documents](https://developers.alephee.com/v2/orders/get-methods/orders-document-1.md): Get Fulfillment order documents (XML and PDF) compressed in ZIP format
- [Usage limiting](https://developers.alephee.com/v2/orders/get-methods/orders-document-1/usage-limiting.md): Current limits for this endpoint are described below
- [Request and Response](https://developers.alephee.com/v2/orders/get-methods/orders-document-1/request.md): Request to the API endpoint
- [Order Shipping Label](https://developers.alephee.com/v2/orders/get-methods/order-shipping-label.md): Get the shipping label of an order.
- [Usage limiting](https://developers.alephee.com/v2/orders/get-methods/order-shipping-label/usage-limiting.md): Current limits for this endpoint are described below
- [Business rules](https://developers.alephee.com/v2/orders/get-methods/order-shipping-label/business-rules.md)
- [Request and Response](https://developers.alephee.com/v2/orders/get-methods/order-shipping-label/request.md): Request to the API endpoint
- [Examples](https://developers.alephee.com/v2/orders/get-methods/order-shipping-label/examples.md)
- [PUT methods](https://developers.alephee.com/v2/orders/put-methods.md): Updates to the given orders.
- [Update orders status](https://developers.alephee.com/v2/orders/put-methods/update-orders-status.md): Updates the status of the orders. This method can update a bulk list of orders at once.
- [Usage limiting](https://developers.alephee.com/v2/orders/put-methods/update-orders-status/usage-limiting.md): Current limits for this endpoint are described below
- [Business rules](https://developers.alephee.com/v2/orders/put-methods/update-orders-status/business-rules.md)
- [Request and Response](https://developers.alephee.com/v2/orders/put-methods/update-orders-status/request.md): Request to the API endpoint
- [Type specifications](https://developers.alephee.com/v2/orders/put-methods/update-orders-status/response.md): Response from the API endpoint...
- [Examples](https://developers.alephee.com/v2/orders/put-methods/update-orders-status/examples.md)
- [Mark orders as integrated](https://developers.alephee.com/v2/orders/put-methods/mark-orders-as-integrated.md)
- [Usage limiting](https://developers.alephee.com/v2/orders/put-methods/mark-orders-as-integrated/usage-limiting.md): Current limits for this endpoint are described below
- [Request and Response](https://developers.alephee.com/v2/orders/put-methods/mark-orders-as-integrated/request.md): Request to the API endpoint
- [Type specifications](https://developers.alephee.com/v2/orders/put-methods/mark-orders-as-integrated/response.md): Response from the API endpoint...
- [Examples](https://developers.alephee.com/v2/orders/put-methods/mark-orders-as-integrated/examples.md)
- [POST methods](https://developers.alephee.com/v2/orders/post-methods.md): Updates to the given orders.
- [Attach a document to an order](https://developers.alephee.com/v2/orders/post-methods/attach-a-document-to-an-order.md): Set attached file with invoice / receipt / electronic fiscal invoice to an order.
- [Usage limiting](https://developers.alephee.com/v2/orders/post-methods/attach-a-document-to-an-order/usage-limiting.md): Current limits for this endpoint are described below
- [Allowed document types and formats](https://developers.alephee.com/v2/orders/post-methods/attach-a-document-to-an-order/allowed-document-types-and-formats.md)
- [Request and Response](https://developers.alephee.com/v2/orders/post-methods/attach-a-document-to-an-order/request.md): Request to the API endpoint
- [Examples](https://developers.alephee.com/v2/orders/post-methods/attach-a-document-to-an-order/examples.md)
- [Example using POSTMAN via form-data](https://developers.alephee.com/v2/orders/post-methods/attach-a-document-to-an-order/examples-1.md)
- [Example using POSTMAN via JSON body](https://developers.alephee.com/v2/orders/post-methods/attach-a-document-to-an-order/examples-2.md)
- [Attach a document to a shopping cart (pack)](https://developers.alephee.com/v2/orders/post-methods/attach-a-document-to-a-shopping-cart-pack.md): (Only for the Mercado Libre marketplace)
- [Split an order](https://developers.alephee.com/v2/orders/post-methods/split-an-order.md)
- [Usage limiting](https://developers.alephee.com/v2/orders/post-methods/split-an-order/usage-limiting.md): Current limits for this endpoint are described below
- [Request and Response](https://developers.alephee.com/v2/orders/post-methods/split-an-order/request.md): Request to the API endpoint
- [Type specifications](https://developers.alephee.com/v2/orders/post-methods/split-an-order/response.md): Response from the API endpoint...
- [Send a message to a buyer](https://developers.alephee.com/v2/orders/post-methods/send-a-message-to-a-buyer.md)
- [Usage limiting](https://developers.alephee.com/v2/orders/post-methods/send-a-message-to-a-buyer/usage-limiting.md): Current limits for this endpoint are described below
- [Business rules](https://developers.alephee.com/v2/orders/post-methods/send-a-message-to-a-buyer/business-rules.md)
- [Request and Response](https://developers.alephee.com/v2/orders/post-methods/send-a-message-to-a-buyer/request.md): Request to the API endpoint
- [Examples](https://developers.alephee.com/v2/orders/post-methods/send-a-message-to-a-buyer/examples.md)
- [Create a new order](https://developers.alephee.com/v2/orders/post-methods/create-a-new-order.md): Create a new order for a given account.
- [Usage limiting](https://developers.alephee.com/v2/orders/post-methods/create-a-new-order/usage-limiting.md): Current limits for this endpoint are described below
- [Introduction](https://developers.alephee.com/v2/orders/post-methods/create-a-new-order/introduction.md)
- [Business rules](https://developers.alephee.com/v2/orders/post-methods/create-a-new-order/business-rules.md)
- [Order mandatory sections](https://developers.alephee.com/v2/orders/post-methods/create-a-new-order/order-mandatory-sections.md)
- [Request and Response](https://developers.alephee.com/v2/orders/post-methods/create-a-new-order/request.md): Request to the API endpoint
- [Type specifications](https://developers.alephee.com/v2/orders/post-methods/create-a-new-order/response.md): Response from the API endpoint...
- [Examples](https://developers.alephee.com/v2/orders/post-methods/create-a-new-order/examples.md)
- [DELETE methods](https://developers.alephee.com/v2/orders/delete-methods.md): Services for deleting orders and related information.
- [Delete an order](https://developers.alephee.com/v2/orders/delete-methods/delete-an-order.md): Delete a given order for the indicated account.
- [Usage limiting](https://developers.alephee.com/v2/orders/delete-methods/delete-an-order/usage-limiting.md): Current limits for this endpoint are described below
- [Business rules](https://developers.alephee.com/v2/orders/delete-methods/delete-an-order/business-rules.md)
- [Request and Response](https://developers.alephee.com/v2/orders/delete-methods/delete-an-order/request.md): Request to the API endpoint
- [Examples](https://developers.alephee.com/v2/orders/delete-methods/delete-an-order/examples.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.alephee.com/v2/orders.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
