> 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/integration-guide/basic-processes/delivery-creation.md).

# Delivery creation

This process is fundamental in the integration because you will need to import orders from your external platform to Shippify. Once the deliveries are in our system, they can be manipulated within it, whether to edit them, create routes, change states, or other functionalities that Shippify has.&#x20;

There are several ways to achieve this process, and we will classify them based on the volume of deliveries you make to give you a guide on which one to use.

<img src="/files/7mSqT3404tLuamKIYx6V" alt="" data-size="line">**For low volume**: Less than 10 deliveries per day.

<img src="/files/UdhC7B6farOCc8RTTStF" alt="" data-size="line">**For medium-low volume:** Between 10 and 100 deliveries per day.

<img src="/files/Dv16NMIteoBaAxGq5WpI" alt="" data-size="line">**For medium-high volume**: Between 100 and 500 deliveries per day.

<img src="/files/ZsWckfvlt3lbXGya6Re4" alt="" data-size="line">**For high volume:** More than 500 deliveries per day.

<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>Manual and individual creation of orders through the platform.</td></tr><tr><td></td><td><img src="/files/UdhC7B6farOCc8RTTStF" alt="" data-size="line"><a href="/pages/hWW5toqqLCdp4xgm1IRv">Import</a></td><td>Batch manual creation of orders through the platform by importing a file.</td></tr><tr><td></td><td><img src="/files/UdhC7B6farOCc8RTTStF" alt="" data-size="line"><a href="/pages/XeXHxdQ0ttPi9UgxkiXC">Zapier</a></td><td>Order creation through an action in Zapier.</td></tr><tr><td></td><td><img src="/files/Dv16NMIteoBaAxGq5WpI" alt="" data-size="line"><a href="/pages/EeJE4t9a3XIn0UEoYH96">API</a></td><td>Order creation in batches or individually by consuming our API.</td></tr><tr><td></td><td><img src="/files/ZsWckfvlt3lbXGya6Re4" alt="" data-size="line"><a href="/pages/FEjzobh3nMS1VYUGbreS">SFTP</a></td><td>Batch order creation by uploading a file to an SFTP.</td></tr><tr><td></td><td><img src="/files/ZsWckfvlt3lbXGya6Re4" alt="" data-size="line"><a href="/pages/9FQSn1HHZ8lNwsoBYv49">Customized</a></td><td>Order creation by a process requested by the client.</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/en/integration-guide/basic-processes/delivery-creation.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.
