Version: REST 1.0
← PlentyONE Add-On Übersicht
Ruft eine Liste von Bildern aus einem PlentyONE Shop ab, die mit Varianten verknüpft sind.
Das sind die Optionen, mit denen man den Step konfigurieren kann.
| Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
| account | ACCOUNT | Ihre PlentyONE Verbindung | Ja | |
| input | SPREADSHEET | Ein Spreadsheet mit den Varianten-IDs. Leer lassen, um alle mit Varianten verknüpften Bilder zu erhalten. | Nein | |
| mappingdefinition | STRING | Das Mapping als JSON String | Nein | |
| Folgende Felder sind zu konfigurieren:
| Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | | VariantID | SINGLE | | Nein | | |
| limit | STRING | Anzahl der der abgefragten Varianten begrenzen | Nein | |
| variantId | STRING | PlentyONE ID der Variation. Einzelne ID oder kommagetrennte Liste von IDs. | Nein | |
| isActive | STRING | Filtern Sie aktive oder inaktive Varianten. Wird ignoriert, wenn Variant ID oder input Spreadsheet gesetzt ist. | Nein | - Alle
- Nur aktive Varianten
- Nur inaktive Varianten
|
| isMain | STRING | Hauptvarianten filtern. Wird ignoriert, wenn Variant ID oder Spreadsheet eingestellt ist. | Nein | - Alle
- Nur Hauptvarianten
- Ohne Hauptvarianten
|
| imageHasMarketId | STRING | Dieser Filter schränkt die Ergebnisliste auf Varianten ein, für die ein Bild für die angegebene Markt-ID verfügbar ist. Wird ignoriert, wenn Variant ID oder input Spreadsheet gesetzt ist. | Nein | |
Outputs
Das sind die Ergebnisse des Steps, die von nachfolgenden Steps, nach
der Ausführung verwendet werden können.
| Name | Datentyp | Beschreibung | Werte |
| result | SPREADSHEET | Das Ergebnis Spreadsheet, dass die Varianten Bilder aus PlentyONE enthält. | |
| Folgende Felder sind im Output enthalten:
| Feld | Datentyp | Beschreibung | Standardwert | | identifier | SINGLE | The identifier column to import Spreadsheet into a Datastore. | | | ImageID | SINGLE | The unique ID of the image | | | ItemID | SINGLE | The unique ID of the item the image is associated with | | | Type | SINGLE | | | | FileType | SINGLE | The file format of the image. Possible file formats: jpg, jpeg, png, gif, svg | | | Path | SINGLE | The path under which the image is saved. | | | Position | SINGLE | The position of the image. The position is used for sorting images in the online store. | | | LastUpdate | SINGLE | The time the image details were last updated. | | | Insert | SINGLE | The time the image was uploaded. | | | Md5Checksum | SINGLE | The MD5 hash value of the image file | | | Width | SINGLE | The width of the image in pixels | | | Height | SINGLE | The height of the image in pixels | | | Size | SINGLE | The size of the image in pixels | | | StorageProviderId | SINGLE | | | | AttributeValueId | SINGLE | | | | CleanImageName | SINGLE | | | | Url | SINGLE | The URL under which the image can be accessed after the upload. | | | UrlMiddle | SINGLE | The URL that points to the medium-sized version of the item image. | | | UrlPreview | SINGLE | The URL that points to the first preview version of the item image. | | | UrlSecondPreview | SINGLE | The URL that points to the second preview version of the item image. | | | DocumentUploadPath | SINGLE | | | | DocumentUploadPathPreview | SINGLE | | | | DocumentUploadPreviewWidth | SINGLE | | | | DocumentUploadPreviewHeight | SINGLE | | | | AvailabilitiesMandant | MULTIPLEVALUE | | | | AvailabilitiesMarketplace | MULTIPLEVALUE | | | | AvailabilitiesListing | MULTIPLEVALUE | | | | Names | MAP | The names of the image in the form of key-value pairs (lang1=name;lang2=name2;...). Attention: Names and alternate names are set together and completely overwritten. If you fill columns, please always enter all names and alternative names in all languages. | | | AlternateNames | MAP | The alternate names of the image in the form of key-value pairs (lang1=name;lang2=name2;...). Attention: Names and alternative names are set together and completely overwritten. If you fill columns, please always enter all names and alternative names in all languages. | | | LinkedVariantIDs | MULTIPLEVALUE | | | |