• Topics
  • Admin API
  • Apps
  • Campaigns
  • Checkout
  • Customers
  • Dashboard
  • Disputes
  • Fulfillment
  • Gift Cards
  • Metadata
  • Notifications
  • Offers
  • Orders
  • Payments
  • Products
  • Reports
  • Settings
  • Storefront
  • Storefront API
  • Subscriptions
  • Support
  • Taxes
  • Themes
  • Webhooks
  • 2021/5/3

    Admin APIReportsProductsCustomersFulfillmentSupport

    New Features

    • Introducing a new Orders by Product report which breaks down orders revenue by product to help in reviewing product sales, revenue, and inventory forecasting.
    • Admin Order API now returns the tokenized payment method in the payment transaction response details, allowing the token to be reused in a reattempt.

    Improvements

    • Order Notes are now visible in the Customer Notes section, providing a consolidated view of all notes related to the customer and their orders.
    • We've now implemented Void transactions for Braintree to support voiding a transaction prior to the payment being settled.
    • Support tickets search filters now have more fields to make it easier to find tickets.
    • Incoming support emails are now handled with a new storage backend to support larger file attachments being attached to the tickets.
    • All date filter input fields now have a date picker making them more straight forward and easier to use.
    • ShipStation extension now uses batch order polling to significantly improve the efficiency of retrieving order updates on regular intervals.
    • Added validation to require first and last name on shipping addresses. It was previously possible to not pass these values, but they are required by most fulfillment providers.

    Bugs Fixed

    • Fixed an issue with Product SKU filters on Orders list and reports not applying properly.
    • Fixed an issue with support ticket email HTML content stored in the database being rendered improperly in the Dashboard.
    • Corrected an issue with missing CSRF token in storefront templates causing a 403 error.
    • Corrected CSV Export data issues on null fields that were incorrectly populated.
    • Fixed an issue wherein the wrong currency was shown when a cart was empty.
    • Investigated and fixed an issue that caused Orders and Transaction reports to show discrepancies in totals.
  • 2021/4/9

    SubscriptionsPaymentsReportsProductsOrdersDashboard

    New Features

    • Introducing a new Orders by Affiliate report that provides an overview of orders by affiliate with drill down into sub affiliate capabilities.
    • Payment Gateways can now be configured to only accept specific card types so that unaccepted card types for the gateway are not attempted.
    • Order line item quantities can now be updated before the order is sent to the fulfillment provider, allowing merchants to adjust orders instead of canceling and resubmitting.

    Improvements

    • We've now implemented a new permissions-based Home view for the Dashboard that limits access to the Dashboard areas to which the current user has been granted access. This has resulted in a move of existing Sales and Subscription Dashboards to the Reports menu, and associated permissions.
    • Payment Gateways configured to use 3DS transactions can now configure whether or not to automatically retry card not enrolled failures as Non-3DS.
    • Stock records management has been moved to the Catalogue section of the dashboard and now inherits catalogue management permissions.
  • 2021/3/29

    PaymentsReports

    New Features

    • Test Orders can now be deleted en mass with a bulk order action to delete all test orders.
    • 3DS2 Merchant Profile setup has been improved to support ABIN and MID per card network for more flexibility.
    • Payment Gateway's now have an "Active" state to support disabling a gateway to prevent attempted transactions.

    Improvements

    • Reports UX and navigation has been completely overhauled to make report discovery easier and navigated to related reports.
    • Customers can now be searched by any of their Address data making it possible to find customers with limited amounts of their address.

    Bug Fixes

    • Fixed an issue with filter links on Transactions by Card Bin report.
    • Fixed an issue related to offers and the add-line-items api creating a line item with 0 qty.
    • Fixed fulfillment automation logic to prevent Test Orders from automatically being sent to fulfillment partners.
  • 2021/3/15

    Admin APIReportsNotificationsFulfillment

    New Features

    • New Notifications editor allowing dashboard users access to customize their email notifications content.
    • New Transactions by Card BIN report allowing easy viewing of Card BIN transaction volumes and success rates.
    • New integration with eFulfillment.eu WS (BizzyBee) is now available to be installed on stores.

    Improvements

    • Improved the Orders Placed report which is now the Orders Overview with better columns and filters for easier Orders reporting needs.
    • Improved logic to group Omnisend "utm_campaign" parameters so that Omnisend email automations and Campaigns are grouped in the UTM Campaign reports.
    • Improved failed Transactions to now include the user if known so that these can be seen on the Customer detail view in the dashboard.
    • Improved the Storefront Geo settings logic to allow multiple countries to use the same language and currency and be able to maintain the country flag in the session when the user selects a geo.

    Bug Fixes

    • Fixed an issue with Admin API Swagger schema being invalid.
  • 2021/3/1

    Admin APIProductsOrders

    New Features

    • Introducing "Test Orders" which allow store admins a reliable way to test order functionality without needing to worry about them going our for shipping or refunding the transactions. More documentation on this to come.
    • 3DS2 transactions that fail due to the card not being enrolled will now automatically retry as a standard transaction to attempt the purchase.
    • Introducing a new Transactions by UTM Campaign report allowing you to report on your transactions by Google utm_campaign attribution.
    • Orders now support multiple shipments in the core paving the way for more complex scenarios where multiple fulfillment centers are involved on the same order.

    Improvements

    • Product "slugs" are now editable in the dashboard on the product details view.

    Bug Fixes

    • Fixed a bug related to Omnisend basket syncing for orders that abandoned during APM checkout flow or the bankcard transaction failed.
    • Fixed an issue where variant product's categories were not available on the API or in webhook data.
    • Fixed API response formatting to always format external system passed through messages in JSON format.