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
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.
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.