Skip to content

ShopwareGetProducts - Shopware

Version: 6.4.0.0 - 6.4.20.x

← Shopware Add-On Übersicht

Dieser Step ruft Artikel/Produkte und Varianten aus einem Shopware 6 Shop ab.


Inputs

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

NameDatentypBeschreibungPflichtfeldWerte
accountACCOUNTIhre Shopware 6 VerbindungJa
limitSTRINGBegrenzen Sie die Anzahl der abgerufen Artikel/Varianten. Leer für unbegrenzt.Nein
modeSTRINGWählen sie einen Modus aus um die abgerufenen Produktdaten einzuschränken: Nur Lagerbestands- und Preisdaten - holt nur IDs, Bestands- und Preisinformationen ab. Alle Produktdaten - Ruft alle Felder der Produkte ab. Dies dauert viel länger und benötigt mehr Traffic. Zusätzliche Objekte können in der Auswahl "Zusätzliche Felder" ausgewählt werden.Nein
  • Alle Produktdaten
  • Nur Lagerbestands- und Preisdaten
additionalFieldsSTRINGLISTWählen sie hier aus, welche zusätzlichen Informationen abgerufen werden sollen. Die Felder im Ergebnis SPREADSHEET sind vorhanden aber leer falls diese nicht ausgewählt sind.Nein
  • Hersteller
  • Kategorien
  • Erweiterte Preise
  • Einheit
  • Optionen
  • Eigenschaften
  • Sichtbarkeiten
  • Bilder und Medien
  • Tag Namen
  • Konfigurationseinstellungen
activeSTRINGVerwenden sie diesen Filter, um das Ergebnis auf aktive oder inaktive Artikel zu beschränkenNein
  • Alle
  • Nur aktive Artikel
  • Nur inaktive Artikel
markAsTopsellerSTRINGVerwenden sie diesen Filter, um das Ergebnis auf Topseller ("Produkt hervorheben" ) zu beschränken oder diese auszuschließenNein
  • Alle
  • Nur Topseller
  • Ohne Topseller
