Beispiele

Estimated reading: 1 minute

Beispiel 1: Vollständiger Upload-Workflow

./image2plenty.exe \
  --plentyid p48630:username \
  --imgpath "C:/Bilder/140" \
  --imgdelete \
  --mpaid 4.01,2.08 \
  --link2vid 1071 \
  --listings

Ablauf:

  1. Löscht alte Bilder (mit Auswahl-Popup)
  2. Lädt neue Bilder aus C:/Bilder/140 hoch
  3. Aktiviert Amazon DE und eBay DE
  4. Verknüpft Bilder mit Variante 1071
  5. Startet/Aktualisiert Listings

Beispiel 2: Custom Image mit mehreren Bildern

./image2plenty.exe \
  --plentyid p48630:username \
  --imgpath "C:/Bilder/140" \
  --gencustomimage "1,2,1;2,3,2;3,3,3"

Ablauf:

  1. Bild 1 mit Template 2 → Position 1
  2. Bild 2 mit Template 3 → Position 2
  3. Bild 3 mit Template 3 → Position 3

Beispiel 3: Tag-Verwaltung

./image2plenty.exe \
  --plentyid p48630:username \
  --aid 140 \
  --tagids_a 15,23,44 \
  --tagids_d 99

Ablauf:

  1. Entfernt Tag 99 von Artikel 140
  2. Fügt Tags 15, 23, 44 hinzu

Beispiel 4: Nur Listings starten (ohne Bilder)

./image2plenty.exe  \
  --plentyid p48360:username \
  --aid 140 \
  --listings

Beispiel 5: Config-Datei verwenden

config_ebay.json:

{
  "imgdelete": true,
  "listings": true,
  "mpaid": "2.08"
}

Aufruf:

./image2plenty.exe \
  --config config_ebay.json \
  --plentyid p48360:username \
  --imgpath "C:/Bilder/140"

CONTENTS