• 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/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/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.
  • 2020/10/19

    Admin APIPaymentsReportsProducts

    New Features

    • Stock Records can now be viewed and managed more easily through a Stock Records dashboard to that shows your stock levels and gives access to search and update across multiple products.
    • PayPal payments now can be refunded via the dashboard enabling more convenient workflows.
    • Introduced a new Transactions by Affiliate report providing a view into transactions broken down by affiliate with drill down capability into sub affiliate for deeper analysis.
    • Admin API now supports creating a new user account with an address to support common API flows.

    Improvements

    • Admin API now supports searching and filtering all users by the following parameters:
    • email
    • name
    • phone number
    • user type (lead, customer, dashboard)
    • Admin API now supports retrieving all orders for a user to easily find a single users orders.
  • 2020/8/24

    Admin APIProductsOrders

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