2024.03.18

🆕 Features

Dashboard Updates

  • Users on the Merchant Dashboard can now exclude Channel distributions from exports.
  • Users on the Channel Dashboard can now exclude Merchant distributions from exports.

API Updates

  • Added the automatic detection and disablement of Bundled Shopify Products. This is in response to the growing adoption of the Shopify Bundles app and Shopify’s decision to block the sale of bundled products through their Order API’s at this time. For any bundled product synced into Violet, the Offer and any nested Sku’s will have a status value of UNAVAILABLE.
  • ⚠️ Notice of Future Breaking Change - On April 15th 2024 we will release an update that adds the BUNDLED enum to the type property on the Offer model. If your application uses enums for this property we recommend adding coverage of this enum before April 15th. Once added, the possible values will be PHYSICAL, DIGITAL, VIRTUAL, BUNDLED. Once implemented, any Offers sourced from a Bundled Shopify Product will have a type value of BUNDLED.

If you are unable to implement coverage of the BUNDLED enum by April 15th please notify your primary contact at Violet.

2024.03.11

🆕 Features

Dashboard Updates

  • Added a toggle to the Dashboard distributions page to allow users to exclude Merchant or Channel distributions from the distributions table.

API Updates

  • Introducing Merchant Configuration management by Channels via API
    • Enable/disable the syncing of Offer Collections.
    • Enable/disable the syncing of Offer Metadata.
    • Managed on a per-merchant basis.
    • See API Reference.

🔧 Fixes

  • Fixed issue where clicking out of the date picker in the distributions export modal did not close the date picker.
  • Fixed issue where non-json webhook responses were not being displayed on the webhooks page.
  • Fixed issue where a single product failing to sync would cause the entire catalog sync to fail.
    • Individual product sync failures will now only impact that particular product.
  • Fixed issue where webhook remote_endpoint + status combinations could be duplicated for a channel.
  • Fixed issue where cart creation and checkout endpoints periodically failed due to a database query failure.
    • Failed queries will be retried for up to 15 seconds.
    • We will be monitoring this for further tuning. Please contact support if you see further Internal Database Error messages.
  • Improved merchant health caching when a new merchant connects. Merchants who successfully completed all steps in the process show now show COMPLETE after they set their commission rate.
    • While this should cover most cases, there are still some moments when a Channel will need to click on the merchant and use the refresh button on the appropriate tab.
    • See docs for more details.

🧼 Clean Up

  • Added a tooltip to view long external order IDs in the Merchant Dashboard distributions.
  • Added tooltips in the Dashboard distributions export modal to link to the Distributions docs.

2024.03.05

🔜 Coming Soon

  • In an upcoming release, Violet will begin auto-disabling webhooks that regularly fail.

🆕 Features

Dashboard Updates

  • Introducing Stripe Account Migration for existing Merchants and Channels
    • Existing Merchants and Channels can migrate away from their existing Stripe Express Account to their own Stripe Standard Account which they already use to do business elsewhere.
    • See Documentation.

API Updates

  • Introducing Shipping Zones via Relay API
    • Retrieve a Merchant’s Shipping Zones.
    • Retrieve a Merchant’s Shipping Regions.
    • Retrieve a Merchant’s Shipping Methods.
    • See Documentation.
    • See API Reference.
  • Introducing Price Overrides in Checkout
    • This much requested feature allows you to override line item and shipping method prices during checkout.
    • See Documentation.

2024.02.26

🆕 Features

Dashboard Updates

  • Introducing Real Time Merchant Notifications
    • New Notifications page in Merchant Dashboard to view real time notifications.
    • Get notified when a Export is complete (see below).
    • More notifications to come in the future.
  • Introducing Merchant Distributions with Exports
    • New Distributions page in Merchant Dashboard to view detailed Merchant Payout information.
    • Export distributions data for a selected time frame.
  • Introducing Stripe Account Linking for New Channels
    • New Channels can connect an existing Stripe Account to Violet to be used for payouts through the Channel Dashboard.
    • See Documentation.

API Updates

  • Introducing Commission Rate management by Channels via API
    • Set commission rate for your merchant.
    • Lock commission rate preventing changes by the merchant.
    • See Documentation.
    • See API Reference.

🔧 Fixes

  • Fixed issue where the “Store Disconnected” notification did not render the merchant name and merchant logo.
  • Fixed issue where Sync Status was incorrectly showing as failed for some merchants.

2024.02.20

🆕 Features

