Version: 2022-10
← shopify Add-On Übersicht
Uploads new product images to a product via an image URL. In addition, the position and the alt text and the corresponding variants to the image can also be specified.
Das sind die Optionen, mit denen man den Step konfigurieren kann.
Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
account | ACCOUNT | shopif Account | Ja | |
published_status | STRING | Publishing status of the product for the Online Store channel. | Ja | - Images of all products (default)
- Images of only published products
- Images of only unpublished products
|
limit | STRING | Limits the number of products to be retrieved. Enter a small number for tests. If limit is empty or greater than 249 then all products are retrieved. | Nein | |
vendor | STRING | Filter by product vendor | Nein | |
ids | STRING | A comma-separated list of product ids | Nein | |
collection_id | STRING | Filter by collection id | Nein | |
created_at_from | DATETIME | Show products created after date | Nein | |
created_at_to | DATETIME | how products created before date | Nein | |
updated_at_from | DATETIME | Show products last updated after date | Nein | |
updated_at_to | DATETIME | Show products last updated before date | 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 |
productImages | SPREADSHEET | List of product images. | Ja | |
| Folgende Felder sind im Output enthalten
:
Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | identifier | SINGLE | | Nein | | image_id | SINGLE | | Nein | | product_id | SINGLE | | Nein | | product_title | SINGLE | | Nein | | product_vendor | SINGLE | | Nein | | product_type | SINGLE | | Nein | | product_tags | SINGLE | | Nein | | product_handle | SINGLE | | Nein | | image_position | SINGLE | | Nein | | image_created_at | SINGLE | | Nein | | image_updated_at | SINGLE | | Nein | | image_alt | SINGLE | | Nein | | image_width | SINGLE | | Nein | | image_height | SINGLE | | Nein | | image_src | SINGLE | | Nein | | image_src_name | SINGLE | | Nein | | image_variant_ids | SINGLE | | Nein | | image_admin_graphql_api_id | SINGLE | | Nein | | |