• 2020/12/28

    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/16

    New Features

    • Introducing a new Transactions by Response Code Report to quickly analyze transaction acceptance rates with filters and drill down into transactions list for further analysis.
    • Orders API now supports PUT requests to update orders for expanded API integration capabilities for API driven workflows for post order actions.
    • Orders API now supports Klarna Payments as a payment method with a redirect flow.
    • Klarna Integration Settings and Transactions can be viewed and managed via the dashboard.

    Improvements

    • Currency Specific Stock Records can now be created to allow customers to sell a product in multiple currencies and fulfill from the same fulfillment partner.
    • Dashboard Permissions have now been improved for simplicity to make it more straight forward to manage users and permission groups.
    • Gateway Errors in the Checkout flow have been improved to surface the gateway specific errors to make it easier to debug gateway issues.
  • 2020/9/21

    New Features

    • Admin Order API now supports the use of Vouchers to apply discounts to item and shipping prices.
    • Admin Order API now supports a new payment method “saved_card” which can be used with a reference transaction id.
    • Admin Order API has three new parameters to assist with using a user’s (customer) saved addresses for billing and shipping.
    • use_default_shipping_address
    • use_default_billing_address
    • billing_same_as_shipping_address
    • Admin Order API now supports adding Attribution Meta Data which can be leveraged by integrations and webhooks.

    Improvements

    • Paypal Transactions can now be viewed and searched in the dashboard
    • Everflow integration settings are now available in the dashboard for sites that have this extension installed.

    Bug Fixes

    • Fixed an issue causing duplicate order admin notifications.
    • Fixed an issue with Boxme status updates not being able to update the line item.
    • Fixed an issue with the Order total on Customer profile showing items total instead of Order total.
    • Fixed typo with Subscriptions misspelling
  • 2020/9/7

    New Features

    • Added support for PayPal Express Checkout as a payment method during checkout.
    • Admin Order API now supports payment with a card token allowing merchants to decrease their PCI scope for easier compliance.
    • Admin Product API now supports creating and updating products.

    Bug Fixes

    • Fixed Issue with Boxme Fulfillment Center Location Mapping
    • Fixed issue with Reviews not associated with a Customer
  • 2020/8/24

    New Features

    • The Admin Order API has been improved to be more clear and easy to use for creating subscriptions per line item, as well as allowing the API user to set the price for the product on subscription.
    • Product Classes can now be created and managed via Admin API as a requisite for managing a product catalogue via API.

    Improvements

    • Order status “Paid” has now been changed to “Confirmed” platform wide to more clearly convey the meaning and functionality it is used for throughout the system. This change also better supports pre-paid and post-paid (ie COD) payment flows.
    • Product Images are now available in all places that products are available on the API making it easier for API consumers to retrieve associated images when displaying product information.

    Bug Fixes

    • Fixed incorrect link in Admin Order Notification email.