> 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/shopware6_en_us/pdf-documents/overview.md).

# Overview

The ***PDF document module*** extends the Shopware 6 API Connector with the option to upload sales documents as PDF files to your customers in Shopware. The documents are displayed in the Shopware customer portal, where they can be downloaded.

## 1. Prerequisites

### 1.1 Shopware plugin

To use this feature, the **s*****olutioo Invoice Documents*** plugin must be installed in your Shopware shop. This plugin provides the API endpoints as well as the customer portal view.

<a href="/pages/4aNcRYyBdeVIvMmDNBg4" class="button primary" data-icon="envelope">solutioo support contact</a>

{% hint style="warning" %}
Without the Shopware plugin, the PDF upload from Business Central does not work!
{% endhint %}

### 1.2 Activation in Business Central

Before ***PDF documents*** can be used and transferred to Shopware, the PDF document module must first be *activated in the configuration*.

To do so, open *"Shopware"* <i class="fa-right">:right:</i> *"Settings" / "Configuration".* In the window that opens, switch to *"Edit mode"* (click the pencil icon at the top). Then enable the *"**Enable PDF Generation**"* option in the *"**Shopware Modules**"* area.

<div align="left" data-with-frame="true"><figure><img src="https://content.gitbook.com/content/Pma4R4cytVXRDRO1gkpH/blobs/bxLxJUwH6rUGoYoBUFr0/Bildschirmfoto%202026-06-18%20um%2013.17.21.png" alt="" width="563"><figcaption></figcaption></figure></div>

<div align="left" data-with-frame="true"><figure><img src="https://content.gitbook.com/content/Pma4R4cytVXRDRO1gkpH/blobs/2L2ILtKJABniEBhslsjv/Bildschirmfoto%202026-06-18%20um%2013.12.17.png" alt="" width="563"><figcaption></figcaption></figure></div>

## 2. Supported document types

<table><thead><tr><th width="137.5133056640625">Document Type</th><th width="304.95947265625">Description</th></tr></thead><tbody><tr><td><strong>Invoice</strong></td><td>Posted sales invoices</td></tr><tr><td><strong>Credit Memo</strong></td><td>Posted sales credit memos</td></tr><tr><td><strong>Shipment</strong></td><td>Posted sales shipments</td></tr><tr><td><strong>Other</strong></td><td>Manual PDF uploads and attachments</td></tr></tbody></table>

## 3. Overview of the functions

{% columns %}
{% column %}

### [Single Upload of Documents](/shopware/shopware6_en_us/pdf-documents/single-upload-of-documents.md)

* Directly from the document card (invoice, credit memo, shipment)
* Manual PDF upload for user-defined documents.
* Upload of document attachments.
  {% endcolumn %}

{% column %}

### [Bulk Upload of Documents](/shopware/shopware6_en_us/pdf-documents/bulk-upload-of-documents.md)

* From the document list (select several documents)
* Via the Customer Card (all documents of one customer)
* Batch upload report for large volumes
  {% endcolumn %}
  {% endcolumns %}

{% hint style="info" %}

## Customer portal in Shopware

After the upload, the documents are available in the Shopware customer portal under *"My Documents"*.
{% 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/shopware6_en_us/pdf-documents/overview.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.
