# 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: 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://docs.shippify.co/developers/en/e-commerce/mercado-livre/functionalities.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.