Dashboard Updates

  • Merchant distributions are now included in the distributions export.

🔧 Fixes

  • Fixed issue where some merchant’s product syncs would get locked and never update even when they were scheduled to update periodically.
  • Fixed issue where distributions exports were not including the end date data in the report. Ex. Feb 16-19 will now correctly include data for the 19th.

🧼 Clean Up

  • Added missing icons for Merchants Tab.
  • Updated language in the Scopes Tab of the Merchant Detail View in the Merchant Tab to clarify what is wrong and what needs fixing when a scope is missing.
  • Updated Stripe brand assets across the dashboard.

2024.02.12

🆕 Features

Dashboard Updates

  • Introducing Real Time Notifications
    • New Notifications page in Channel Dashboard to view real time notifications.
    • Get notified when a Merchant connects or disconnects from your channel.
    • Get notified when a Merchant updates their commission rate.
    • Get notified when a Export is complete (see below).
  • Introducing Channel Distributions with Exports
    • New Distributions page in Channel Dashboard to view detailed Channel Payout information.
    • Export distributions data for a selected time frame.
    • See Documentation
  • Introducing Stripe Account Linking for New Merchants
    • Merchants can connect an existing Stripe Account to Violet to be used for payouts through both Violet Connect and the Merchant Dashboard.
    • See Documentation.

API Updates

Integrations Updates

  • Added support for Wix images that surpass the max size, they will be automatically scaled down to the maximum allowed.

🔧 Fixes

  • Fixed issue where wallet based carts created without any SKUs would not have a payment_intent_secret value once a SKU was added and the cart was priced.
    • For all wallet based carts, as soon as a cart with a total that is greater than 0 is priced, the payment_intent_secret value will be returned on the response. A cart is priced either by passing ?price_cart=true, calling the Price Cart endpoint or via endpoints that auto price carts like Set Shipping Methods.
    • For a wallet based carts that never have a total greater than 0, i.e. promotions or gifts, a payment_intent_secret will never be generated.

🧼 Clean Up

  • Updated Navbar UI in Channel and Merchant Dashboard.

2024.02.05

🆕 Features

Order Updates

  • Include Carts in Order Search Responses.
    • Carts are not included by default, add exclude_in_progress=false to include them.
    • Filter for only Carts by adding {"bag_status": "IN_PROGRESS"} to the query.
    • See API Reference.
  • The Set Shipping Methods endpoint will now always return a fully priced cart in the response, regardless of the merchant’s platform.

Integrations Updates

  • Migrated from Shopify API version 2023-04 to the latest stable version 2024-01. This will address warning emails sent out by Shopify indicating that Violet is using deprecated APIs.

🔧 Fixes

  • Fixed issue where Merchant Dashboard did not update commission rate when changed from 0%.

🧼 Clean Up

  • Cache redundant network requests in Channel Dashboard.

2024.01.29

🆕 Features

Integrations Updates

  • Introduced Merchant Configuration to better allow for the enablement of unique merchant requirements.
    • The syncing of product metafields can now be enabled for Shopify merchant’s who require it.
    • The use of custom shipping rates can now be disabled for Shopify merchants who are no longer impacted by Shopify’s $0 shipping bug and/or local pickup bug.
    • The products that Violet syncs can now optionally be limited to only those in a collection defined by a Shopify merchant.

🔧 Fixes

  • Fixed issue where Shopify promo codes that were applied before shipping methods were selected did not influence shipping methods that had price constraints. ex. A coupon that brings a total below $50 will now disqualify the order from the free shipping option for > $50 orders.
  • Fixed issue where shipping methods were not being converted correctly back to a merchant’s currency in multi-currency bags.
  • Fixed issue where non-USD currencies were not being converted correctly when displayed on the offer side panel in the channel dashboard and the matching view of the merchant dashboard.
  • Fixed issue where the remorsePeriodEnds property on the bag did not reflect 30 days from the date the checkout was actually submitted.

2024.01.22

🆕 Features

🔧 Fixes

  • Fixed issue where the pagable property was null in certain endpoints.
  • Fixed issue where wallet based orders were not being charged for apps with payment bypassing enabled.

2024.01.16

🆕 Features

  • Beta release of the new Estimate Cart endpoint. See API Reference.

🔧 Fixes

  • Fixed issue where bags were not being deleted off of a cart when the last sku was deleted for certain ecom platforms.
  • Fixed issue where creating a cart with a foreign currency and an unavailable sku would result in an error.

