integration_documentation:plugin:en:integration:shopware_6:export_information

integration_documentation:plugin:en:integration:shopware_6:export_information

This is an old revision of the document!


Shopware 6 Export Information

Overview of Shopware 6 product data which is considered for the Findologic XML export.

Item Short Description In export Reason
<item id=""> Internal Shopware UUID Yes
<ordernumbers> Contains product number, EAN and manufacturer numbers Yes
<name> Translated product name Yes
<summaries> Short description No* Not available
<description> Long description Yes
<prices> Lowest price of the product and all its variants Yes
<urls> URL to the product detail page Yes
<images> Images assigned to the product Yes
<keywords> Translated configured product Search keywords Yes
<usergroups> Customer groups which are allowed to see this product Yes
<bonuses> Bonus value to rank certain products higher than others No* Not available
<salesfrequency> Amount of sold items of this product Yes
<dateAdded> Creation date Yes
<sorts> Value for custom sorting of search results No* Not available
<attributes> Assigned categories, vendors, variation properties and custom fields Yes
<properties> Additional product details such as packunit, stock, weight, width, old prices, etc. Yes

Extendability

Please note that fields, which are not exported by default, can be adapted by an agency, using the Shopware 6 extension plugin.

Products are only exported, when Shopware would show them on a search or category result page. The plugin internally uses constraints by Shopware, which restricts all products from being exported, if they are not available by Shopware.

The following criteria must be met:

  • Product must be active.
  • Product must have at least one category assigned.
  • Product must have the sales channel assigned, which the configured shopkey is assigned to.
All issues related to the export, are logged inside of the plugin log file, which can be found in

<shopware-root>/var/log/findologic_finsearch_<environment>-<date-time>.log

When a product is missing in the export, you can also use the export parameter productId, which will contain all reasons, why the specific product couldn't be exported.

Example: https://your-shop.com/findologic?shopkey=your-shopkey&productId=missing-product-id

Item

The id of the item is the Shopware UUID of the product. This UUID is only visible in the URL, when editing products in the admin interface.

Ordernumbers

The ordernumbers field contains the product number, EAN and manufacturer of the product, and all its variants.

https://docs.findologic.com/lib/exe/fetch.php?media=integration_documentation:plugin:en:integration:shopware_6:shopware6_export_ordernumber.png

https://docs.findologic.com/lib/exe/fetch.php?media=integration_documentation:plugin:en:integration:shopware_6:shopware6_export_ean_manufacturer.png

Name

Product title, based on the exported language.

https://docs.findologic.com/lib/exe/fetch.php?media=integration_documentation:plugin:en:integration:shopware_6:shopware6_export_product_name.png

Description

Product description, based on the exported language.

https://docs.findologic.com/lib/exe/fetch.php?media=integration_documentation:plugin:en:integration:shopware_6:shopware6_export_product_description.png

Prices

Contains the lowest calculated price of the product and all its variants. This includes normal pricing, as well as advanced pricing.

https://docs.findologic.com/lib/exe/fetch.php?media=integration_documentation:plugin:en:integration:shopware_6:shopware6_export_simple_prices.png

https://docs.findologic.com/lib/exe/fetch.php?media=integration_documentation:plugin:en:integration:shopware_6:shopware6_export_advanced_prices.png

Urls

SEO URL to the product detail page.

https://docs.findologic.com/lib/exe/fetch.php?media=integration_documentation:plugin:en:integration:shopware_6:shopware6_export_urls.png

Images

Configured cover image. In case there is no cover image, the first available image is taken instead. When the main product does not have any images, the images of the variants are taken instead.

https://docs.findologic.com/lib/exe/fetch.php?media=integration_documentation:plugin:en:integration:shopware_6:shopware6_export_images.png

Please note that the exported images will use the thumbnails to be generated. The first available size, which is at least 600px will be used for this.

See configuration in Content > Media > Product Media > Thumbnails:

https://docs.findologic.com/lib/exe/fetch.php?media=integration_documentation:plugin:en:integration:shopware_6:shopware6_export_images_config.png

Keywords

Configured product search keywords. https://docs.findologic.com/lib/exe/fetch.php?media=integration_documentation:plugin:en:integration:shopware_6:shopware6_export_tags.png

Using Shopware 6 plugin version 2.5.0 or lower, Tags are exported instead.

https://docs.findologic.com/lib/exe/fetch.php?media=integration_documentation:plugin:en:integration:shopware_6:shopware6_export_keywords.png

Usergroups

Contains all available customer groups.

See configuration at Settings > Customer groups.

https://docs.findologic.com/lib/exe/fetch.php?media=integration_documentation:plugin:en:integration:shopware_6:shopware6_export_customer_groups.png

Salesfrequency

Amount of sold items of this product in the last month.

DateAdded

Creation date of this product.

Attributes

Attributes will be used as filters. Attribute data is coming from

  • All assigned categories, as well as categories with a linked Dynamic Product Group. Internal attribute name is cat and cat_url.
  • Assigned manufacturer. Internal attribute name is vendor.
  • Assigned properties. Note that all properties must have the setting "Display in product filter" enabled. Properties which don't have it enabled are exported in <properties>. Internal attribute name is the group name of the property.
  • Assigned custom fields. Internal attribute name is the name of the custom field.
  • Shipping free and rating are exported as internal attribute names shipping_free and rating.

https://docs.findologic.com/lib/exe/fetch.php?media=integration_documentation:plugin:en:integration:shopware_6:shopware6_export_attributes_cat.png

https://docs.findologic.com/lib/exe/fetch.php?media=integration_documentation:plugin:en:integration:shopware_6:shopware6_export_attributes_vendor.png

https://docs.findologic.com/lib/exe/fetch.php?media=integration_documentation:plugin:en:integration:shopware_6:shopware6_export_attributes_properties.png

https://docs.findologic.com/lib/exe/fetch.php?media=integration_documentation:plugin:en:integration:shopware_6:shopware6_export_attributes_properties_config.png

https://docs.findologic.com/lib/exe/fetch.php?media=integration_documentation:plugin:en:integration:shopware_6:shopware6_export_attributes_custom_fields.png

https://docs.findologic.com/lib/exe/fetch.php?media=integration_documentation:plugin:en:integration:shopware_6:shopware6_export_attributes_free_shipping.png

https://docs.findologic.com/lib/exe/fetch.php?media=integration_documentation:plugin:en:integration:shopware_6:shopware6_export_attributes_rating.png

Properties

  • tax
  • latestdeliverydate
  • earliestdeliverydate
  • purchaseunit
  • referenceunit
  • packunit
  • stock
  • availableStock
  • weight
  • width
  • height
  • length
  • releasedate
  • vendorlogo
  • old_price/old_price_net
  • product_promotion

https://docs.findologic.com/lib/exe/fetch.php?media=integration_documentation:plugin:en:integration:shopware_6:shopware6_export_properties.png

https://docs.findologic.com/lib/exe/fetch.php?media=integration_documentation:plugin:en:integration:shopware_6:shopware6_export_properties_2.png