New version of Mergado
Release date and time
Wednesday 10 July 2024 12:30
News
- Users can now give us feedback directly when creating a new project. You can upload a video or even take a screenshot.
- In rules and queries, you can use indexing for Element-Path and MQL. Entry is done with
#
. For example: PARAM { NAME = "Color" } #{ 2 }
. In a previous version of Mergado, this would correspond to the PARAM|Color|2
notation. You can use indexing, for example, to select products with multiple identical parameters or to merge identical parameters into one. For these purposes, you cannot use @@position
, which cannot target different positions.
- We have added a Set shipping rates rule for all language versions of a given format that has predefined carriers. The condition is that the
Mergado XML | DELIVERY
element must be mapped.
- Users who have Verified by Customers (from Heureka) will correctly get an error about missing certificate after statistics processing if they don’t have it.
- :bug. It was also displayed for clients from other countries.
- And other minor fixes and improvements.
Platform
- We fixed a bug where the vendor profile page (third-party developer) might not display correctly.
You may experience minor Mergado outages at the time indicated. Thank you for your understanding and patience as we deploy the new version.
If you have any questions, please do not hesitate to contact us.
New version of Mergado
Release date and time
Wednesday 14 August 2024 12:30
News
News
- We have made several new features available to users on the project settings page:
- The project can now be moved under another online store.
- The project can now be duplicated under the same or different online store.
- A project can now be generated with a new output URL (automatically composed of the online store name, project and a random security string).
This is a destructive and irreversible operation, after which after the next export of the output feed the output file will be at the new URL and the file at the old URL will no longer be available. So you need to take this into account and adjust the settings of any downstream services that work with this output URL.
- We are deploying a brand new component to automatically detect the input feed format within the [create new project] wizard(Login - Accounts).
- The Data file import rule has received further optimizations. This is made possible by the fact that in the vast majority of cases, pairing (how to determine which row in a data CSV should modify which product in Mergado) is done by input values of elements.
- In some cases, if you really need to pair by output values, this can be redefined in the rule settings.
- The option unlocks the user re-generation scheduler settings. You can now set up to 5 clock slots with a minimum of 3 hours apart.
- When editing a rule of type Remove parameter values, the form threw an error if the user tried to delete one whole line in the rule settings via the icon.
- For rule type Set shipping rates, we also improved the rule form - it now doesn’t show the button to delete rows when there are zero rows, it doesn’t show the checkbox for COD price for formats that don’t support it, and we also fixed some messages.
- when creating new elements on the Elements page, you can now create an element whose name starts with an underscore.
- And other small things and improvements.
Platform
- Fixed the endpoint
https://api.mergado.com/users/{user_id}/formats/{format_id}
You may experience minor Mergad outages at the time indicated. Thank you for your understanding and patience as we deploy the new version.
If you have any questions, please do not hesitate to contact us.
New version of Mergado
Release date and time
Wednesday 23 October 2024 12:30
News
- We support new format: Freeland.hu.
- We support several new formats for new integration Luigi’s Box.
- Formats Luigi’s Box - Product, Luigi’s Box - Category (categories) and Luigi’s Box - Brands (brand).
- For these countries:
- Czech Republic
- United Kingdom
- Slovakia
- Poland
- Germany
- France
- Italy
- Portugal
- Spain
- Global
- Feed Audit: We have substantially revised the audits of the Heureka.cz and Heureka.sk formats, where we have added new validators, updated warning messages, and also updated the current added articles with this issue, which now often include help videos.
- We fixed the incorrect behavior of the Set product parameters rule for products that contained multiple variants
- We improved the behavior of the custom format form.
- When editing an existing custom format, the custom category tree is no longer automatically (and incorrectly) checked even if the format does not have it set
- In the case of custom format for CSV files, we now do not check the setting of the
CHANNEL
element and do not pop up an unnecessary message about the need to fill it.
- And other small things.
- In the Merge Variant rule form, there is now a link to a more detailed description and help for the rule.
Platform
- In the API, the
output_changed_at
information is now updated even if the input has changed, even if Mergado did not change it further afterwards.
- We now handle situations where multiple concurrent requests to delete an element would come to the API within a single project, which could sometimes result in deadlock.
- The endpoint
https://api.mergado.com/projects/<id>/products/
can now be used for filtering by supplied MQL (i.e. to get products by some MQL, it is no longer necessary to create - and then often delete - a query in the API beforehand).
- This can both be done via the
GET
parameter: https://api.mergado.com/projects/<id>/products/?mql=GIFT=123
,
- or via a
POST
request with JSON payload, i.e. send a POST JSON {'mql': 'GIFT = 123'}
to https://api.mergado.com/projects/<id>/products/
.
If you have any questions, please feel free to contact us.
1 Like
New version of Mergado
This is the last planned release before the Christmas break.
Release date and time
Wednesday 6 November 2024 12:30
News
- We have added support for new format Treningers.hu.
- For the Google Merchants and Google Product Review formats, we have added support for Bulgaria and Ukraine.
- We’ve updated the Upgates formats.
- The
PRICE_ORIGINAL
element is now converted to Mergado XML element PRICE_VAT
(price incl. VAT).
- We have updated the rules for the Feed Audit formats of the Glami family.
- For the FAVI format, the categories for CZ, SK, HU, RO, PL have been updated and new categories have been added for IT, HR, SE, UK.
- In the [create new project] wizard(Login - Accounts) we refined the estimate of the number of items in the feed before the initial import.
- the create new project wizard now also proposes matching elements with the correct case (as in the input file).
- The Set transport price rule for Google and Facebook family formats did not always produce the correct complete structure for transport elements. This is now fixed and the
g:country
element is now also set.
- The we fixed a bug that could cause the number of products to which a particular rule was applied to display negative in marginal cases when applying rules.
- We fixed a marginal case of strange behavior of MQL queries when the query targets the emptiness of input values of multiple elements (e.g.
IMGURL_ALTERNATIVE = ""
), when at the same time a value was added to the given multiple element during a previous rule application.
- And other minor fixes and improvements.
If you have any questions, please feel free to contact us.