Skip to content

shopifyUpdateProductInformation - shopify

Version: 2022-10

← shopify Add-On Übersicht

With this step the product information of an already created product can be updated.


Inputs

Das sind die Optionen, mit denen man den Step konfigurieren kann.

Name Datentyp Beschreibung Pflichtfeld Werte
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
input SPREADSHEET Spreadsheet of items to be proceeded Ja
mappingdefinition STRING The mapping definition JSON String Ja
Folgende Felder sind zu konfigurieren:

Feld Datentyp Beschreibung Pflichtfeld Standardwert
product_id SINGLE The shopify internal unique numeric identifier of the product. To find the product_id of the product, use the step shopifyGetProducts. Nein
title SINGLE The name of the product. Nein
body_html SINGLE A description of the product. Supports HTML formatting. Nein
handle SINGLE A unique human-friendly string for the product. Automatically generated from the product's title. Nein
vendor SINGLE The name of the product's vendor. Nein
inventory_management SINGLE The fulfillment service that tracks the number of items in stock for the product variant. Nein
inventory_policy SINGLE Specifies whether or not customers are allowed to place an order for a product variant when it is out of stock. value "continue" allowed to place an order value "deny" not allowed to place an order Nein
product_type SINGLE A categorization for the product used for filtering and searching products. Nein
tags MULTIPLEVALUE A string of comma-separated tags that are used for filtering and search. Each comma-separated tag can have up to 255 characters. Nein
publishing SINGLE Publishing to the Online Store channel. "Y" the product including the variants is published and visible. "N" the product including the variants is not published and not visible. Nein
publishing_scope SINGLE Sets the scope of the publishing. web: The product is published to the Online Store channel but not published to the Point of Sale channel. global: The product is published to both the Online Store channel and the Point of Sale channel. Nein
status SINGLE The status of the product. Note that product statuses aren't currently available to stores on the Shopify Plus plan. Default value: active Nein active
images MULTIPLEVALUE A list of product image URLs (comma separated), each one representing an image associated with the product. Nein
columns to exclude STRING Comma separated list of column names which will be excluded depending. Wildcards * (0 or more characters) and ? (0 or 1 character) are allowed. E.g. 'item*' would match all columns starting with 'item'. Nein

Outputs

Das sind die Ergebnisse des Steps, die von nachfolgenden Steps, nach der Ausführung verwendet werden können.

Name Datentyp Beschreibung Werte
successfullyUpdatedProductInformation SPREADSHEET
Folgende Felder sind im Output enthalten:

Feld Datentyp Beschreibung Standardwert
identifier SINGLE
product_id SINGLE
title SINGLE
body_html SINGLE
vendor SINGLE
product_type SINGLE
created_at SINGLE
handle SINGLE
updated_at SINGLE
published_at SINGLE
template_suffix SINGLE
tags SINGLE
published_scope SINGLE
admin_graphql_api_id SINGLE
invalidItems SPREADSHEET Output spreadsheet with invalid items. If an item is invalid, the required input is missing or is not in the correct format.
Folgende Felder sind im Output enthalten:

Feld Datentyp Beschreibung Standardwert
identifier SINGLE
product_id SINGLE
title SINGLE
body_html SINGLE
vendor SINGLE
product_type SINGLE
tags SINGLE
publishing SINGLE
publishing_scope SINGLE
images SINGLE
failedItems SPREADSHEET Output spreadsheet with failed items. An error occurred while processing. If an item failed, in most cases the product_id is wrong.
Folgende Felder sind im Output enthalten:

Feld Datentyp Beschreibung Standardwert
identifier SINGLE
product_id SINGLE
method SINGLE
host SINGLE
requestBody SINGLE
statusCode SINGLE
statusMessage SINGLE
error SINGLE
responseContent SINGLE
errorMessage SINGLE