Version: 2022-10
← shopify Add-On Übersicht
This step sets the inventory of items in a specified location. If no location is determined the default location with the shipping origin address is used.
Please note that only items can be processed by this step where `shopify` is set for inventory management!
Das sind die Optionen, mit denen man den Step konfigurieren kann.
| Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
| account | ACCOUNT | shopify account data | Ja | |
| 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 | | inventory_item_id | SINGLE | The unique identifier of the inventory item that the inventory level belongs to. To find the ID of the inventory item, use the step shopifyGetProducts. | Ja | | | location_id | SINGLE | The ID of the location that the inventory level belongs to. To find the ID of the location, use the step shopifyGetLocations. | Ja | | | available | SINGLE | The quantity of inventory items available for sale. | Ja | | | id | SINGLE | shopify internal unique identifier for a sku or variant | Nein | | | product_id | SINGLE | shopify internal unique identifier for the product | Nein | | | sku | SINGLE | SKU (Stock Keeping Unit)
A unique identifier for the product in the shop. | Nein | | | barcode | SINGLE | The barcode, UPC, or ISBN number for the product. | Nein | | |
| 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 | |
Outputs
Das sind die Ergebnisse des Steps, die von nachfolgenden Steps, nach
der Ausführung verwendet werden können.
| Name | Datentyp | Beschreibung | Werte |
| successfullySetInventory | SPREADSHEET | | |
| Folgende Felder sind im Output enthalten:
| Feld | Datentyp | Beschreibung | Standardwert | | identifier | SINGLE | | | | inventory_item_id | SINGLE | | | | location_id | SINGLE | | | | available | SINGLE | | | | id | SINGLE | | | | product_id | SINGLE | | | | sku | SINGLE | | | | barcode | SINGLE | | | | statusCode | SINGLE | | | | statusMessage | SINGLE | | | |
| invalidItems | SPREADSHEET | | |
| Folgende Felder sind im Output enthalten:
| Feld | Datentyp | Beschreibung | Standardwert | | identifier | SINGLE | | | | inventory_item_id | SINGLE | | | | available | SINGLE | | | | id | SINGLE | | | | product_id | SINGLE | | | | sku | SINGLE | | | | barcode | SINGLE | | | |
| failedItems | SPREADSHEET | | |
| Folgende Felder sind im Output enthalten:
| Feld | Datentyp | Beschreibung | Standardwert | | identifier | SINGLE | | | | inventory_item_id | SINGLE | | | | location_id | SINGLE | | | | available | SINGLE | | | | id | SINGLE | | | | product_id | SINGLE | | | | sku | SINGLE | | | | barcode | SINGLE | | | | method | SINGLE | | | | host | SINGLE | | | | requestBody | SINGLE | | | | statusCode | SINGLE | | | | statusMessage | SINGLE | | | | responseHeaders | SINGLE | | | | responseFilename | SINGLE | | | | error | SINGLE | | | | responseContent | SINGLE | | | | errorMessage | SINGLE | | | |