Magento2CreateSimpleProducts Step

Magento2CreateSimpleProducts

Produktdaten übertragen oder aktualisieren

Creates products of typ "Simple Product" in Magento 2.

Dokumentation im Handbuch aufrufen

Über Synesty Studio für Magento 2

Mit Synesty als No Code Middleware verbinden Sie Magento 2 mit anderen Schnittstellen, APIs und Systemen ohne Programmierung per Drag&Drop. Automatisieren Sie Geschäftsprozesse und Integrationen wie EDI Datenimport / Export oder eine einmalige Daten-Migration.

Wir unterstützen Datenformate wie CSV, Excel (XLS/XLSX), XML oder JSON und ermöglichen auch HTTP-Konnektoren zu REST- oder GraphQL-APIs. Kunden nutzen es auch für Auswertungen, ETL-Aufgaben oder Feed-Optimierung.
Unser No Code Flow-Editor und unsere Low Code Scripting Tools ermöglichen kreative Anpassungen für jede Art von Integration.

Zum Add-On

Über Synesty Studio für Magento 2

Mit Synesty als No Code Middleware verbinden Sie Magento 2 mit anderen Schnittstellen, APIs und Systemen ohne Programmierung per Drag&Drop. Automatisieren Sie Geschäftsprozesse und Integrationen wie EDI Datenimport / Export oder eine einmalige Daten-Migration.

Wir unterstützen Datenformate wie CSV, Excel (XLS/XLSX), XML oder JSON und ermöglichen auch HTTP-Konnektoren zu REST- oder GraphQL-APIs. Kunden nutzen es auch für Auswertungen, ETL-Aufgaben oder Feed-Optimierung.
Unser No Code Flow-Editor und unsere Low Code Scripting Tools ermöglichen kreative Anpassungen für jede Art von Integration.

Zum Add-On

Inputs

Das sind die Optionen, mit denen man den Step konfigurieren kann.

Name Datentyp Beschreibung Pflichtfeld Werte
account ACCOUNT Ja
input SPREADSHEET Ja Standardwert:
mappingdefinition STRING The mapping definition JSON String Ja
Folgende Felder sind zu konfigurieren:

Feld Beschreibung Datentyp Pflichtfeld Standardwert
sku The Stock-Keeping Unit is a unique, alphanumeric identifier that is used to track inventory. Text Ja
name The product name appears in all product listings, and is the name that customers use to identify the product. Text Ja
description The product description provides detailed information about the product. Text
short_description The use of the short product description depends on the theme. It might appear in product listings and is sometimes used in RSS feed listings sent to shopping sites. Text
price The price that the product is offered for sale in your store. Text Ja
quantity The quantity of the product that is currently in stock. Text
is_in_stock Indicates if the product is in stock.
Erlaubte Werte anzeigen
  • true (true)
  • false (false)
Text
tax_class_id Tax classes are used in calculations to determine the correct tax rate is applied in the shopping cart. When you create product, it is assigned to a specific tax class. For example, food might not be taxed, or be taxed at a different rate. Text
attribute_set_id Attribute set id assigns the product to a specific attribute set or product template, according to product type. Once the product is created, the attribute set cannot be changed. If the attribute set id is not assigned, the default value is set to default (4). Text
product_online Determines if the product is available for sale in the store (enable product). Values: 1 (Yes) The product is enabled, and available for sale. 2 (No) The product is disabled, and is not available for sale.
Erlaubte Werte anzeigen
  • online (1)
  • offline (2)
Text
visibility Determines if the product is visible in the catalog, and made available for search. Values: 1 - Not Visible Individually.The product is not included in product listings, although it might be available as a variation of another product. 2 - Catalog. The product appears in all catalog listings. 3 - Search.The product is available for search operations. 4 - Catalog, Search. The product is included in catalog listings and is also available for search.
Erlaubte Werte anzeigen
  • not visible (1)
  • catalog only (2)
  • search only (3)
  • catalog and search (4)
Text
weight The weight of the individual product. Dezimalzahl
meta_title The meta title appears in the title bar and tab of the browser and search results lists. The meta title should be unique to the product, incorporate high-value keywords, and be less than 70 characters in length. Text
meta_keywords Meta keywords are visible only to search engines, and are ignored by some search engines. Choose high-value keywords, separated by a comma. For example: keyword1,keyword2,keyword3. Text
meta_description Meta descriptions provide a brief overview of the product for search results listings. Ideally, a meta description should be between 150-160 characters in length, although the field accepts up to 255 characters. Text
category_ids Comma separated list of the catagory id's where the products has to be assigned (e.g. 10,37). Text
Limit STRING Limit of rows to be sent. The default value is 5. Enter a corresponding high number to sent all rows. Ja Standardwert: 5

Outputs

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

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

Feld Beschreibung Datentyp Pflichtfeld Standardwert
identifier Text
sku Text
name Text
id Text
invalidItems SPREADSHEET
failedItems SPREADSHEET
Folgende Felder sind im Output enthalten:

