> 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/guia-de-integracao/processos-basicos/criacao-de-entregas.md).

# Criação de entregas

Este processo é fundamental na integração, pois você precisará importar os pedidos de sua plataforma externa para a Shippify. Uma vez que as entregas estejam em nosso sistema, elas podem ser manipuladas dentro dele, seja para edição, criação de rotas, mudança de estados ou outras funcionalidades oferecidas pela Shippify.&#x20;

Existem várias maneiras de realizar esse processo e as classificaremos de acordo com o volume de entregas que você realiza para fornecer um guia sobre qual usar.

<img src="/files/7mSqT3404tLuamKIYx6V" alt="" data-size="line">**Volume baixo:** Menos de 10 entregas por dia.

<img src="/files/UdhC7B6farOCc8RTTStF" alt="" data-size="line">**Volume Médio-baixo:** Entre 10 e 100 entregas diárias.

<img src="/files/Dv16NMIteoBaAxGq5WpI" alt="" data-size="line">**Volume Médio-Alto:** Entre 100 e 500 entregas diárias.

<img src="/files/ZsWckfvlt3lbXGya6Re4" alt="" data-size="line">**Volume Alto:** Mas de 500 entregas diárias.

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td></td><td><img src="/files/7mSqT3404tLuamKIYx6V" alt="" data-size="line"><a href="/pages/t2zKrK0Owh0fnmfpMPTN">Dash</a></td><td>Criação manual e individual de pedidos através da plataforma.</td></tr><tr><td></td><td><img src="/files/UdhC7B6farOCc8RTTStF" alt="" data-size="line"><a href="/pages/hWW5toqqLCdp4xgm1IRv">Import</a></td><td>Criação manual em lote de pedidos através da plataforma, importando um arquivo.</td></tr><tr><td></td><td><img src="/files/UdhC7B6farOCc8RTTStF" alt="" data-size="line"><a href="/pages/XeXHxdQ0ttPi9UgxkiXC">Zapier</a></td><td>Criação de pedidos por meio de uma ação no Zapier.</td></tr><tr><td></td><td><img src="/files/Dv16NMIteoBaAxGq5WpI" alt="" data-size="line"><a href="/pages/EeJE4t9a3XIn0UEoYH96">API</a></td><td>Criação de pedidos em lotes ou individualmente consumindo nossa API.</td></tr><tr><td></td><td><img src="/files/ZsWckfvlt3lbXGya6Re4" alt="" data-size="line"><a href="/pages/FEjzobh3nMS1VYUGbreS">SFTP</a></td><td>Criação de pedidos em lotes, fazendo o upload de um arquivo para um SFTP.</td></tr><tr><td></td><td><img src="/files/ZsWckfvlt3lbXGya6Re4" alt="" data-size="line"><a href="/pages/9FQSn1HHZ8lNwsoBYv49">Personalizada</a></td><td>Criação de pedidos por um processo solicitado pelo cliente.</td></tr></tbody></table>


---

# 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/guia-de-integracao/processos-basicos/criacao-de-entregas.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.