2024.01.08

🔧 Fixes

  • Fixed issue where page_number property was 0 based instead of 1 based for paged endpoints.
  • Fixed issue where Channel Dashboard would crash when adding a new app in the /overview or /merchants page.

🧼 Clean Up

  • Added missing demo tags to channel orders table.
  • Updated examples for checkout APIs for easier use.

2023.12.18

🆕 Features

Dashboard Updates

  • Added sorting to orders pages in the dashboard.
  • Added display merchant email button in channel connection page.
  • Added support for custom ports in Violet Connect store url form.

API Updates

  • Added documentation for endpoint allowing Channels to disconnect a Merchant from their App.
  • Added support for Shopify discount codes with country entitlements.
  • Added support for Webhook Event search by entity ids.
  • Added endpoints for resending Webhook Events.

🔧 Fixes

  • Fixed issue where Wix image display orders were not being correctly calculated.
  • Fixed issue where addresses were not being applied to all bags in multi-merchant checkouts under certain conditions.
  • Fixed issue where double submitting an order would end up canceling it in certain conditions.
  • Fixed issue where Wix refunds were not being processed due to bug introduced by Wix. This fix will be temporary until the bug is fixed in Wix’s code.
  • Fixed issue where Shopify bundles were breaking checkout. Currently Shopify Bundles are not supported by the Shopify checkout API and so those products are disabled in Violet.
  • Fixed issue where some non-USD transactions were not correctly persisting exchange rates, impacting payouts and analytics. Analytics will begin correctly tabulating from today onward.
  • Fixed issue where Bag OrderSkus statuses were not correctly updated on partial refunds.
  • Fixed issue where order totals were not visible from an overlap with the DevRev widget.

🧼 Clean Up

  • Updated sorting styling across pages with sortable data.
  • Channel login page now includes a link to the signup page.
  • Channel Dashboard users without a valid authentication token are now redirected to the sign-up page.
  • Relocated the link to the Channel login page for enhanced visibility in the signup page.

2023.11.20

🆕 Features

Channel Dashboard Updates

  • Introducing Analytics Overview Page
    • Users can check out GOV, commissions, and merchant data across various timelines.

🔧 Fixes

  • Fixed issue where PARTIALLY_REFUNDED bags were not updated to REFUNDED when subsequent refunds matched total amount.
  • Fixed issue where some “Default Title” Shopify variants were not being properly ignored.
  • Fixed issue where long order error messages were not being persisted.
  • Fixed issue where BigCommerce webhooks were being incorrectly created.
  • Fixed issue where Shopify email validation errors weren’t translating to order errors in some situations.

🧼 Clean Up

  • Users can now open and close the bag detail view without losing their scroll position on the orders table.

2023.11.13

🆕 Features

Merchant Dashboard Updates

  • Added ability to filter by Channel and Date in the Orders View.
  • Added ability to search by External Id in Orders View.
  • Added ability to review selected products using Review mode in Products View.
    • Select the products you wish to review.
    • Click on “x Selected” and click “Review”.

✨Introducing Violet Support Widget

  • Contact support straight from your dashboard.
  • View status of your tickets.

🔧 Fixes

  • Fixed issue where some Wix Orders were not able to be completed due to a serialization issue.
  • Fixed issue where BigCommerce merchants were failing to register webhooks during onboarding.

🧼 Clean Up

  • Removed search by Violet Id from Merchant Dashboard.

2023.11.06

🆕 Features

Connection Health Updates

  • Added support for Merchant_Complete webhook. This webhook will fire when a previously unhealthy merchant becomes healthy.
    • Merchant health is evaluated at minimum once every 24 hours.
  • Both Merchant_Complete and the existing Merchant_Needs_Attention will now correctly only fire once when a merchant’s overall health state changes.
  • Both webhooks will now correctly take into account their overall health state as it relates specifically to each app they are connected to and will only fire for the appropriate apps.
  • Added support to Simulate Webhook for both Merchant_Complete and Merchant_Needs_Attention

Integrations Updates

  • Adds post order failure reconciliation to the Shopify integration. When Shopify returns a failure response during order submission we will now query recent orders and attempt to discover if the order was successfully submitted before Shopify returned a failure response.

