Skip to main content

2024 March

· 3 min read
Geins

Release Notes March 2024

Features

Merchant Center

  • Updated our support ticket system to include user's userAgent for better troubleshooting and made phone number verification mandatory for accessing the support form.
  • Enhanced the product export function to include an option for SKU level data, aligning it with import capabilities.
  • Enhanced the CMS's 'Create Widget' function with the addition of Category and Brand pickers.
  • Updated order detail page to show detailed refund information, including articles and amounts, in both the order row list and refund list.

Merchant API

Mgmt API

Fixes

Merchant Center

  • Fixed a layout issue in the Delivery dialogue where an excessive number of tags caused the 'Deliver' button to become inaccessible on smaller displays.
  • Updated the parameter cache in the Merchant Center to refresh for changes made from other applications, including those via the Mgmt API.
  • Fixed an issue where null exceptions occurred due to 'apiOrder.PaymentDetails' being null when loading orders.
  • Resolved an issue with the Product Availability view not functioning properly.
  • Fixed an issue where the value for price output in price campaigns was not displayed correctly.

Merchant API

  • Resolved an issue where validation errors, including those related to identity numbers, were not being properly communicated to the caller from the placeOrder endpoint.
  • Enhanced the 'getUser' query to accurately handle multi-currency channels, ensuring correct user balance display by incorporating channel and currency data.
  • Fixed an issue where page widgets remained for a channel even after being removed from that channel.
  • Fixed an issue in the PageInfo databridge where campaign updates from events with multiple campaigns for different markets but identical URLs were failing.
  • Resolved an issue where products without names were incorrectly marked as valid.
  • Resolved an issue where the parameter label was not being correctly used as the label for parameter facets.

Services

  • Addressed Walley activation issues: Implemented a delay in the anti-fraud queue to ensure order creation before activation.
  • Resolved a server error issue by implementing validation for returns without return rows, now ensuring a bad request response is given when no rows are present.