> 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/glossary.md).

# Glossary

Compact explanations of the key terms used in this documentation.

<table><thead><tr><th width="183.591796875">Term</th><th width="509.622802734375">Meaning</th></tr></thead><tbody><tr><td><strong>Admin API</strong></td><td>Programming interface of Shopware 6 through which the connector exchanges all data.</td></tr><tr><td><strong>Bearer token</strong></td><td>Time-limited access token that the connector retrieves automatically and uses for API calls.</td></tr><tr><td><strong>Web item</strong></td><td>An item that is marked for transfer to Shopware (<code>Web Artikel = Ja</code>).</td></tr><tr><td><strong>Web-ID</strong></td><td>The unique ID of an object in Shopware (for example the product ID). It is filled automatically after the first upload.</td></tr><tr><td><strong>Mapping / assignment</strong></td><td>Link between a Shopware value and a BC value (for example tax rate, payment method, sales channel).</td></tr><tr><td><strong>Load initial data</strong></td><td>One-time download of master data from Shopware (taxes, currencies, channels, and so on) as the basis for mappings.</td></tr><tr><td><strong>Sales channel</strong></td><td>A Shopware sales channel (for example the storefront). Items can be assigned to several channels.</td></tr><tr><td><strong>Parent / variant item</strong></td><td>Parent item (configurator) with subordinate variants (for example size/color).</td></tr><tr><td><strong>Property group</strong></td><td>Shopware property group into which BC item attributes are translated.</td></tr><tr><td><strong>Auto-increment</strong></td><td>Consecutive number of a Shopware order; it controls the incremental order download.</td></tr><tr><td><strong>Rule (price rule)</strong></td><td>Shopware rule that ties a price to a customer group and, optionally, to a period.</td></tr><tr><td><strong>Developer Log</strong></td><td>Optional technical logging of the request and response for each API call.</td></tr><tr><td><strong>Activity Log</strong></td><td>Business log of all synchronizations with a success/error status.</td></tr><tr><td><strong>Job Queue</strong></td><td>BC mechanism for running uploads and downloads on a schedule.</td></tr><tr><td><strong>B2B user</strong></td><td>Contact person of a corporate customer who can log in and has a role (display, orderer, approval).</td></tr></tbody></table>


---

# 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/glossary.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.