createdFromDATETIMEVerwenden Sie dieses Datum, um Produkte zu filtern, die später erstellt wurden. Leer lassen, um alle Produkte zu erhalten.Nein
createdToDATETIMEVerwenden Sie dieses Datum, um Produkte zu filtern, die früher erstellt wurden. Leer lassen, um alle Produkte zu erhalten.Nein
updatedFromDATETIMEVerwenden Sie dieses Datum, um Produkte zu filtern, die später aktualisiert wurden, 2014-02-27 00:00Nein
updatedToDATETIMEVerwenden Sie dieses Datum, um Produkte zu filtern, die vorher aktualisiert wurden, z.B. 2014-02-28 00:00Nein
productIdSTRINGDieser Filter schränkt das Ergebnis auf den Artikel mit dieser Produkt ID einNein
productNumberSTRINGDieser Filter schränkt das Ergebnis auf den Artikel mit dieser Produkt Nummer einNein
productNumberFilterTypeSTRINGTyp des Produktnummernfilters. Exakter Vergleich: Genaue Übereinstimmung mit der angegebenen Produktnummer | Enthält: Die Produktnummer enthält den angegebenen Wert | Präfix: Die Produktnummer beginnt mit dem angegebenen Wert | Suffix: Die Produktnummer endet mit dem angegebenen Wert (siehe https://developer.shopware.com/docs/resources/references/core-reference/dal-reference/filters-reference)Nein
  • Exakter Vergleich
  • Enthält
  • Präfix
  • Suffix
typeSTRINGVerwenden sie diesen Filter, um das Ergebnis auf diesen Produkt-Typ zu beschränken.Nein
  • Produkte und Varianten
  • Einzelartikel and Hauptvarianten
  • Nur Varianten
  • Nur Einzelartikel
  • Nur Hauptvarianten
manufacturerIdSTRINGDieser Filter schränkt das Ergebnis auf Artikel mit dieser Hersteller ID einNein

Outputs

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

NameDatentypBeschreibungWerte
resultSPREADSHEETDas Ergebnis SPREADSHEET mit den abgerufenen Produkten und Varianten
Folgende Felder sind im Output enthalten:

FeldDatentypBeschreibungStandardwert
TypeSINGLEType of product.
identifierSINGLEThe identifier column to import Spreadsheet into a Datastore.
IdSINGLEUnique identity of the product.
parent_identifierSINGLEThe parent_identifier column to import Spreadsheet into a Datastore.
ParentIdSINGLEUnique identity of the parent product (MainVariant).
ChildCountSINGLENumber of variants the product has.
ProductNumberSINGLEUnique number assigned to individual products. Define rules for automatic assignment of every product creation as per your number range.
NameSINGLEName of the product.
MetaTitleSINGLEA page title indexed by search engines and appears in search results listings.
MetaDescriptionSINGLEA short description of the product for search results listings.
DescriptionSINGLEDescription of the product.
KeywordsSINGLEKeywords that give additional information about the Product.
AdditionalTextSINGLE(depracated) AdditonalText is not used anymore. The column will be remove in a future version of this Step.
ActiveSINGLEIf true, the products are available for selection in the storefront for purchase.
MarkAsTopsellerSINGLEIndicates weather the product is top seller or not.
CoverIdSINGLEUnique identity of a ProductMedia item used as product cover.
CoverUrlSINGLEUrl of cover image.
ImageUrlsMULTIPLEVALUEA list of image URLs (media type = image)
MediaIdsMULTIPLEVALUEA list of product media Ids
MediaUrlsMULTIPLEVALUEA list of the URLs of all product media (including images)
PriceGrossSINGLEThe gross price value.
PriceNetSINGLEThe net price value
PriceLinkedSINGLEIf true, the net and gross value is linkedtrue
PriceListPriceGrossSINGLEThe gross list price value.
PriceListPriceNetSINGLEThe net list price value.
PriceListPriceLinkedSINGLEIf true, the net list price and gross list price is linked
PriceRegulationPriceGrossSINGLEThe gross regulation price value.
PriceRegulationPriceNetSINGLEThe net regulation price value.
PriceRegulationPriceLinkedSINGLEIf true, the net regulation price and gross regulation price is linked
PurchasePriceSINGLE(depracated) Purchase price (gross) of default currency.
PurchasePriceGrossSINGLEThe gross price value.
PurchasePriceNetSINGLEThe net price value
PurchasePriceLinkedSINGLEIf true, the net and gross value is linkedtrue
DefaultCurrencyIdSINGLEUnique identity of currency.
DefaultCurrencyNameSINGLEFull name of the currency. For example, US-Dollar.
DefaultCurrencyIsoCodeSINGLEStandard international three digit code to represent currency. For example, USD.
TaxIdSINGLEUnique identity of tax.
TaxRateSINGLERate of tax.
TaxNameSINGLEName defined for a Tax.
StockSINGLEIndicates the number of products available.
AvailableStockSINGLEIndicates the number of products still available. This value results from the stock minus the open orders.
AvailableSINGLEIndicates weather the product is available or not.
DisplayInListingSINGLE(depracated) This column is not used anymore and will be removed in future version of this step.
DeliveryTimeIdSINGLEUnique identity of delivery time.
RestockTimeSINGLEThe restock time in days indicates how long it will take until a sold out item is back in stock.
ShippingFreeSINGLEIndicates weather the shipping price is free or not.
MinPurchaseSINGLEMinimum number of items that can be purchased.
PurchaseStepsSINGLESpecifies the scales in which the item is to be offered. For example, a scale of 2 means that your customers can purchase 2, 4, 6 products, etc., but not 1, 3 or 5.
MaxPurchaseSINGLEMaximum number of items that can be purchased.
IsCloseoutSINGLEWhen the value is set to true, the product is hidden when sold out.
ReleaseDateSINGLEThe release date of a product or product model. This can be used to distinguish the exact variant of a product.
EANSINGLEIndicates EAN of the product.
ManufacturerNumberSINGLEUnique number that describes the manufacturer.
ManufacturerIdSINGLEUnique identity of the manufacturer.
ManufacturerMediaIdSINGLEUnique identity of the media.
ManufacturerLinkSINGLEURL of the manufacturer's portal.
ManufacturerNameSINGLEName of the product manufacturer.
ManufacturerDescriptionSINGLEA detailed description of product manufacturer.
WidthSINGLEThe width of the product.
HeightSINGLEThe height of the product.
LengthSINGLEThe length of the product.
WeightSINGLEThe weight of the product.
PurchaseUnitSINGLEQuantity of the item purchased. For example, 500ml, 2kg, etc.
UnitIdSINGLEUnique identity of the unit.
UnitShortCodeSINGLEShort name for unit, e.g., m, kg.
UnitNameSINGLEFull name of the unit, e.g., Meter, kilogram.
PackUnitSINGLEType of packing. For example, bottle, tin, crate, etc.
ReferenceUnitSINGLEPrice of purchased item calculated as per the reference unit. Say, you bought 500ml of milk and the price is calculated in reference to 1000ml.
ProductIdSINGLEUnique identity of the product.
CustomFieldsMAP
CustomFieldsJSONMAPCustom fields as JSON-Map.
CategoryTreeIdsMULTIPLEVALUE
CategoryBreadcrumbsMULTIPLEVALUE
CategoryNamesMULTIPLEVALUE
VisibilitySaleschannelIdsMULTIPLEVALUE
PropertyIdsMULTIPLEVALUE
PropertyNamesMapMAP
OptionIdsMULTIPLEVALUE
OptionNamesMapMAP
TagIdsMULTIPLEVALUE
TagNamesMULTIPLEVALUE
BlacklistIdsMULTIPLEVALUE
WhitelistIdsMULTIPLEVALUE
AdvancedPricesGrossMAPAdvanced pricing (gross) as map, e.g. ruleId1=11;ruleId2=13.20
AdvancedPricesNetMAPAdvanced pricing (net) as map, e.g. ruleId1=11;ruleId2=13.20
AdvancedPricesListPriceGrossMAPAdvanced pricing (gross list price) as map, e.g. ruleId1=11;ruleId2=13.20
AdvancedPricesListPriceNetMAPAdvanced pricing (net list price) as map, e.g. ruleId1=11;ruleId2=13.20
ConfiguratorSettingsIdOptionIdMapMAPMap of configurator settings ids and optionId (id1=optionId1;id2=optionId2,...).
ConfiguratorSettingsOptionPriceGrossMapMAPConfigurator settings (option id=price gross ) as map, e.g. option1=11.00;option2=13.20
ConfiguratorSettingsOptionPriceNetMapMAPConfigurator settings (option id=price net ) as map, e.g. option1=11.00;option2=13.20
CreatedAtSINGLE
UpdatedAtSINGLE
VersionIdSINGLEUnique identity of the product's version.
ParentVersionIdSINGLEUnique identity of the parent product's version.