Feld Beschreibung Datentyp Pflichtfeld Standardwert
identifier Text
sku Text
name Text
host Text
statusCodeAndMessage Text
requestBody Text
responseContent Text

Hilfe oder Projektsupport gewünscht?

Wenn Sie Hilfe bei der Einrichtung dieses Steps benötigen oder ein Projekt umsetzen wollen, dann unterstützen Sie unsere verifizierten Partner. Partner finden

Magento2CreateSimpleProducts wird oft in Verbindung mit folgenden Steps verwendet:

Name Version Beschreibung Anwendungsfall
SpreadsheetAppend Step SpreadsheetAppend
SpreadsheetAppend
- Fügt mehrere Spreadsheets zusammen.
TextHTMLWriter Step TextHTMLWriter
TextHTMLWriter
- Dieser Step erzeugt einen Text (STRING). Sie können damit HTML, Klartext, XML und andere textuelle Ausgabeformate erstellen. Sie können Freemarker verwenden, um die Ausgabe dynamisch zu generieren (siehe Freemarker Manual). Die Template-Sprache ermöglicht es Ihnen, die Ausgaben vorheriger Steps zur Erzeugung einer dynamischeren Ausgabe zu verwenden.
Dateien , XML Daten , JSON Daten , Nachrichten , Reports / Auswertungen
ExcelWriter Step ExcelWriter
ExcelWriter
- Kann ein SPREADSHEET in eine Excel-Datei schreiben.
Dateien
DatastoreWriter Step DatastoreWriter
DatastoreWriter
- Importiert Daten eines Spreadsheets in einen Datatstore.

Weitere Steps in Magento 2


Name Version Beschreibung Anwendungsfall
Magento2CreateSimpleProducts Step Magento2CreateSimpleProducts
Magento2CreateSimpleProducts
-

Creates products of typ "Simple Product" in Magento 2.

Produktdaten übertragen oder aktualisieren
Magento2CreateShipmentWithTrackingInfo Step Magento2CreateShipmentWithTrackingInfo
Magento2CreateShipmentWithTrackingInfo
-

This step creates a new shipment including tracking information for given orders. Please note that all products of an order are assigned to this new shipment. Partial shipment is not supported by this step.

Tracking / Versanddaten übertragen oder aktualisieren
Magento2AssignProductLinks Step Magento2AssignProductLinks
Magento2AssignProductLinks
-

Assigns products to a SKU as cross-sell, up-sell or related.

Produktdaten übertragen oder aktualisieren
Magento2GetProducts Step Magento2GetProducts
Magento2GetProducts
-

Retrieve a list of products from Magento 2.

Produktdaten abrufen / auslesen
Magento2GetOrders Step Magento2GetOrders
Magento2GetOrders
-

Retrieve order data from Magento 2.

Bestellungen bzw. Auftragsdaten abrufen / auslesen
Magento2GetProducts Step Magento2GetProducts (ext. Version: Version 2.0)
Magento2GetProducts (ext. Version: Version 2.0)
Version 2.0 Retrieve a list of products from Magento 2.
Magento2GetCategories Step Magento2GetCategories
Magento2GetCategories
-

Retrieves a list of category information from Magento 2.

Produktdaten abrufen / auslesen
Magento2GetUserDefinedAttributes Step Magento2GetUserDefinedAttributes
Magento2GetUserDefinedAttributes
-

Retrieves a list of user defined attributes from Magento 2.

Produktdaten abrufen / auslesen
Magento2SetStockQuantity Step Magento2SetStockQuantity
Magento2SetStockQuantity
-

Set stock quantity and stock status on products.

Bestand / Verfügbarkeit übertragen oder aktualisieren
Magento2AddImagesToProductsSEO Step Magento2AddImagesToProductsSEO (ext. Version: V1)
Magento2AddImagesToProductsSEO (ext. Version: V1)
V1

Uploads JPEG or PNG images to products including user defined information for SEO (image label, image file name and image name).

Produktdaten übertragen oder aktualisieren , Bilder übertragen oder aktualisieren
Magento2SetOrderStatus Step Magento2SetOrderStatus
Magento2SetOrderStatus
-

This step sets the status of an order by adding a comment (optional) to the order. This is the same as the function Notes for this Order on the order detail level in the Magento backend.

Bestellungen bzw. Auftragsdaten übertragen oder aktualisieren
Magento2GetStoreViewInformation Step Magento2GetStoreViewInformation
Magento2GetStoreViewInformation
-

Retrieve store view information from Magento 2.

Reports / Auswertungen abrufen / auslesen
Magento2AddImagesToProducts Step Magento2AddImagesToProducts
Magento2AddImagesToProducts
-

Assigns images to the products.

Produktdaten übertragen oder aktualisieren
Magento2UpdateProducts Step Magento2UpdateProducts
Magento2UpdateProducts
-

This step updates product data like name, description, price, quantity,status and meta information.

Produktdaten übertragen oder aktualisieren , Bestand / Verfügbarkeit übertragen oder aktualisieren , Preise übertragen oder aktualisieren