> For the complete documentation index, see [llms.txt](https://docs.shippify.co/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shippify.co/developers/en/e-commerce/mercado-livre/functionalities.md).

# Functionalities

With our application, you can perform the main functions you need in your daily routine to manage your logistics with us, including:

* Creation of deliveries on our platform.
* Real-time status updates.

***

## Creating a delivery in our system

This process will be executed automatically every time a customer places an order; it will be created on our platform. Filters can be configured so that only specific tasks are created, for example, the type of Flex logistics or the Service ID.

<figure><img src="/files/piUwNyfTJ9pNlKsGiAaY" alt=""><figcaption><p>Proceso de creación de entregas</p></figcaption></figure>

The task will be created with the order ID as the reference identifier, but it can be requested to attach the tracking ID instead of the former.

Tasks are created by default with Regular type, but it can be changed to the desired time function, Flex or Express.

<figure><img src="/files/tqhSihFbhfacdmmdAgwt" alt=""><figcaption><p>Ejemplo de orden creada en Shippify y MELI</p></figcaption></figure>

## Real-time status updates

When orders are in transit, delivered, or canceled, the change will be visible in your Mercado Livre dashboard (Only available for M1 shipments).

<figure><img src="/files/UCsCLPOllr5tCEEUyQbo" alt=""><figcaption><p>Actualización de estados</p></figcaption></figure>

When the task changes to **On track** for delivery in Shippify, it will update to the **On track** status in MELI (Mercado Livre).

<figure><img src="/files/2UcJrPAIkpdAqY5kTTpL" alt=""><figcaption></figcaption></figure>

When the task changes to **completed** in Shippify, it will update to the **delivered** status in MELI (Mercado Livre).

<figure><img src="/files/IK5QpUHlbOFPG6oqoKVH" alt=""><figcaption></figcaption></figure>

When the task changes to **canceled** en Shippify ,it will update to the **not delivered** status in MELI.

<figure><img src="/files/FSrSt16eeg0LcgSg2Ko2" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.shippify.co/developers/en/e-commerce/mercado-livre/functionalities.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
