A new version of Mergado
Deployment date and time
February 2, 2021, 15:30 GMT+1
News
-
Redesign and new features on the Products page.
- The part of the page with settings for different views on products has undergone a facelift and is now beautiful.
-
New features were published!
-
Product sorting
- Products from the current query can now be sorted according to the selected element (for input queries, the input value of the element is used for sorting, for output queries its output value).
- Sorting is not part of the query as such (i.e. sorting does not affect, for example, the order in which the rules are applied to the products in the query), it is just a way of displaying the results.
-
Export to CSV for the table view.
- Only the elements of the selected columns are saved in the CSV.
- News about formats
-
We support the new Idealo CSV format
- Specifications here.
- In addition, we have updated the current Idealo XML format according to the current specification.
- It will no longer be possible to create projects with the input formats Scontofacile.it (service has expired) and Designforumshop (service has expired).
-
At the top of a page within the project (export), we now display a warning message about non-passing import or application of rules, if these processes have ended 2 or more times with an error in the last 24 hours.
-
We have improved the component for suggesting variables and values in the rule for bulk rewriting by values
. At the same time, we corrected the bugs in highlighting, which may have occured in some edge cases.
-
We have improved the pasting of multiline values from the clipboard in the Rewrite
, Bulk rewrite by values
and Rename categories in bulk
rules, where we now better recognize and insert values representing a regular expression.
-
A button to download the list as CSV has been added to the Elements and Variables page.
-
Data File Import
Rule: When uploading a CSV file via a form, for âmore exotic-looking CSV filesâ, we may misidentify their mime-type - and not allow such uploads. We have recently expanded the list of supported mime-types to eliminate these âfalse negativeâ situations as much as possible.
- We fixed the incorrect behavior of the converter from the custom format in the case when the input is missing elements representing
IMAGE
elements.
- We have removed the word
XML
from the subject of notification e-mails - Mergado has long been able to process other data files than just XML.
- Minor improvements in process names and breadcrumb navigation under Project History.
- Lots of other minor fixes and improvements.
Platform
-
The app image for social networks, defined by the meta property = "og: image"
element on the app detail page in the Mergado Store, can now be set for different locales.
An online storeâs avatar URL field has been added to the online store information (e.g. GET http://api.mergado.com/shops/123456).
{
"id": "123456",
"name": "Some e-shop name",
"owner_id": "1",
"exported_items": 80000,
"tariff_id": "2",
"tariff_validity": "2022-10-31",
"paid_tariff_id": "2",
"created_at": "2020-09-17T12:29:42+00:00",
"permissions": [],
"avatar_url": "https://app.mergado.com/upload/8787f44a7f7da538ded3d7fc8d6bf7f3.png"
// Or "avatar_url": null, if the online store does not have an avatar set.
}
-
Added support for variables in URL rules - can be set in the rule administration of your app in Mergado Developers.
- The known placeholders/variables that wrap in the URL in {curly_braces} are as follows:
-
project_id
: Project ID.
-
apply_log_id
: ID of the apply_log
-
rule_id
: Rule ID
-
request_id
: A random identification string unique to each request.
-
item_count
: Number of items in the currently sent payload.
-
current_format
: Current format - here it depends on whether the app rule is before or after the format converter rule.
- Example of a newly valid URL:
http://some-app.com/rule/{project_id}/{rule_id}?logId={apply_log_id}
You may notice minor outages of Mergado during the release time. Thank you for your understanding and patience in deploying the new version.
If you have any questions, please contact us.