> For the complete documentation index, see [llms.txt](https://helpcenter.etron.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.etron.info/etron-win/handbuch/webshop/transfer.md).

# Transfer

Das Webshop-Transfer ETRON ist ein Modul.\
Dieses ETRON läuft meist auf der HStation als zweites ETRON.

<figure><img src="/files/1O2jG5YsfZfIvsr6tSru" alt=""><figcaption></figcaption></figure>

Es gibt 4 verschiedene Exportarten.\
Der Lagerupdateexport ist standardmäßig aktiviert, wenn in den [Webshop-Optionen/Export](/etron-win/handbuch/webshop/anbindung.md#export) die Option „Untertags nur Lagerupdateexport“ angehakt ist.

### Nichts angehakt <a href="#nichts_angehakt" id="nichts_angehakt"></a>

Webshopartikel mit einer Änderung in den Stammdaten und neu erstellte Artikel werden übertragen.

{% hint style="warning" %}
*Der ganze Shop wird neu aufgebaut und kann für längere Zeit für schlechte Performance sorgen.*
{% endhint %}

### Gesamtexport

Es werden alle Artikel die für den Webshop markiert sind, bereitgestellt

{% hint style="warning" %}
*Der ganze Shop wird neu aufgebaut und kann für längere Zeit für schlechte Performance sorgen.*
{% endhint %}

**Kann nur durch den ETRON Support ausgeführt werden!**

### Bilderupdate <a href="#bilderupdate" id="bilderupdate"></a>

Wenn Artikel für den Transferbereitgestellt werden, werden auch die Bilder dieser Artikel bereitgestellt. Bei neuen Artikeln, neuen Bildern oder geänderten Bildern erfolgt generell eine Bilderbereitstellung.

{% hint style="warning" %}
*Der ganze Shop wird neu aufgebaut und kann für längere Zeit für schlechte Performance sorgen.*
{% endhint %}

**Sollte nur durch den ETRON Support ausgeführt werden!**

### Nur Lagerupdate <a href="#nur_lagerupdate" id="nur_lagerupdate"></a>

Es werden nur die Lagerstände der Artikel bereitgestellt die seit der letzten Übertragung einen Lagerbewegung hatten

Die Bezeichnung „Lagerupdateexport“ im Webshoptransferfenster wurde in Version 5.767 auf „Nur Lagerupdate“ geändert.

**Während ein Transfer läuft sollte kein weiterer Vorgang angestoßen werden.**


---

# 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://helpcenter.etron.info/etron-win/handbuch/webshop/transfer.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.