Dashboard Updates

  • Removed the automated lock placed on merchants who onboard, delete their account quickly, then attempt to onboard again.
  • Introducing Webhook Management on Channel dashboard
    • View all your latest webhook events right on the Channel dashboard.
    • Use filters or search by event ID to narrow down your search for the right webhook event.
    • View all webhook endpoints subscribed by the Channel app along with their event count and error rates.
  • Added the ability to filter orders by Merchant as well as Date in Channel Dashboard.
  • Added the ability to filter products by Publishing Status as well as Availability in Merchant Dashboard.
  • Added the ability to search, filter, and sort to the Merchants page in Channel Dashboard.
  • Enabled beta offers search for offers page at /offers for Channel Dashboard and /products for Merchant Dashboard.
    • This will greatly enhance the responsiveness of these pages.
    • As a result, sort functionality on these pages has been disabled temporarily until sorting is better supported in the beta search.

Order Updates

  • Added external_id, before_date_created & after_date_created filters to Bag Search endpoint.

🔧 Fixes

  • Fixed issue where Channel commission payout calculation was not taking discounts into consideration.
  • Fixed issue where re-syncing a single Shopify product that has been deleted in Shopify would return a not found error. It now marks the offer as archived, as intended.
  • Fixed issue where Channel specific commission rates were not displayed on the app cards on the merchant dashboard overview page.
  • Fixed issue where Channel specific commission rates were not displayed on the merchant connection panel in the channel dashboard page.
  • Fixed issue where the merchant filter menu in the channel orders table was missing some merchants.
  • Fixed issue where the channel orders table was incorrectly sorted and missing some entries.
  • Fixed issue where re-syncing a single product didn’t properly update for some ecom platforms.
  • Fixed issue where creating a cart where the only sku for a merchant was out of stock lead to orphaned bags and made the cart unable to complete checkout.
  • Fixed issue where the Channel orders page would fire off duplicate network requests.
  • Fixed issue where changing the commission rate on a merchant dashboard app card would cause other app cards to display the default commission rate instead of their overridden values.

🧼 Clean Up

  • Updates to Merchant Dashboard Products table: reorganized columns, add Brand and Image columns, and removed Product ID column.
  • Updates to Channel Dashboard Orders table: reorganized columns, add Merchant name and Date columns, and removed Order ID and Merchant ID columns.
  • Added Date field to Bag Detail pane in Channel Dashboard Orders page.
  • Re-enabled ability to filter offers by Inventory in Channel Dashboard.

2023.10.30

🆕 Features

Connection Health Updates

  • New Search Connection Health endpoint. See API Reference.
  • Channels that do not use Violet Commissions (skipping the commissions screen in Violet Connect) will now always show their commission status as green in the Merchants tab on the Violet Channel Dashboard.
  • Added scopes monitoring for ECWID merchants.

2023.10.23

🆕 Features

Channel Dashboard Updates

  • When loading the dashboard, the live/test toggle will automatically switch to the appropriate environment based on a Channel’s live/not-live status.

🔧 Fixes

  • Fixed issue where Shopify free shipping discounts were improperly being deducted from the subtotal. They are now deducted from the shipping total as intended.

2023.10.17

🆕 Features

Webhook Updates

  • New Webhook Event Search endpoint!
  • Added ability to retrieve the headers sent in a webhook event. See API Reference

Shopify Integration

  • Expanded Shopify post-order reconciliation
    • A completed Shopify order is now more closely analyzed after submission to determine if any information is missing.
    • If it is determined that data is missing we will attempt to automatically update the order to reconcile the missing data.

🔧 Fixes

  • Fixed issue where Get Merchant by ID and Search Merchant endpoints were not loading commission_rate data correctly.
  • Fixed issue where creating a wallet_based order with UNAVAILABLE SKUs did not surface correct error responses.
  • Fixed issue where offers filter would crash when attempting to filter by merchant.

2023.10.09

🆕 Features

Channel Offer View Updates

  • Order search endpoint improved to allow search by bag_id, merchant_id, bag_status, before_date and after_date. See API Reference.
  • Added option to filter by subscription status on offers page.
  • Added subscription status to offers table.
  • Added ability to select multiple offers for un/subscription on offers page.
  • Added demo tags to demo offers and merchant connections in test mode.

🔧 Fixes

  • Fixed issue where digital-only bags would crash the order page bag view in channel dashboard.
  • Fixed issue where Shopify discounts could not be applied when other discounts were in an ERROR / EXPIRED / INVALID state.

🧼 Clean Up

  • In the Merchant Dashboard, “Offers” and “Merchants” pages now redirect to the “Overview” page.
  • Adjusted overflow on Order panel and Bag details dropdown.

