> 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/shopware/pdf-dokumente/pdf-dokumente.md).

# Übersicht

Das ***PDF-Dokument-Modul*** erweitert den Shopware 6 API Connector um die Möglichkeit, Verkaufsdokumente als PDF-Dateien zu Ihren Kunden in Shopware hochzuladen. Die Dokumente werden im Kundenportal von Shopware angezeigt und können dort heruntergeladen werden.

## 1. Voraussetzungen

### 1.1 Shopware-Plugin

Für die Nutzung dieser Funktion muss das **s*****olutioo Invoice Documents*** Plugin in Ihrem Shopware-Shop installiert sein. Dieses Plugin stellt die API-Endpunkte sowie die Kundenportal-Ansicht bereit.

<a href="/pages/On0GNAWv9skgivX68c9v" class="button primary" data-icon="envelope">Supportkontakt solutioo</a>

{% hint style="warning" %}
Ohne das Shopware-Plugin funktioniert der PDF-Upload aus Business Central nicht!
{% endhint %}

### 1.2 Aktivierung in Business Central

Damit ***PDF-Dokumente*** verwendet und zu Shopware übertragen werden können, muss das PDF-Dokument-Modul zunächst in der *Konfiguration aktiviert werden*.

Öffnen Sie dazu *"Shopware"* <i class="fa-right">:right:</i> *"Einstellung" / "Konfiguration".* Im geöffneten Fenster wechseln Sie in den *"Editier-Modus"* (Klicken Sie hierfür oben auf das Stift Symbol). Aktivieren Sie anschließend im Bereich *"**Shopware Module**"* die Option *"**PDF-Generierung aktivieren**"*.

<div align="left" data-with-frame="true"><figure><img src="/files/llMVgKHkuWOGUPADYPtt" alt="" width="563"><figcaption></figcaption></figure></div>

<div align="left" data-with-frame="true"><figure><img src="/files/vrIG5PAe0l6RhgKPvyQJ" alt="" width="563"><figcaption></figcaption></figure></div>

## 2. Unterstützte Dokumenttypen

<table><thead><tr><th width="137.5133056640625">Dokumenttyp</th><th width="304.95947265625">Beschreibung</th></tr></thead><tbody><tr><td><strong>Rechnung</strong></td><td>Gebuchte Verkaufsrechnungen</td></tr><tr><td><strong>Gutschrift</strong></td><td>Gebuchte Verkaufsgutschriften</td></tr><tr><td><strong>Lieferschein</strong></td><td>Gebuchte Verkaufslieferungen</td></tr><tr><td><strong>Sonstiges</strong></td><td>Manuelle PDF-Uploads und Anhänge</td></tr></tbody></table>

## 3. Übersicht der Funktionen

{% columns %}
{% column %}

### [Einzelupload](/shopware/pdf-dokumente/einzelupload.md)

* Direkt von der Dokumenten-Karte (Rechnung, Gutschrift, Lieferschein)
* Manueller PDF-Upload für benutzerdefinierte Dokumente.
* Upload von Dokumentenanhängen.
  {% endcolumn %}

{% column %}

### [Massenupload](/shopware/pdf-dokumente/massenupload.md)

* Von der Dokumenten-Liste (mehrere Dokumente auswählen)
* Über die Debitorenkarte (alle Dokumente eines Kunden)
* Batch-Upload-Report für große Mengen
  {% endcolumn %}
  {% endcolumns %}

{% hint style="info" %}

## Kundenportal in Shopware

Nach dem Upload sind die Dokumente im Kundenportal von Shopware unter *"Meine Dokumente"* verfügbar.
{% endhint %}


---

# 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/shopware/pdf-dokumente/pdf-dokumente.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.
