• 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
  • 2023/11/22

    Admin APIPaymentsDisputes

    New Features

    • Store settings have been completely overhauled with a new layout, navigation and restructuring to ease store setup and configuration.

    Improvements

    • Orders can now be filtered by Is Disputed on the orders list view and order reports to only see orders that have disputes associated to them.
    • Subscription events have been refactored following our new events structure for all future events.
    • The transaction response message is now available in transaction exports which can be useful for gateway performance and decline analysis.
    • Domains that have become unverified with our backend email provider will now update their verification status shown in dashboard email sending domains.

    Bug Fixes

    • Fixed an issue with store timezone and date range filters sometimes showing inconsistent results on the Admin API.
    • Fixed a display issue with the Paypal app installed success notification.
    • Fixed an edge case issue with Apple Pay and translations not being able to apply correctly.
    • Fixed an issue with storefront user registrations not receiving their registration email.
    • Improved the customer list view to show an emdash when the customer is missing a first/last name.
    • Fixed an issue with non-public products showing in the cross-sale products in the storefront.
    • Fixed an edge case issue where it was possible to create a 500 error with rapid cart creation submissions for the same user.
  • 2023/11/8

    PaymentsProductsOrdersFulfillmentCampaigns

    New Features

    • Paypal Commerce Platform is a new fully integrated bankcard payment gateway enabling merchants to use PayPal Advanced Credit & Debit bankcard processing.
    • Orders now feature the ability to filter by "source" to isolate orders from the Checkout Flow, Subscription, or the Admin API, to assist merchants in analyzing their order sources.
    • Campaigns App packages now feature the ability to set an "initial" and "recurring" price on subscription packages, allowing merchants to easily discount the initial order for subscription plans.

    Improvements

    • We've now added DHL Global Mail and Yun Express to our fulfillment carrier mappings for tracking links and PayPal tracking number uploads.
    • Products can now be filtered by their public status in the dashboard.
    • Campaign package quantity has now been changed to an integer input to support larger package quantity sizes.
  • 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/10/11

    PaymentsFulfillmentApps

    New Features

    • Payment attempts that soft decline can now be automatically retried once on an alternate gateway by configuring a re-attempt gateway group.
    • Order Fulfillment Location can now be changed through the dashboard, allowing merchants to move a fulfillment of order items from one location to another.

    Improvements

    • Orders list exports now include the shipping amount, to make this data more readily available for custom reporting purposes.
    • Storefront Assets list view has been overhauled to improve overall UX.
    • Internal Apps now follow our App UX, making them available to pin to the navigation sidebar and offer an overall more clear UX.

    Bugs Fixed

    • Stripe Payment Intents transactions that use a 3DS flow now properly save the flow performed on the transaction.
    • Fixed a UI issue with duplicate product name badges showing in the report detail header.
    • Fixed an issue with express checkout flows to properly route fulfillment location.
    • Fixed an edge case with assets that prevent previously deleted assets from being re-uploaded with the same name.
    • Fixed an edge case where rapid order submission could cause a 500 error when the order already exists.
    • Fixed an edge case that incorretly consumed stock twice.
    • Fixed an issue with email attachments in support tickets expiring, causing them to be inaccessible.
  • 2023/9/26

    Admin APIPaymentsFulfillmentSupportCampaigns

    New Features

    • A Product's Fulfillment Location is now automatically assigned to optimally route fulfillments to:
      • Minimize split fulfillments to reduce shipping costs
      • Stay within country of origin to reduce cross-border shipments
      • Prioritize shortest physical distance to reduce time to home
    • Declined bankcard transactions are now throttled to allow a maximum of 4 attempts within a 10 minute window, to prevent customers from continuously trying a failing bankcard.
    • Introducing a new Inventory view that summarizes the available inventory per product across all fulfillment locations, to help merchants more easily monitor stock levels.

    Improvements

    • Support Ticket Macros have now moved to the main Support section to make them available to create and maintain by all users with access to Support.
    • Product stock records can now be deleted through the dashboard. Note, legacy usage of stockrecord_id on the Admin API is still currently supported but we recommend all API users to update to using product_id instead.
    • Customer first and last name fields are now optimistically populated from the names on shipping address information, if they are blank.
    • Orders on the Admin API now feature report_values that are a foreign exchange conversion to the store reporting currency (USD), allowing external platforms to pull the same reporting values.
    • Campaigns App shipping methods are now available on the Campaigns API allowing campaign developers to dynamically pull and populate these into campaign frontends.
    • Campaigns App cartCreate and orderCreate API calls now return product_sku in line items to support event tracking integrations that require product_sku in the event details.
    • Campaigns App packages now support a "Retail Price" to makes it easier for campaign developers to pull this into their designs to show a discount to customers dynamically.