shopifyDeleteProductImages Step
Deletes images in shopify.
Das sind die Optionen, mit denen man den Step konfigurieren kann.
Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
input | SPREADSHEET | List of images to be deleted. | Ja | |
mappingdefinition | STRING | The mapping definition JSON String | Ja | |
| Folgende Felder sind zu konfigurieren:
Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | product_id | SINGLE | The id of the product associated with the image. | Ja | | image_id | SINGLE | The id of the product image. | Ja | |
|
account | ACCOUNT | shopify account data | Ja | |
limit | STRING | Limits the number of rows used from the input SPREADSHEET. Use low values for testing. If limit is empty, all lines are processed. | Nein | |
Outputs
Das sind die Ergebnisse des Steps, die von nachfolgenden Steps, nach der Ausführung verwendet werden können.
Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
deletedImages | SPREADSHEET | List of deleted images in shopify. | Ja | |
| Folgende Felder sind im Output enthalten:
Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | identifier | SINGLE | | Nein | | product_id | SINGLE | | Nein | | image_id | SINGLE | | Nein | |
|
failedItems | SPREADSHEET | List with failed items. An error occurred when deleting images in shopify. | Ja | |
| Folgende Felder sind im Output enthalten:
Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | identifier | SINGLE | | Nein | | product_id | SINGLE | | Nein | | image_id | SINGLE | | Nein | | statusCode | SINGLE | | Nein | | errorMessage | SINGLE | | Nein | |
|
invalidItems | SPREADSHEET | List of invalid items. Some required fields are missing. | Ja | |
| Folgende Felder sind im Output enthalten:
Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | identifier | SINGLE | | Nein | | product_id | SINGLE | | Nein | | image_id | SINGLE | | Nein | |
|