> For the complete documentation index, see [llms.txt](https://docs.solutioo.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solutioo.de/dpd-connector-premium/sendungen-erstellen-praxis/sendung-stornieren-and-tagesabschluss.md).

# Sendung stornieren & Tagesabschluss

## Sendung stornieren & Tagesabschluss

### Sendung stornieren

Solange die Sendung **nicht an DPD übergeben** wurde, verfällt das Etikett und wird nicht berechnet.

{% stepper %}
{% step %}

#### Paket auswählen

In **DPD Pakete** (oder auf der Paketkarte) die zu stornierende Sendung markieren.
{% endstep %}

{% step %}

#### Stornieren

Aktion **Sendung stornieren** und bestätigen. Upload, DPD-Sendungsnummer, MPS-ID, Etikett und Tracking werden entfernt; das Paket kann neu konfiguriert und erneut hochgeladen werden.
{% endstep %}
{% endstepper %}

Alle Stornos werden im **Storno-Protokoll** festgehalten.

{% hint style="info" %}
Ergebnis-Meldung z. B. *„… Sendung(en) storniert."* Bei nicht hochgeladenen Paketen: *„Diese Sendung wurde noch nicht hochgeladen – ein Storno ist nicht nötig."*
{% endhint %}

### Tagesabschluss / Ladeliste

Am Ende des Versandtags erstellen Sie die **Ladeliste (Manifest)** für den DPD-Fahrer.

Seite **DPD Tagesabschluss** (Rollencenter → *Tagesabschluss / Manifest*):

| Aktion                                         | Zweck                                      |
| ---------------------------------------------- | ------------------------------------------ |
| **Ladeliste erstellen / drucken**              | Manifest aller am Tag hochgeladenen Pakete |
| **Stornoliste drucken**                        | Übersicht der Stornos                      |
| **Vorheriger Tag / Heute / Nächster Tag**      | Versandtag wählen                          |
| **Status aktualisieren** / **Paket verfolgen** | Tracking                                   |

Die Liste zeigt alle Pakete mit *Hochgeladen = Ja* des gewählten Versandtags (Anzahl, Gesamtgewicht, Stornos).

### Häufige Fehler

<details>

<summary>Paket taucht nicht im Tagesabschluss auf</summary>

Nur **hochgeladene** Pakete erscheinen. Prüfen Sie das **Upload-Datum** und ob die Sendung tatsächlich gesendet wurde.

</details>


---

# 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.solutioo.de/dpd-connector-premium/sendungen-erstellen-praxis/sendung-stornieren-and-tagesabschluss.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.
