Basics
General
- The data feed is created in CSV format.
- A separate data feed is required per subshop.
- Note: Depending on the booked data feed package, additional costs may apply if an upgrade to a higher package is required.
- The column names in the data feed correspond to the technical field names of the product data fields.
- The category columns in the data feed are named as follows:
AllCategories: Column for the category names.CatIDs: Column for the category indexes.AllCatIDs: Column for the technical representation of all category indexes.
Setup as well as adjustment and extension of the data feed
The setup of the data feed can be done independently, provided that an appropriate product feed profile has been provided. The required profiles are provided by the WEBSALE support team and can be configured as needed. If no own implementation is desired, the WEBSALE support team takes over the complete setup. Adjustments and extensions of the data feed are also possible independently, provided you have access to the associated export template. Alternatively, changes can be conveniently commissioned via the WEBSALE request portal.Data fields and settings by default
By default, data fields and settings are defined that are suitable for most shops. If deviations or additional fields are required, these can be submitted when commissioning in the WEBSALE request portal.File name of the data feed
The file name of the data feed is formed by default according to the following scheme:ShopID-SubshopID.csv
Example:
- ShopID: meinshop
- SubshopID: deutsch
- File name: meinshop-deutsch.csv
Dependency on the search module configuration
Only the fields that were previously activated when configuring the search module can be used in the data feed.If additional fields are required, the configuration of the search module must be adjusted accordingly.
Standard data fields in the data feed
The data feed contains the following fields in the standard template. These fields are purely output; the configuration of whether a field can be searched, filtered, or sorted is done separately in the search module configuration. For better understanding, we have divided the standard data fields in the data feed into the following groups.Technical data fields
These fields are required by the search module to execute the search function and assign the results correctly to the matching products. They are mandatory fields and must always be included in the data feed.Product data fields
These fields contain the product properties and information to be searched, filtered, or sorted. They are extensible and can be supplemented with additional data fields to enable further functions or search options.Data fields for product availability
If stock management is used in the online shop, the search module by default only takes into account products that:- Have a stock greater than 0 or
- whose stock status is not “red”
- Have a stock less than or equal to 0 or
- whose stock status is “red”
Example of a data feed template v8s
The following example shows how a typical CSV data feed template can be structured:Standard settings for the data feed
The data feed is created with predefined standard settings that are suitable for most shops. These settings regulate which data is exported and how the export is performed. The most important standard settings as well as optional adjustments are listed below.The settings listed here (e.g. filters for visibility or orderability) are part of the product feed profile or export template and are not configured directly in the Admin Interface. They can be adjusted independently if you have access to the corresponding export template. Alternatively, changes can be commissioned via the WEBSALE request portal.Example: To include products that are currently not visible or not orderable in the feed, set the filters “Only export products that are … visible” and ”… orderable” to
No in the export template.Settings for products
Settings for categories
General formatting
Timing of the export
The timing determines how often the data feed is updated. Depending on the type of product maintenance or import method of the shop, the following settings can be used:Trigger URL and token for automatic import of the data feed into the WEBSALE | search database
So that the data feed can be automatically imported into the WEBSALE | search database, a so-called trigger URL is used. This URL is secured by an individual token provided by WEBSALE. Structure of the trigger URL<ShopID>: Your individual shop ID (assigned by WEBSALE)<Token>: A unique security token generated and provided by WEBSALE
- ShopID:
meinshop - Token:
957caL8CBT2BWQVuQStJe7GVH - Separate triggering per subshop with the suffix
/SubShopID(for example/01-aa)
Specifying the
SubShopID directly after the token is required, since it ensures that the offset between the import processes of the individual subshops is minimized. If the SubShopID is not specified in the URL, all data feeds of all subshops are automatically imported, which can lead to increased data volume and potential overlaps after an import.