• 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
  • 2024/04/10

    FulfillmentCampaignsDisputesPaymentsReports

    New Features

    • Fulfillment Events now show directly in the dashboard on the fulfillment order as a timeline for ease of tracking
    • Transaction reports now include summary metrics indicating the number of transactions that were disputed to help merchants have improved visibility into dispute sources.

    Improvements

    • Improved clarity of Transaction Statuses by removing legacy statuses that are no longer used or applicable.
    • Campaigns App API now accepts specifying the Gateway Group or Gateway directly in the API request to override the campaigns settings for more complex campaign flows.
    • Oauth App create flow in the dashboard has been improved for clarity to no longer require associating with a dashboard user.
    • Improved the Product selector for campaigns to improve support for stores with large product catalogs.
    • Fulfillment locations and fulfillment apps are now prevented from removal if the locations have active fulfillments in progress to protect against situations that could leave orders stuck in fulfillment processing status indefinitely.
    • Improved order refund events to stamp the Oauth App if created over the Admin API.
    • Campaigns API docs now support testing the campaign calls through the interactive console for faster exploration and testing.

    Bug Fixes

    • Fixed an issue with support macros duplicating the response text when using.
    • Fixed an edge case issue where it was possible to create a 500 error due to attempting to add the same customer to a block list multiple times.
    • Fixed an edge case issue with changing the fulfillment location when the order also has digital products.

     

  • 2024/03/27

    ReportsSubscriptionsThemesStorefront

    New Features

    • Introducing a new Subscriptions Retention report that is fully filterable to see your subscriber retention cohorts based on any subscription filter attribute.
    • Theme developers can now create settings for single or multi-products used in the default templates for more robust configurable themes. 
    • Storefront now features dashboard configurable menus that automatically populate in storefront themes for an easier merchant store configuration experience.

    Improvements

    • All dashboard list views and reports now exclude empty querystrings while filtering for more clear user experience and shorter urls for sharing.
    • Fixed several non-intuitive UX issues with the subscription payment update flow in storefront for improved ease of use.
    • Campaigns list view is now automatically sorted to show your most recently created campaigns first as they are more likely to be in use and actively being worked on.
    • We've changed the global theme context of basket to cart for more consistency across the platform and naming conventions.
    • Theme Kit now automatically handles and recovers when it encounters a rate limit error while pushing and pulling large sets of theme files.

    Bug Fixes

    • Fixed an issue causing a 500 error when viewing a customer in the dashboard.
    • Fixed an issue that occasionally happened with rapid successive API requests with a customer address.
  • 2023/10/25

    PaymentsReports

    New Features

    • Google Pay is now available for merchants to setup on their store as an express checkout payment method, and on the Admin API.
    • Reports list view has been overhauled to now allow searching and pinning of reports to improve report discovery and easy access to frequently used reports.
    • Discover card is now supported for 3DS payments. Merchants can configure their Discover Acquiring BIN and Merchant ID when setting up a 3DS Profile.
    • Returns and Return Line Items can now be exported for external use and analysis.

    Improvements

    • Orders report "Returns" value is now relative to the date of the orders themselves to help merchants better analyze returns performance relative to the order created date range.
    • Orders and Transactions using the Test gateway are now flagged as test transactions, improving the developer experience when test transactions are necessary for building an integration.
    • Webhooks now always send the latest object state which helps prevent any edge cases that could arise if webhook task messages waited in the queue for processing for a period of time.

    Bugs Fixed

    • Fixed an issue with the orders subscription lifecycle filter not working as expected.
    • We've now fixed an issue with the Inventory counts including deleted locations.
    • Fixed an edge case issue where it was possible to create a subscription with a value as an upsell if the initial order was 0.00 and did not have a retained payment method.
    • Fixed the display of line items in emails viewed through the dashboard when a user has dark mode enabled in their OS.
    • Fixed an edge case where removed apps prevented other apps from checking for an available update.
  • 2023/7/4

    CheckoutAdmin APIPaymentsReportsCampaigns

    New Features

    • Introducing Sofort as an available alternative payment method for the European market.
    • When collecting additional payment for an order, it is now possible to send an updated invoice notification to the customer to inform them of the additional charges for their order.
    • It is now possible to pass a "package quantity" to line items on Campaigns Cart and Order APIs to simplify package creation and allow more complex bundling scenarios.

    Improvements

    • The Admin API now returns a supports_post_purchase_upsells to indicate if the order supports adding additional upsell items to the order, based on the original payment method.
    • We now show a tax percentage on order confirmation emails and order status/invoice views.
    • Klaviyo App - Test orders are now not sent by default, to avoid Klaviyo counting test orders as real revenue in their reporting metrics.
    • We've improved order reporting calculations to address some inaccuracies introduced when editing orders.
    • Webhooks that receive a 410 (Gone) error response will now automatically deactivate as the endpoint has indicated that it is no longer available.
    • We've improved the Product Metadata UX to save when the full product details are saved, for a more clear user experience.

    Bugs Fixed

    • Fixed an issue where the Billing Address in the checkout flow did not automatically show in a localized format for the chosen country.
    • Fixed an issue for handling the available subscription billing cycle options in the customer account subscription Change Schedule action.
    • Fixed an issue where a 500 error was created when incorrect address booleans were passed when creating an order.
  • 2023/6/20

    PaymentsReportsWebhooksOrdersCampaigns

    New Features

    • Introducing a new headless Campaigns App and API that supports JavaScript integrations, enabling developers to integrate external custom checkout flows without requiring a server side integration.
    • Orders that have been edited and require the collection of additional payment from the customer can now bill the original payment method on file. (Limited to payment methods that allow merchant initiated transactions).
    • Partner Marketing Reports can now be configured to exclude revenue figures when merchants want to exclude them from a partner's view.
    • New Metadata boolean field type handles boolean values being passed and stored as metadata.
    • Transactions APIs and webhooks now feature a new parent_id so that integration partners can link related transactions in their external application logic.

    Improvements

    • Bancontact is now available for customers in the Netherlands.
    • Improved the logic of the Paypal redirect flow endpoint to not return 500 errors when invalid UUIDs are passed, instead returning a 404.

    Bug Fixes

    • Fixed an issue where it was possible for a customer to pay for their order with an alternative payment method, then drop out of the flow before their order was created.
    • Fixed an issue where duplicate order.updated webhook events were sent by the authorized transaction recurring processes even though the order had not updated.
    • Fixed an issue to properly handle some edge case errors for Paypal refund transactions.