2023.10.02

🆕 Features

New Integration: CommerceTools

  • Adds support for merchants on the CommerceTools platform.

New Integration: Wix

  • Adds support for merchants on the Wix platform.

Brand new Violet Demo App for iOS

Improved connection health monitoring

  • Added BigCommerce plan monitoring.
  • Added WooCommerce scopes monitoring.
  • Added Magento scopes monitoring.

🔧 Fixes

  • Fixed issue where shopify discounts were not correctly surfaced for Sandbox merchants.
  • Fixed issue where empty offer descriptions would cause a crash in the channel dashboard offer panel.
  • Fixed issue where a user who already had an org could still navigate to /create-org on the channel dashboard.
  • Fixed issue for woocommerce stores whose IDs are larger than int.max.
  • Fix issue where Product Tags from WooCommerce stores weren’t flowing through to Violet Offers.
  • Fixed issue where new channel account creation could fail in some cases.

2023.09.25

🆕 Features

  • Added support for Product Collection type Shopify Discounts.
  • Added ability to filter offers by availability in tandem with filtering by merchant in channel dashboard.
  • Added a total offer count in channel dashboard offers view.

🔧 Fixes

  • Fixed issue where the snack bar message incorrectly displayed “published” when unpublishing from offers in the Merchant Dashboard.
  • Fixed issue where channel.violet.io did not redirect to the home page correctly.

🧼 Clean Up

  • The Channel Dashboard signup form now includes Company Function and Referral Channel fields, while the Country field has been removed.
  • The Email Address and Organization Slug fields have been disabled in the Channel Dashboard Org Info form.
  • Improved styling of Dashboard onboarding pages when the window width is reduced.

2023.09.18

🔧 Fixes

  • Fixed issue where new users were directed to create an org instead of accepting an invite to an existing org.
  • Fixed issue where double clicking accept on an org invitation caused a duplicate user entry.
  • Fixed routing behavior on account signup when using the browser back button.

🧼 Clean Up

  • Improved communication for merchant scopes status in Dashboard.
  • Improved styling in the Dashboard Merchant connection panel when window width is reduced.
  • Deleted Company Name field from the Org Info form in Dashboard.
  • Add rate limiting to Dashboard Channel login attempts which can be reset by going through the forgot password flow.
  • Fixed scrolling to view the entire form when window height is shortened in Dashboard onboarding pages.
  • Cleaned up alignment issues on tables when content is scrollable.

2023.09.11

🆕 Features

Active Monitoring for Shopify Store App Scopes

  • Violet now actively monitors Shopify store app scope changes that could cause a checkout to fail.
  • When store app scopes are missing a MERCHANT_NEEDS_ATTENTION webhook event is now triggered.

🔧 Fixes

  • Fixed issue that was leaving offers disabled during catalog resync.
  • Fixed issue that allowed for expired or not started discounts to be used with Shopify carts.
  • Fixed issue where previous offer image would be cropped by the loader when loading subsequent media.
  • Fixed issue where Commission Rate was showing Needs Attention even though it had been correctly set.
  • Fixed issue where adding different credentials for a store in Violet Connect didn’t immediately take effect, causing orders to fail for a number of minutes afterward.
  • Fixed issue for mismatched values for order ID and merchant ID columns on channel orders page.

🧼 Clean Up

  • Granular calls to Connection Health will now update the parent cache for that merchantId.

2023.09.05

🔧 Fixes

  • Fixed issue where duplicate orders were placed when e-commerce platforms return certain 500 series response codes.
  • Fixed issue where some Shopify merchants did not finish syncing their catalogs.
  • Fixed issue where a Shopify’s merchant’s catalog was marked disabled_available shortly after initially going through Violet Connect.
  • Fixed issue where the sub navigation menu remained open when clicking outside of it.

🧼 Clean Up

  • Updated External Payments information in settings/payments page and External Payments modal on Channel Dashboard.
  • Fixed typos on country request list in Violet Connect.

2023.08.28

🆕 Features

Actively Monitoring for Shopify Store Plans

  • Violet now actively monitors Shopify plan changes that can affect the ability to complete a purchase.
  • When a Shopify store moves to an inactive plan (eg. dormant or frozen), the corresponding merchant and its offers on Violet are automatically disabled. Similarly, when the store changes to an active plan (eg. basic), the corresponding merchant on Violet is automatically enabled and it’s offers are resynced.
  • This feature ensures accurate synchronization between Shopify and Violet, maintaining data integrity for the operation of your application.

