• 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/02/14

    CampaignsAdmin APISettingsProductsOrders

    New Features

    • We've now released a new Admin API version, 2024-04-01, which has much improved schemas for better performance and consistency.
    • Duplicate orders are now detected and blocked to prevent customers from accidentally creating multiple orders with the same products within a short timeframe.
    • Admin API reference documentation now features the capability to send example requests to quickly test API requests/responses.

    Improvements

    • Test orders no longer impact product inventory counts to improve product inventory tracking.
    • Storefront asset uploading has been significantly improved from a UX perspective to be more intuitive.
    • Fulfillment event timeline details now include tracking information to surface shipment tracking information within the context of order history for more clarity.
    • Product titles shown in Campaigns app are now automatically updated when the source product is updated to keep these in sync.
    • Campaign API users can now pass a language in the user object to override the campaign default language if selling in multiple languages.
    • Store domains now have improved validation to prevent invalid domains from being added to stores.

    Bug Fixes

    • The list of available locations to move a product to has been fixed to not include deleted locations.
    • Returns export errors caused by unsafe handling of null values have now been fixed.
    • Edge case issues with Apple Pay default account country have been fixed.
    • Subscription list views and reports incorrectly offered sorting by total which has now been corrected.
  • 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/8/16

    Admin APIOrdersFulfillmentApps

    New Features

    • Merchants can now create Returns for products that have been fulfilled through Order Details view.
    • Non-admin dashboard users can now be given access to individual apps as needed.

    Improvements

    • We've implemented a new Unsaved Changes bar across the whole platform for more consistent UX.
    • We've overhauled the Order Detail view and fulfillment orders for more clarity and ease of use.
    • Fulfillment Partners have now been renamed to Locations for clarity and usability.
    • Fulfillment Order Line items on the Admin API now include more product information to make these easily available for fulfillment integrations.
    • Fulfillment Location Addresses are now validated to ensure the address follows standard address format expectations.
    • Added additional fields to the Stockrecords Admin API to improve usability by external systems. 
    • Improve Taxes shown in orders and order confirmation views for more clarity when multiple tax rates are applied. 

    Bugs Fixed

    • We now prevent users from deleting fulfillment locations that are associated with stockrecords and orders, to prevent cascading data dependency issues.
    • Fixed an issue that prevented partners from being able to create apps.
    • Fixed an edge case issue where the payment gateway was not stored with subscriptions when created.
  • 2023/7/18

    SubscriptionsAdmin APIOrdersFulfillmentCampaigns

    New Features

    • The Orders Admin API and order webhooks now include refunds detail for a breakdown of order adjustments, refunded items, and associated refund transactions.
    • Introducing a new suite of Admin Fulfillment APIs for external fulfillment services and warehouses to build fully integrated fulfillment flows.
    • In the Campaigns App it's now possible to "Clone" a campaign to reduce setup time for creating and testing campaign variants.
    • Our Klaviyo integration has been updated to include "Items" in the Refunded Order event to include the refunded items in refund email notifications.
    • Klaviyo Placed Order events now include subscription_lifecycle and subscription_billing_cycle attributes making it possible to create Dynamic Segments in Klayvio of customers based on their subscription billing cycle.
    • Users can now enable/disable a server driven Klaviyo Started Checkout triggered by the store abandoned.cart webhook event.
    • Everflow users can now optionally include Tax in the conversion values sent to Everflow for reporting.

    Improvements

    • The Orders list view is now filtered to Open orders by default for a workflow-oriented user experience as open orders require merchant action.
    • Fulfillment partners has been renamed to locations on the Admin API as this is a better representation of their role within the platform logic.
    • The storefront checkout flow uses Last Click attribution and now supports clear_attribution parameter that when passed as false will maintain existing attribution and only update with new fields passed.
    • Several Campaigns App UX improvements have been completed to improve user experience when creating and debugging campaigns.
    • We've improved and extended the webhook retry policy out to 10 days to ensure that webhooks are attempted for a long period of time.
  • 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.