Skip to content

ShopwareSearchOrders - Shopware

Version: 6.5.x

← Shopware Add-On Übersicht

Dieser Step ruft Bestellungen 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 Bestellungen. Leer für unbegrenzt.Nein
orderNumberSTRINGDieser Filter schränkt das Ergebnis auf die Bestellung mit der angegebenen Nummer ein.Nein
orderIdSTRINGDieser Filter schränkt das Ergebnis auf die Bestellung mit der angegebenen ID ein.Nein
salesChannelIdSTRINGLISTDieser Filter schränkt das Ergebnis auf Bestellungen des gewählten Verkaufskanals ein. Wenn kein Wert ausgewählt ist, werden alle Kanäle abgerufen.Nein
orderStatusIdSTRINGLISTDieser Filter schränkt das Ergebnis auf Bestellungen mit diesem Bestellstatus ein. Wenn kein Wert ausgewählt ist, werden alle Status abgerufen.Nein
paymentIdSTRINGLISTDieser Filter schränkt das Ergebnis auf Bestellungen mit diesem Zahlungsstatus ein. Wenn kein Wert ausgewählt ist, werden alle Status abgerufen.Nein
deliveryIdSTRINGLISTDieser Filter schränkt das Ergebnis auf Bestellungen mit diesem Lieferstatus ein. Wenn kein Wert ausgewählt ist, werden alle Status abgerufen.Nein
autoIncrementFromNUMBERVerwenden Sie diesen Filter, um alle Aufträge mit einer AutoIncrement-ID zu erhalten, die gleich oder größer als dieser Wert ist.Nein
autoIncrementToNUMBERVerwenden Sie diesen Filter, um alle Aufträge mit einer AutoIncrement-ID zu erhalten, die gleich oder kleiner als dieser Wert ist.Nein
createdFromDATETIMEVerwenden Sie diesen Filter, um Aufträge zu abzurufen, die nach diesem Datum erstellt wurden, z.B. 2020-03-27 00:00.Nein
createdToDATETIMEVerwenden Sie diesen Filter, um Aufträge zu abzurufen, die vor diesem Datum erstellt wurden, z.B. 2020-03-28 00:00.Nein
updatedFromDATETIMEVerwenden Sie diesen Filter, um Aufträge zu abzurufen, die nach diesem Datum aktualisiert wurden, z.B. 2020-03-27 00:00.Nein
updatedToDATETIMEVerwenden Sie diesen Filter, um Aufträge zu abzurufen, die vor diesem Datum aktualisiert wurden, z.B. 2020-03-28 00:00.Nein
deliveriesUpdatedFromDATETIMEVerwenden Sie diesen Filter, um Aufträge zu abzurufen, deren Lieferdatum nach diesem Datum aktualisiert wurden, z.B. 2020-03-28 00:00.Nein
deliveriesUpdatedToDATETIMEVerwenden Sie diesen Filter, um Aufträge zu abzurufen, deren Lieferdatum vor diesem Datum aktualisiert wurden, z.B. 2020-03-28 00:00.Nein
transactionsUpdatedFromDATETIMEVerwenden Sie diesen Filter, um Aufträge zu abzurufen, deren Zahlungen nach diesem Datum aktualisiert wurden, z.B. 2020-03-28 00:00.Nein
transactionsUpdatedToDATETIMEVerwenden Sie diesen Filter, um Aufträge zu abzurufen, deren Zahlungen vor diesem Datum aktualisiert wurden, z.B. 2020-03-28 00:00.Nein
enablePaymentMethodDetailsSTRINGSollen Details zur Zahlungsart abgerufen werden?Nein
  • Ja
  • Nein
sortBySTRINGGibt an, welches Feld für die Sortierung verwendet wird.Nein
  • Bestell-Id
  • Bestellnummer
  • Bestelldatum
  • Erstellungsdatum
  • Aktualisierungsdatum
sortOrderSTRINGGibt an, ob die Sortierung aufsteigend oder absteigend erfolgen soll.Nein
  • Absteigend
  • Aufsteigend

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 Bestellungen
Folgende Felder sind im Output enthalten:

