> 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/vtex/funcionalities.md).

# Funcionalities

With our integration you will be able to execute the main functions that you need in your day to day to carry out your logistics with us, among them are:

* Creating deliveries on our platform.
* Status updates.
* Checkout.

***

## Creating a delivery in our system

This process will be executed automatically, every time an order goes to invoiced status and the final customer previously chose Shippify as the shipping method, a delivery will be created in Shippify.

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

The task will be created with the order ID as the reference identifier.

In your VTEX dashboard, when the order is created in Shippify, you will be able to view the delivery ID and its tracking link.

<figure><img src="/files/40KKPFRBKUzaUWXggtCC" alt=""><figcaption><p>VTEX</p></figcaption></figure>

## Status update

When orders are on their way, delivered or cancelled the change will be visible in your VTEX dashboard. We have a wide variety of statuses from which you can select to send notifications to VTEX.

<figure><img src="/files/IIBUfNOZLHw0g9NelPij" alt=""><figcaption><p>Status update</p></figcaption></figure>

You can see each update from the Order Tracking History.

<figure><img src="/files/uuW3yAQUc9KktRjA87ds" alt=""><figcaption><p>Updates</p></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/vtex/funcionalities.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.
