• 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/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.
  • 2020/12/28

    Admin APIOrdersNotificationsTaxes

    New Features

    • Introducing Tax features with the ability to configure Tax Rates and Tax Classes to dynamically calculate taxes for orders. Taxes are shown throughout the system in the dashboard, customer views and emails.
    • It is now possible to to manage API Tokens to create and delete API Tokens via the dashboard.
    • The Order APIs now have a new method to Add Line Items to an existing order and create a charge against the initial payment method to support common upsell and cross sell flows.

    Improvements

    • Improved support for Stripe Error Codes when payment methods are invalid to map with our Transaction Response codes.
    • Added on the API for Address Title fields to support Klarna's Title field so it is prepopulated in the Klarna widget on for improved checkout experience.
    • We now have a fallback to send email from noreply@29next.com when a store does not have any verified email sending domains or the user has misconfigured the store "FROM" email address using an unverified domain.

    Bug Fixes

    • Fixed an inconsistent date format in Source Attribution Events
  • 2020/11/30

    StorefrontPaymentsNotifications

    New Features

    • NMI Gateway Integration for bankcard payments that supports using NMIs routing logic or specifying specific processors for transactions. NMI transaction decline and error codes are also mapped to our Transaction Response codes for unified reporting across gateways.
    • Storefront Currency switching for store visitors is now possible for stores that have multiple currencies configured allowing shoppers to view products across multiple currencies.
    • Cart JS API add-to-cart action now has a new parameter to accept a stockrecord id so that funnel developers can target currency specific stockrecords in their flows.
    • All email related settings have been combined into the Email settings section for easier management.

    Improvements

    • Improved naming of gateway settings for configuring the Currency Default gateway.
    • Improved dashboard error template for an improved user experience when an error occurs.

    Bug Fixes

    • Fixed an issue with bankcard transaction errors not being saved with core transactions and therefore not available in reporting.
  • 2020/8/10

    Admin APIProductsMetadataNotifications

    New Features

    • Customers can now be created without an email address and instead rely on their Phone Number for to access to their account information with an SMS OTP (One Time Password) login flow.
    • Order Metadata can now be added when creating orders on the Admin API, allowing store owners to add custom data to orders and access to the data via the Dashboard and in Webhooks for custom order management requirements.
    • Product Categories can now be created and managed on the Admin API, part of our larger initiative to have a fully API driven product catalogue.
    • Terms & Conditions, Privacy Policy, & Subscription Terms for the checkout flow are now managed via Dashboard in Settings.
    • Disputes can now be exported to CSV for further analysis and custom report building.

    Bug Fixes

    • Duplicate welcome email sent for customers created via API