stepshopify Skip to content

shopifyUpdateProductInformation Step

This is the actual step which will be published in your Add-On. Typically it will consist of Flow-Variables, steps for the execution logic and Output-Variables. The corresponding Test-Flow TestFlow-shopifyUpdateProductInformation will then use this step and see the input and outputs.

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_idSINGLEThe shopify internal unique numeric identifier of the product. To find the product_id of the product, use the step shopifyGetProducts.Ja
titleSINGLEThe name of the product.Nein
body_htmlSINGLEA description of the product. Supports HTML formatting.Nein
handleSINGLEA unique human-friendly string for the product. Automatically generated from the product's title.Nein
vendorSINGLEThe name of the product's vendor.Nein
inventory_managementSINGLEThe fulfillment service that tracks the number of items in stock for the product variant.Nein
inventory_policySINGLESpecifies 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 orderNein
product_typeSINGLEA categorization for the product used for filtering and searching products.Nein
tagsMULTIPLEVALUEA string of comma-separated tags that are used for filtering and search. Each comma-separated tag can have up to 255 characters.Nein
publishingSINGLEPublishing 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_scopeSINGLESets 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
statusSINGLEThe status of the product. Note that product statuses aren't currently available to stores on the Shopify Plus plan. Default value: activeNeinactive
imagesMULTIPLEVALUEA 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 Pflichtfeld Werte
successfullyUpdatedProductInformation SPREADSHEET Ja
Folgende Felder sind im Output enthalten:

Feld Datentyp Beschreibung Pflichtfeld Standardwert
identifierSINGLENein
product_idSINGLENein
titleSINGLENein
body_htmlSINGLENein
vendorSINGLENein
product_typeSINGLENein
created_atSINGLENein
handleSINGLENein
updated_atSINGLENein
published_atSINGLENein
template_suffixSINGLENein
tagsSINGLENein
published_scopeSINGLENein
admin_graphql_api_idSINGLENein
invalidItems SPREADSHEET Output spreadsheet with invalid items. If an item is invalid, the required input is missing or is not in the correct format. Ja
Folgende Felder sind im Output enthalten:

Feld Datentyp Beschreibung Pflichtfeld Standardwert
identifierSINGLENein
product_idSINGLENein
titleSINGLENein
body_htmlSINGLENein
vendorSINGLENein
product_typeSINGLENein
tagsSINGLENein
publishingSINGLENein
publishing_scopeSINGLENein
imagesSINGLENein
failedItems SPREADSHEET Output spreadsheet with failed items. An error occurred while processing. If an item failed, in most cases the product_id is wrong. Ja
Folgende Felder sind im Output enthalten:

Feld Datentyp Beschreibung Pflichtfeld Standardwert
identifierSINGLENein
product_idSINGLENein
methodSINGLENein
hostSINGLENein
requestBodySINGLENein
statusCodeSINGLENein
statusMessageSINGLENein
errorSINGLENein
responseContentSINGLENein
errorMessageSINGLENein