Merchant Filter

  • You can now filter your offers more intuitively with the new merchant filter on the channel dashboard offers page.

Shared Access to your Violet Dashboard [BETA]

  • Add team members to your Organization in the Violet Channel dashboard.
    • Invite collaborators to your org to share management of apps and payments.
    • Different features are gated based on the permissions assigned to collaborators.
    • This was a large feature and may have a few things to iron out. Please let us know if you find something that could use a bit more polish.

🔧 Fixes

  • Fixed issue when wallet based cart was submitted with guest customer causing Shopify to fail.
  • Improves parsing and handling of Shopify API error messages when a merchants store has been shut down or disabled by Shopify.
  • Fixed issue where pricing a cart while applying an invalid discount code resulted in an API error.
  • Fixed issue preventing carts with only digital items from checking out when no shipping address was provided.

🧼 Clean Up

  • Removed distracting UI from Login and Account Settings.
  • Removed “Company Name” field from the Edit App Info Dialog.
  • Improved UX for inputs and dropdowns across the dashboard.

2023.08.21

🆕 Features

Webhook Simulation Enhancements

Relay [Alpha] has been released with support for Shopify, BigCommerce, and WooCommerce.

  • If you’re wanting to send and receive data in a more streamlined fashion, Relay might be perfect for you. Reach out to support@violet.io to get access.
  • You can read more about how to try out the Relay API here.

Sign up page update

  • The Channel dashboard signup page now has additional information for channels and merchants.

Let’s Chat button

  • “Let’s Chat” button added to Channel dashboard nav bar for channels to get in contact with our marketing/sales team.

🔧 Fixes

  • Fixed issue when invalid discounts are added to cart causing a concurrency error.
  • Fixed issue where merchant explore panel last items were cut off in dashboard.
  • Update docs to call out that offer search with beta flag has incompatible search criteria.
    • sort_by and sort_direction are not supported.

🧼 Clean Up

  • Improved scrolling behavior across offers, orders, and merchants tables in dashboard.

2023.08.16

🔧 Fixes

  • Fixed issue where non live-enabled apps could not see connected sandbox merchants or explore merchant data.

2023.08.15

🔧 Fixes

  • Fixed bug in Merchant Explore view when an is app not live enabled.

  • Fixed issue where the code verification flow was not consistent.

2023.08.14

🆕 Features

Merchant Search Endpoint Enhancements

  • New functionality added to the merchant search endpoint, allowing sorting by sort_by and sort_direction parameters in the request body.
  • This feature provides greater flexibility and precision in locating the desired merchant information.
  • For detailed information, please consult our API Documentation.

Webhook Monitoring for Shopify App Uninstallation

  • Violet now actively monitors Shopify app uninstallation events.
  • When a Shopify app is uninstalled, the corresponding merchant on Violet is automatically disabled.
  • This feature ensures accurate synchronization between Shopify and Violet, maintaining data integrity.

New Webhook Events: MERCHANT_ENABLED & MERCHANT_DISABLED

  • Introducing two new webhook events: MERCHANT_ENABLED and MERCHANT_DISABLED.
  • These events notify subscribed channels when a merchant is enabled or disabled on Violet; for example: because of a Shopify app unistallation.
  • Stay updated on merchant status changes by utilizing these informative webhook events.
  • Further details can be found in our Webhook Documentation.

Improved Media Handling on Self-Hosted Commerce Platforms

  • All media content on self-hosted commerce platforms will now be seamlessly uploaded to a Violet-managed Content Delivery Network (CDN) during product synchronization.
  • This enhancement aims to enhance media loading performance on self-hosted stores and allows for dynamic media transformations.
  • More information on this update can be found in our Media Transformation Documentation.

🔧 Fixes

  • Fixed publishing_status on Offer Search when using beta mode to be correctly filtered against.

🧼 Clean Up

Enhanced Security for User Verification Flows

  • Security enhancements have been implemented for the user verification processes within the dashboard.
  • These improvements bolster the security of user accounts and interactions.

Streamlined Merchant Login Code Verification

  • The previously used code verification iframe in the merchant login process has been replaced with a native code verification page.
  • This change enhances the user experience and provides a smoother login process.

Improved Error Handling for Channel Forgot Password

  • Error handling for the Channel forgot password functionality has been refined.
  • Users will now receive clearer error notifications through a user-friendly snackbar interface.