> For the complete documentation index, see [llms.txt](https://docs.prestashop-project.org/v.8-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prestashop-project.org/v.8-documentation/user-guide/selling/managing-orders/delivery-slips.md).

# Delivery slips

A delivery slip is a notification of delivery. It can also be called "delivery note" or "advice note".\
It is supposed to be put in the shipped package, along with the ordered products. It will have your shop's logo, and indicate the content. On receiving the package, the customer will be able to use the delivery slip in order to double-check the content of the package, see that nothing is missing from the order.

![](/files/-MD-vw_k5swAZpNaFd8L)

Getting a delivery slip is exactly like getting an invoice. Select the dates, as well as the options you would like, and then confirm them to create your documents.

You can get a PDF file of several delivery slips depending only by date, which is very useful when you need to print all delivery slips for a given day or a given quarter. Select the start and end date, and click on the "Generate PDF" button.

## Delivery Slips Options <a href="#deliveryslips-deliveryslipsoptions" id="deliveryslips-deliveryslipsoptions"></a>

![](/files/-MD-vw_lXvbtp_VAI_Jc)

The three options are the same as for the invoice options:

* **Delivery prefix**. You might like to have language-tagged delivery slips: "DE" in English, "LI" in French (for "livraison"), "EN" in Spanish (for "entrenga"), etc. Or you could directly choose to have language codes: "EN", "FR", "SP", etc. Of course, you can also choose to not have a prefix at all.
* **Delivery number**. If your business has already had orders and delivery slips before you started using PrestaShop, you can use this option to start your delivery slip number from a higher number.
* **Enable product image**. When enabled, it will display a product's image in front of the product name.

PrestaShop will then generate the delivery slips number according to your settings: "#DE000001", "#LI000002", etc.

Do not forget to save your changes.


---

# 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.prestashop-project.org/v.8-documentation/user-guide/selling/managing-orders/delivery-slips.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.
