Skip to content

shopifyAddSingleProducts - shopify

Version: 2020-10

← shopify Add-On Übersicht

With this step simple products (without variants) can be created in shopify. Version 2.0 supports the new inventory management of shopify.


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 Ja
mappingdefinition STRING The mapping definition JSON String Ja
Folgende Felder sind zu konfigurieren:

Feld Datentyp Beschreibung Pflichtfeld Standardwert
sku SINGLE SKU (Stock Keeping Unit) A unique identifier for the product in the shop. Ja
title SINGLE The name of the product. Ja
inventory_management SINGLE The fulfillment service that tracks the number of items in stock for the product variant. Nein
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. Nein
inventory_quantity SINGLE Sets the inventory for the given location_id. Note: inventory_management must be set to "shopify". Nein
price SINGLE The price of the product variant. Nein
body_html SINGLE The description of the product, complete with HTML formatting. Nein
compare_at_price SINGLE The competitors price for the same item. Nein
inventory_policy SINGLE Specifies 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 order Nein deny
barcode SINGLE The barcode, UPC, EAN or ISBN number for the product. Nein
vendor SINGLE The name of the vendor of the product. Nein
product_type SINGLE A categorization for the product used for filtering and searching products. Nein
tags MULTIPLEVALUE A categorization that a product can be tagged with, commonly used for filtering and searching. Each comma-separated tag has a character limit of 255. Nein
publishing SINGLE Publishing 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
status SINGLE The status of the product. Default value: active Nein active
weight SINGLE The weight of the product variant in the unit system specified with weight_unit. Nein
weight_unit SINGLE The unit system that the product variant's weight is measure in. The weight_unit can be either "g", "kg, "oz", or "lb". Nein
images SINGLE A list of image URLs (comma separated) Images associated with the product. Nein
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

Outputs

Das sind die Ergebnisse des Steps, die von nachfolgenden Steps, nach der Ausführung verwendet werden können.

Name Datentyp Beschreibung Werte
successfullyCreatedProducts SPREADSHEET
Folgende Felder sind im Output enthalten:

Feld Datentyp Beschreibung Standardwert
identifier SINGLE
id SINGLE
product_id SINGLE
price SINGLE
sku SINGLE
position SINGLE
inventory_policy SINGLE
compare_at_price SINGLE
fulfillment_service SINGLE
inventory_management SINGLE
option1 SINGLE
option2 SINGLE
option3 SINGLE
created_at SINGLE
updated_at SINGLE
taxable SINGLE
barcode SINGLE
grams SINGLE
image_id SINGLE
weight SINGLE
weight_unit SINGLE
inventory_item_id SINGLE
inventory_quantity SINGLE
old_inventory_quantity SINGLE
requires_shipping SINGLE
admin_graphql_api_id SINGLE
item_title SINGLE
item_body_html SINGLE
item_handle SINGLE
item_url SINGLE
item_vendor SINGLE
item_product_type SINGLE
item_tags SINGLE
isVariant SINGLE
failedItems SPREADSHEET List with failed items. An error occurred when creating items in shopify.
Folgende Felder sind im Output enthalten:

Feld Datentyp Beschreibung Standardwert
identifier SINGLE
source_sku SINGLE
source_title SINGLE
method SINGLE
host SINGLE
requestBody SINGLE
statusCode SINGLE
statusMessage SINGLE
responseHeaders SINGLE
responseFilename SINGLE
error SINGLE
errorMessage SINGLE
invalidItems SPREADSHEET List of invalid items. Some required fields are missing or values are incorrect.
Folgende Felder sind im Output enthalten:

Feld Datentyp Beschreibung Standardwert
identifier SINGLE
sku SINGLE
title SINGLE
inventory_management SINGLE
price SINGLE
body_html SINGLE
compare_at_price SINGLE
inventory_policy SINGLE
barcode SINGLE
vendor SINGLE
product_type SINGLE
tags SINGLE
publishing SINGLE
weight SINGLE
weight_unit SINGLE
images SINGLE