FeldDatentypBeschreibungStandardwert
identifierSINGLEThe identifier column to import Spreadsheet into a Datastore.
IdSINGLEUnique identity of order.
OrderNumberSINGLEUnique number associated with every order.
AutoIncrementSINGLEInternal field.
OrderDateTimeSINGLETimestamp when the order was placed.
BillingAddressIdSINGLEUnique identity of address.
BillingAddressCountryIdSINGLEUnique identity of country.
BillingAddressCountryStateIdSINGLEUnique identity of state.
BillingAddressSalutationIdSINGLEUnique identity of salutation.
BillingAddressFirstNameSINGLEFirst name of the customer.
BillingAddressLastNameSINGLELast name of the customer.
BillingAddressStreetSINGLEStreet address.
BillingAddressZipcodeSINGLEZip code of the country.
BillingAddressCitySINGLEName of the city.
BillingAddressCompanySINGLEName of the company.
BillingAddressDepartmentSINGLEName of the department.
BillingAddressTitleSINGLETitle name given to customer like DR., Prof., etc.
BillingAddressVatIdSINGLEUnique identity of VAT.
BillingAddressPhoneNumberSINGLEPhone number of the customer.
BillingAddressAdditionalAddressLine1SINGLEAdditional address input if necessary.
BillingAddressAdditionalAddressLine2SINGLEAdditional address input if necessary.
BillingAddressCreatedAtSINGLECreated at timestamp.
BillingAddressUpdatedAtSINGLELast updated timestamp.
ShippingAddressIdSINGLEUnique identity of address.
ShippingAddressCountryIdSINGLEUnique identity of country.
ShippingAddressCountryStateIdSINGLEUnique identity of state.
ShippingAddressSalutationIdSINGLEUnique identity of salutation.
ShippingAddressFirstNameSINGLEFirst name of the customer.
ShippingAddressLastNameSINGLELast name of the customer.
ShippingAddressStreetSINGLEStreet address.
ShippingAddressZipcodeSINGLEZip code of the country.
ShippingAddressCitySINGLEName of the city.
ShippingAddressCompanySINGLEName of the company.
ShippingAddressDepartmentSINGLEName of the department.
ShippingAddressTitleSINGLETitle name given to customer like DR., Prof., etc.
ShippingAddressVatIdSINGLEUnique identity of VAT.
ShippingAddressPhoneNumberSINGLEPhone number of the customer.
ShippingAddressAdditionalAddressLine1SINGLEAdditional address input if necessary.
ShippingAddressAdditionalAddressLine2SINGLEAdditional address input if necessary.
ShippingAddressCreatedAtSINGLECreated at timestamp.
ShippingAddressUpdatedAtSINGLELast updated timestamp.
CurrencyIdSINGLEUnique identity of the currency.
CurrencyFactorSINGLERate at which currency is exchanged.
LanguageIdSINGLEUnique identity of language.
SalesChannelIdSINGLEUnique identity of the sales channel.
PriceNetPriceSINGLE
PricePositionPriceSINGLE
PriceTotalPriceSINGLE
PriceRawTotalSINGLE
PriceTaxStatusSINGLE
PriceTaxRulesTaxRateSINGLE
PriceTaxRulesPercentageSINGLE
PriceCalculatedTaxTaxSINGLE
PriceCalculatedTaxTaxRateSINGLE
PriceCalculatedTaxPriceSINGLE
AffiliateCodeSINGLEAn affiliate code is an identification option with which website operators can mark outgoing links.
AmountTotalSINGLEGross price of the order.
AmountNetSINGLENet price of the order.
PositionPriceSINGLEPrice of each line item in the cart multiplied by its quantity excluding charges like shipping cost, rules, taxes etc.
TaxStatusSINGLETaxStatus takes Free, Net or Gross as values.
DeepLinkCodeSINGLEIt is a generated special code linked to email. It is used to access orders placed by guest customers.
CampaignCodeSINGLEA campaign code is the globally unique identifier for a campaign.
SourceSINGLESource of orders either via normal order placement or subscriptions.
CreatedByIdSINGLEUnique identity of createdBy.
CreatedAtSINGLECreated at timestamp.
UpdatedAtSINGLELast updated timestamp.
UpdatedByIdSINGLEUnique identity of updatedBy.
VersionIdSINGLEUnique identity of order version.
ShippingCostUnitPriceSINGLE
ShippingCostTotalPriceSINGLE
ShippingCostQuantitySINGLE
ShippingCostCalculatedTaxesTaxSINGLE
ShippingCostCalculatedTaxesTaxRateSINGLE
ShippingCostCalculatedTaxesPriceSINGLE
ShippingCostTaxRulesTaxRateSINGLE
ShippingCostTaxRulesPercentageSINGLE
CustomFieldsMAP
StateIdSINGLE
StateNameSINGLE
StateTechnicalNameSINGLE
StateStateMachineIdSINGLE
StateCreatedAtSINGLE
StateUpdatedAtSINGLE
CustomerIdSINGLEUnique identity of order customer.
CustomerEmailSINGLEEmail address of the customer.
CustomerSalutationIdSINGLEUnique identity of salutation.
CustomerFirstNameSINGLEFirst name of the customer.
CustomerLastNameSINGLELast name of the customer.
CustomerTitleSINGLETitle name given to the customer like Dr, prof. etc.
CustomerCompanySINGLEName of the company.
CustomerCustomerNumberSINGLEUnique number assigned to the customer.
CustomerCustomerIdSINGLEUnique identity of customer.
CustomerVatIdsMULTIPLEVALUEUnique identity of VAT.
CustomerCreatedAtSINGLE
CustomerUpdatedAtSINGLE
CustomerCommentSINGLE
InternalCommentSINGLE
TransactionsIdSINGLE
TransactionsPaymentMethodIdSINGLE
TransactionsPaymentMethodSINGLE
TransactionsPaymentMethodPluginIdSINGLE
TransactionsPaymentMethodNameSINGLE
TransactionsPaymentMethodDescriptionSINGLE
TransactionsPaymentMethodPositionSINGLE
TransactionsPaymentMethodActiveSINGLE
TransactionsPaymentMethodAfterOrderEnabledSINGLE
TransactionsPaymentMethodPluginSINGLE
TransactionsPaymentMethodSalesChannelDefaultAssignmentsSINGLE
TransactionsPaymentMethodAvailabilityRuleSINGLE
TransactionsPaymentMethodAvailabilityRuleIdSINGLE
TransactionsPaymentMethodVersionIdSINGLE
TransactionsCreatedAtSINGLE
TransactionsUpdatedAtSINGLE
TransactionsStateIdSINGLE
TransactionsStateNameSINGLE
TransactionsStateTechnicalNameSINGLE
TransactionsStateStateMachineIdSINGLE
TransactionsStateCreatedAtSINGLE
TransactionsStateUpdatedAtSINGLE
TransactionsCustomFieldsMAP
DeliveriesIdSINGLEUnique identity of Order's delivery.
DeliveriesShippingOrderAddressIdSINGLEUnique identity of order's shipping address.
DeliveriesShippingMethodIdSINGLEUnique identity of shipping method.
DeliveriesTrackingCodesMULTIPLEVALUEThe delivery tracking codes as semicolon separated list.
DeliveriesCreatedAtSINGLE
DeliveriesUpdatedAtSINGLE
DeliveriesStateIdSINGLE
DeliveriesStateNameSINGLE
DeliveriesStateTechnicalNameSINGLE
DeliveriesStateStateMachineIdSINGLE
DeliveriesStateCreatedAtSINGLE
DeliveriesStateUpdatedAtSINGLE
DeliveriesShippingDateEarliestSINGLE
DeliveriesShippingDateLatestSINGLE
ItemDatastoreIdentifierSINGLE
ItemIdSINGLEUnique identity of OrderLineItem.
ItemTypeSINGLEType refers to the entity type of an item whether it is product or promotion for instance.
parent_identifierSINGLEThe parent_identifier column to import Spreadsheet into a Datastore.
ItemOrderIdSINGLEUnique identity of order.
ItemPositionSINGLEPosition of line items placed in an order.
ItemIdentifierSINGLEIt is a unique identity of an item in cart before its converted to an order.
ItemProductIdSINGLEUnique identity of product.
ItemReferencedIdSINGLEUnique identity of type of entity.
ItemQuantitySINGLENumber of items of product.
ItemLabelSINGLEIt is a typical product name given to the line item.
ItemDescriptionSINGLEDescription of line items in an order.
ItemGoodSINGLEWhen set to true, it indicates the line item is physical else it is virtual.
ItemRemovableSINGLEAllows the line item to be removable from the cart when set to true.
ItemCoverIdSINGLEUnique identity of cover image.
ItemStackableSINGLEAllows to change the quantity of the line item when set to true.
ItemPriceUnitPriceSINGLEPrice of product per item (where, quantity=1).
ItemPriceQuantitySINGLENumber of items of each product.
ItemPriceTotalPriceSINGLECost of product based on quantity.
ItemPriceTaxRulesTaxRateSINGLE
ItemPriceTaxRulesPercentageSINGLE
ItemPriceCalculatedTaxesTaxSINGLE
ItemPriceCalculatedTaxesTaxRateSINGLE
ItemPriceCalculatedTaxesPriceSINGLE
ItemPriceListPriceSINGLE
ItemPriceListPricePriceSINGLEList Price of each line item.
ItemPriceListPriceDiscountSINGLEAbsolute discount on each line item.
ItemPriceListPricePercentageSINGLEDiscount in percentage.
ItemPriceIsCalculatedSINGLE
ItemPriceDefinitionPriceSINGLE
ItemPriceDefinitionQuantitySINGLE
ItemPriceDefinitionIsCalculatedSINGLE
ItemPriceDefinitionPrecisionSINGLE
ItemPriceDefinitionTypeSINGLE
ItemPayloadProductNumberSINGLE
ItemPayloadProductIdSINGLE
ItemPayloadAddBackToStockSINGLE
ItemPayloadCreditedSINGLE
ItemCustomFieldsMAP
ItemCreatedAtSINGLE
ItemUpdatedAtSINGLE