DMS/OMS/SaaS and many more!

  • OMS
    • Orders
      • Order details
        • Order logging has been extended with support for showing attachments. By clicking on the 'paperclip', the attachment will be downloaded
        • Paperclip download
      • In the order details screen multiple changes have been made to better use the available space and show missing information like Returns/Refunds/Payment/Delivery preference/Discounts and general order details like 'Completed' and 'Channel'. The not functional 'Download receipt' link has been replaced with the 'Show raw data' link which was previously located on the top of the screen.
        • Performance optimizations have been done to prevent timeouts on Orders_Get endpoint and an index has been added on Order.Reference
        • The Orders_Shipments endpoint has been changed, so that when no shipments are available, an empty array is returned instead of an '404 - Not found'. When an unknown order is requested, the endpoint still return the '404 - Not found' response.
    • We have added the 'Marketplace orders' (currently only Channable) management module to the OMS, this has now been added:
      • Marketplaces orders list view
    • Deeplinks like an order detail page, are now properly added in the URL so that when the user wants to do a page refresh, you stay on the same page.

  • AMS
    • The account details is extend with an option to view the 'Raw' account information, this in the same way as done for the OMS Order details
  • DMS
    • In the DMS management module the display for category paths has been added, so that it is more clear which categories are actually linked to a product
  • Webhooks
    • For both the AMS and OMS, the webhooks are now extended with the header 'messageId'. This allows integration teams to validate of the webhook has already been processed.
    • The webhooks processing speed has been enhanced so that for each run, a max. of 20 messages are processed instead.
  • SaaS
    • Changed the set-up for open live view URL, so that assets like fonts are properly shown. This is now a manual configuration, but will be default in the future when we will release a new frontdoor set-up.
    • We have updated our front-end to .NET8.
    • On the landingpages the Single-select Tweakwise filters were case sensitive, this has now been changed so that input can be Case-insensitive and customer input errors are prevented
    • On the PDP when you use a preface text, a 'Read more' link is shown. This functionality now has been changed so that when you have a preface, the 'Read more' is applied to this preface and when you click on this, the full preface text is shown with a 'Read less' link.
    • Strapi configuration is updated to have better naming for fields and more 'In Strapi' information
  • General bugfixes and improvements