> 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/getting-started/quick-start-in-10-minutes.md).

# Quick Start in 10 Minutes

This quick start takes you from the freshly installed app to your **first successful synchronization** in just a few minutes. The individual steps are explained in detail in the respective specialist chapters – here it is all about the fastest route to a sense of achievement.

{% hint style="info" %}
**Prerequisite:** The app is installed and you have Shopware 6 access with administration rights (Admin API). For details, see [Installation](/shopware/shopware6_en_us/getting-started/installation.md) and [System Requirements & Compatibility](/shopware/shopware6_en_us/getting-started/system-requirements-and-compatibility.md).
{% endhint %}

{% stepper %}
{% step %}
**Set up the connection**

Open the **Shopware Configuration** and enter the **website URL**, the **API module path** (usually `/api`), and your credentials. Select the appropriate authentication method: password grant or integration access.
{% endstep %}

{% step %}
**Test the connection**

Click **Test Connection**. If a success message appears, the token retrieval was successful. Otherwise, check the URL, path, and credentials – see [Test Connection & Diagnostics](/shopware/shopware6_en_us/configuration/test-connection-and-diagnostics.md).
{% endstep %}

{% step %}
**Load initial data**

Click **Load Shopware Initial Data**. The connector retrieves payment methods and shipping methods, taxes, currencies, sales channels, customer groups, countries/regions, languages, and status management from Shopware. These form the basis for all mappings.
{% endstep %}

{% step %}
**Check the mappings**

Open **Shopware Assignment** and mark the default **sales channel**, the **currency**, and the **customer group** (*is Selected* field). Assign your **VAT product posting groups** to the Shopware tax rates.
{% endstep %}

{% step %}
**Upload your first item**

Open an item, set **Web Item = Yes**, maintain the description, price, and VAT product posting group, and click **Actions → Shopware → Upload Product**. After the upload, the **Web-ID** is filled in automatically.
{% endstep %}

{% step %}
**Check the result**

Check in Shopware whether the product appears. If there are problems, the Activity Log shows the cause.
{% endstep %}
{% endstepper %}

**And then?**

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Initial Catalog Transfer</strong></td><td>Bring a larger catalog to Shopware in a structured way.</td><td><a href="/pages/QjZT7tnCmpxX7AwHVZYi">/pages/QjZT7tnCmpxX7AwHVZYi</a></td></tr><tr><td><strong>Automation</strong></td><td>Schedule uploads using the job queue.</td><td><a href="/pages/n37bTIzPyVpxeJEpbXU1">/pages/n37bTIzPyVpxeJEpbXU1</a></td></tr><tr><td><strong>Retrieve orders</strong></td><td>Create Shopware orders as sales orders in BC.</td><td><a href="/pages/XUwhIUtyEvN4U41iCBjQ">/pages/XUwhIUtyEvN4U41iCBjQ</a></td></tr></tbody></table>

{% hint style="success" %}
**Tip:** First create **test data** through the configuration (demo items, customers, and variants) and practice the process before you transfer real data.
{% 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/getting-started/quick-start-in-10-minutes.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.
