Skip to content

shopifyUpdatePriceAndBarcode - shopify

Version: 2024-01

← shopify Add-On Übersicht

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.

NameDatentypBeschreibungPflichtfeldWerte
accountACCOUNTshopify account dataJa
inputSPREADSHEETSpreadsheet of items to be proceededNein
mappingdefinitionSTRINGThe mapping definition JSON StringNein
Folgende Felder sind zu konfigurieren:

FeldDatentypBeschreibungPflichtfeldStandardwert
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
limitSTRINGLimits 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.

NameDatentypBeschreibungWerte
successfullyUpdatedProductsSPREADSHEET
Folgende Felder sind im Output enthalten:

FeldDatentypBeschreibungStandardwert
identifierSINGLE
idSINGLE
product_idSINGLE
skuSINGLE
priceSINGLE
compare_at_priceSINGLE
barcodeSINGLE
created_atSINGLE
updated_atSINGLE
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
idSINGLE
skuSINGLE
priceSINGLE
compare_at_priceSINGLE
​barcodeSINGLE
failedItemsSPREADSHEETOutput spreadsheet with failed items. An error occurred while processing. If an item failed, in most cases the id is wrong.
Folgende Felder sind im Output enthalten:

FeldDatentypBeschreibungStandardwert
identifierSINGLE
idSINGLE
methodSINGLE
hostSINGLE
requestBodySINGLE
statusCodeSINGLE
statusMessageSINGLE
responseHeadersSINGLE
errorSINGLE
responseContentSINGLE
errorMessageSINGLE