stepshopify Skip to content

shopifyUpdatePriceAndBarcode Step

With this step the price and the barcode 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
input SPREADSHEET Spreadsheet of items to be proceeded Nein
mappingdefinition STRING The mapping definition JSON String Nein
Folgende Felder sind zu konfigurieren:

Feld Datentyp Beschreibung Pflichtfeld Standardwert
idSINGLEThe shopify internal unique numeric identifier of a sku. To find the id of the sku, use the step shopifyGetProducts. Please do not use the product_id!Ja
skuSINGLESKU (Stock Keeping Unit) A unique identifier for the product in the shop.Nein
priceSINGLEThe price of the product variant.Nein
compare_at_priceSINGLEThe competitors price for the same item. Set the value to -1 to delete the compare_at_price.Nein
​barcodeSINGLEThe barcode, UPC, EAN or ISBN number for the product variant.Nein
account ACCOUNT shopify account data Nein
limit STRING Limits the number of items used from the input SPREADSHEET. Use low values for testing. If limit is empty, all items 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
successfullyUpdatedProducts SPREADSHEET Ja
Folgende Felder sind im Output enthalten:

Feld Datentyp Beschreibung Pflichtfeld Standardwert
identifierSINGLENein
idSINGLENein
product_idSINGLENein
skuSINGLENein
priceSINGLENein
compare_at_priceSINGLENein
barcodeSINGLENein
created_atSINGLENein
updated_atSINGLENein
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
idSINGLENein
skuSINGLENein
priceSINGLENein
compare_at_priceSINGLENein
​barcodeSINGLENein
failedItems SPREADSHEET Output spreadsheet with failed items. An error occurred while processing. If an item failed, in most cases the id is wrong. Ja
Folgende Felder sind im Output enthalten:

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