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.

NameDatentypBeschreibungPflichtfeldWerte
accountACCOUNTshopify account dataJa
limitSTRINGLimits the number of rows used from the input SPREADSHEET. Use low values for testing. If limit is empty, all lines are processed.Nein
inputSPREADSHEETSpreadsheet of items to be proceededJa
mappingdefinitionSTRINGThe mapping definition JSON StringJa
Folgende Felder sind zu konfigurieren:

FeldDatentypBeschreibungPflichtfeldStandardwert
product_idSINGLEThe shopify internal unique numeric identifier of the product. To find the product_id of the product, use the step shopifyGetProducts.Nein
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 excludeSTRINGComma 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.

NameDatentypBeschreibungWerte
successfullyUpdatedProductInformationSPREADSHEET
Folgende Felder sind im Output enthalten:

FeldDatentypBeschreibungStandardwert
identifierSINGLE
product_idSINGLE
titleSINGLE
body_htmlSINGLE
vendorSINGLE
product_typeSINGLE
created_atSINGLE
handleSINGLE
updated_atSINGLE
published_atSINGLE
template_suffixSINGLE
tagsSINGLE
published_scopeSINGLE
admin_graphql_api_idSINGLE
invalidItemsSPREADSHEETOutput 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:

FeldDatentypBeschreibungStandardwert
identifierSINGLE
product_idSINGLE
titleSINGLE
body_htmlSINGLE
vendorSINGLE
product_typeSINGLE
tagsSINGLE
publishingSINGLE
publishing_scopeSINGLE
imagesSINGLE
failedItemsSPREADSHEETOutput 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:

FeldDatentypBeschreibungStandardwert
identifierSINGLE
product_idSINGLE
methodSINGLE
hostSINGLE
requestBodySINGLE
statusCodeSINGLE
statusMessageSINGLE
errorSINGLE
responseContentSINGLE
errorMessageSINGLE