> 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/pt/e-commerce/mercado-livre/funcionalidades.md).

# Funcionalidades

Com nosso aplicativo, você poderá executar as principais funções necessárias no seu dia a dia para gerenciar sua logística conosco, incluindo:

* Criação de entregas em nossa plataforma.
* Atualizações de status em tempo real.

***

## Criação de entregas na nossa plataforma

Este processo será executado automaticamente toda vez que um cliente fizer um pedido, ele será criado em nossa plataforma. Você pode configurar filtros para que apenas tarefas específicas sejam criadas, como por exemplo, o tipo de logística flexível ou o ID do serviço.

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

A tarefa será criada com o ID do pedido como identificador de referência, mas você pode solicitar que o ID de rastreamento seja anexado em vez disso.&#x20;

As tarefas serão criadas por padrão como tipo Regular, mas você pode alterá-las para a função de tempo desejada, flexível ou expressa.

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

## Atualizações de estado em tempo real

Quando os pedidos estiverem a caminho, forem entregues ou cancelados, a alteração será visível no seu painel do Mercado Livre (disponível apenas para envios M1).

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

Quando a tarefa mudar para "**Em trânsito**" na Shippify, ela será atualizada para "**Em trânsito**" no MELI.

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

Quando a tarefa mudar para **Completado** na Shippify, ela será atualizada para **Entregado** no MELI.

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

Quando a tarefa mudar para **Cancelado** na Shippify, ela será atualizada para **Não Entregado** no 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/pt/e-commerce/mercado-livre/funcionalidades.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.
