> 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/e-commerce/vtex/funcionalidades.md).

# Funcionalidades

Con nuestra integración podrás ejecutar las principales funciones que necesitas en tu día a día para llevar tu logística con nosotros, entre ellas estan:

* Creación de entregas en nuestra plataforma.
* Actualizaciones de estado.
* Cotizaciones

***

## Creación de entregas en nuestra plataforma

Este proceso se ejecutará automaticamente, cada vez que una orden pase a estado facturado y previamente el cliente final eligiera a Shippify como método de envío, se creará una entrega en Shippify.&#x20;

<figure><img src="/files/VjRXQII31RPLbKjGLJLZ" alt=""><figcaption><p>Creación de entregas</p></figcaption></figure>

La tarea se creará con el id del pedido como identificador de referencia.

En su panel de VTEX, cuando la orden este creada en Shippify, podrá visualizar el id de la entrega y su enlace de seguimiento.

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

## Actualizaciones de estado

Cuando los pedidos esten en camino, se entreguen o cancelen el cambio será visible en tu panel de VTEX. Nosotros contamos con una amplia variedad de estados de los cual puedes seleccionar para enviar las notificaciones a VTEX.

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

Cada actualización podrás observarla desde el Histórico de rastreamiento de la orden

<figure><img src="/files/eEUXJNStcBnotfILPpoW" alt=""><figcaption><p>Actualizaciones</p></figcaption></figure>

## Cotizaciones

Shippify aparecerá como opción de envío cuando tus clientes esten en el checkout y podrás configurar horarios de entrega y precios.

<figure><img src="/files/2IG7m6p4CsgVWhnyiwXO" 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/e-commerce/vtex/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.
