# Orders

- [Logical model](/v2/orders/logical-model.md): First, an introduction to logical model and its sections.
- [What is an order?](/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](/v2/orders/logical-model/order-model-overview.md)
- [Shopping cart orders](/v2/orders/logical-model/shopping-cart-orders.md)
- [Cart order model overview](/v2/orders/logical-model/shopping-cart-orders/cart-order-model-overview.md)
- [Mercado Libre’s shopping cart orders](/v2/orders/logical-model/shopping-cart-orders/mercado-libres-shopping-cart-orders.md)
- [Approved payments and pending payments](/v2/orders/logical-model/approved-payments-and-pending-payments.md)
- [General notes](/v2/orders/logical-model/general-notes.md)
- [GET methods](/v2/orders/get-methods.md): Services for obtaining orders and related information.
- [Orders](/v2/orders/get-methods/get-orders.md): Get orders and its information
- [Usage limiting](/v2/orders/get-methods/get-orders/usage-limiting.md): Current limits for this endpoint are described below
- [Request and Response](/v2/orders/get-methods/get-orders/request.md): Request to the API endpoint
- [Type specifications](/v2/orders/get-methods/get-orders/response.md): Response from the API endpoint...
- [Examples](/v2/orders/get-methods/get-orders/examples.md)
- [Useful tips](/v2/orders/get-methods/get-orders/useful-tips.md)
- [Orders List From A Shopping Cart](/v2/orders/get-methods/get-orders-list-from-a-shopping-cart.md)
- [Usage limiting](/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](/v2/orders/get-methods/get-orders-list-from-a-shopping-cart/request.md): Request to the API endpoint
- [Type specifications](/v2/orders/get-methods/get-orders-list-from-a-shopping-cart/response.md): Response from the API endpoint...
- [Examples](/v2/orders/get-methods/get-orders-list-from-a-shopping-cart/examples.md)
- [Orders Document](/v2/orders/get-methods/orders-document.md): Get documents previously attached to an order.
- [Usage limiting](/v2/orders/get-methods/orders-document/usage-limiting.md): Current limits for this endpoint are described below
- [Request and Response](/v2/orders/get-methods/orders-document/request.md): Request to the API endpoint
- [Order Shipping Label](/v2/orders/get-methods/order-shipping-label.md): Get the shipping label of an order.
- [Usage limiting](/v2/orders/get-methods/order-shipping-label/usage-limiting.md): Current limits for this endpoint are described below
- [Business rules](/v2/orders/get-methods/order-shipping-label/business-rules.md)
- [Request and Response](/v2/orders/get-methods/order-shipping-label/request.md): Request to the API endpoint
- [Examples](/v2/orders/get-methods/order-shipping-label/examples.md)
- [PUT methods](/v2/orders/put-methods.md): Updates to the given orders.
- [Update orders status](/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](/v2/orders/put-methods/update-orders-status/usage-limiting.md): Current limits for this endpoint are described below
- [Business rules](/v2/orders/put-methods/update-orders-status/business-rules.md)
- [Request and Response](/v2/orders/put-methods/update-orders-status/request.md): Request to the API endpoint
- [Type specifications](/v2/orders/put-methods/update-orders-status/response.md): Response from the API endpoint...
- [Examples](/v2/orders/put-methods/update-orders-status/examples.md)
- [Mark orders as integrated](/v2/orders/put-methods/mark-orders-as-integrated.md)
- [Usage limiting](/v2/orders/put-methods/mark-orders-as-integrated/usage-limiting.md): Current limits for this endpoint are described below
- [Request and Response](/v2/orders/put-methods/mark-orders-as-integrated/request.md): Request to the API endpoint
- [Type specifications](/v2/orders/put-methods/mark-orders-as-integrated/response.md): Response from the API endpoint...
- [Examples](/v2/orders/put-methods/mark-orders-as-integrated/examples.md)
- [POST methods](/v2/orders/post-methods.md): Updates to the given orders.
- [Attach a document to an order](/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](/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](/v2/orders/post-methods/attach-a-document-to-an-order/allowed-document-types-and-formats.md)
- [Request and Response](/v2/orders/post-methods/attach-a-document-to-an-order/request.md): Request to the API endpoint
- [Examples](/v2/orders/post-methods/attach-a-document-to-an-order/examples.md)
- [Example using POSTMAN via form-data](/v2/orders/post-methods/attach-a-document-to-an-order/examples-1.md)
- [Example using POSTMAN via JSON body](/v2/orders/post-methods/attach-a-document-to-an-order/examples-2.md)
- [Attach a document to a shopping cart (pack)](/v2/orders/post-methods/attach-a-document-to-a-shopping-cart-pack.md): (Only for the Mercado Libre marketplace)
- [Split an order](/v2/orders/post-methods/split-an-order.md)
- [Usage limiting](/v2/orders/post-methods/split-an-order/usage-limiting.md): Current limits for this endpoint are described below
- [Request and Response](/v2/orders/post-methods/split-an-order/request.md): Request to the API endpoint
- [Type specifications](/v2/orders/post-methods/split-an-order/response.md): Response from the API endpoint...
- [Send a message to a buyer](/v2/orders/post-methods/send-a-message-to-a-buyer.md)
- [Usage limiting](/v2/orders/post-methods/send-a-message-to-a-buyer/usage-limiting.md): Current limits for this endpoint are described below
- [Business rules](/v2/orders/post-methods/send-a-message-to-a-buyer/business-rules.md)
- [Request and Response](/v2/orders/post-methods/send-a-message-to-a-buyer/request.md): Request to the API endpoint
- [Examples](/v2/orders/post-methods/send-a-message-to-a-buyer/examples.md)
- [Create a new order](/v2/orders/post-methods/create-a-new-order.md): Create a new order for a given account.
- [Usage limiting](/v2/orders/post-methods/create-a-new-order/usage-limiting.md): Current limits for this endpoint are described below
- [Introduction](/v2/orders/post-methods/create-a-new-order/introduction.md)
- [Business rules](/v2/orders/post-methods/create-a-new-order/business-rules.md)
- [Order mandatory sections](/v2/orders/post-methods/create-a-new-order/order-mandatory-sections.md)
- [Request and Response](/v2/orders/post-methods/create-a-new-order/request.md): Request to the API endpoint
- [Type specifications](/v2/orders/post-methods/create-a-new-order/response.md): Response from the API endpoint...
- [Examples](/v2/orders/post-methods/create-a-new-order/examples.md)
- [DELETE methods](/v2/orders/delete-methods.md): Services for deleting orders and related information.
- [Delete an order](/v2/orders/delete-methods/delete-an-order.md): Delete a given order for the indicated account.
- [Usage limiting](/v2/orders/delete-methods/delete-an-order/usage-limiting.md): Current limits for this endpoint are described below
- [Business rules](/v2/orders/delete-methods/delete-an-order/business-rules.md)
- [Request and Response](/v2/orders/delete-methods/delete-an-order/request.md): Request to the API endpoint
- [Examples](/v2/orders/delete-methods/delete-an-order/examples.md)
