You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Important Notice
This version includes a major refactoring in regards of how the response is sent to Findologic, and parsed back again.
If the search logic has been overridden with an extension plugin, please contact our support or refer to UPGRADE-11.0.md for upgrade instructions.
Features
[SW-480] The export route (/findologic?shopkey=xxx) now allows an optional productId query parameter. When it is supplied you will get all product details as XML. In case the product cannot be exported, you will receive a JSON instead, containing all information on why that product cannot be exported.
Changes
[SW-334] Internally the findologic-api library is now used, to send the requests and retrieve the response from the Findologic API.
Bug fixes
[SW-495] Fixed a bug that caused wrong cat_urls to be exported, when it contained multibyte characters.