: Staging
: Production
✨ New
Minimum checkout amount enforcement
Added a configurable minimum checkout amount setting. Checkouts cannot be completed if the order total falls below this threshold, helping marketplaces enforce minimum order values.
Quote order management
Added comprehensive support for quote orders, including:
- New queries to retrieve quote orders
- Ability to convert checkouts into quote requests
- Email notifications for quote orders
- Payment creation for quote orders
- Sub-status management for quote workflows
Order source tracking
Orders and marketplace orders now track their origination source (e.g., storefront, quote request, draft order), making it easier to analyze order patterns and filter orders by channel.
Effective payout method tracking
Vendor payouts now record the effective payout method used, providing better visibility into how sellers are paid.
Enhanced webhook support
Added webhook events for marketplace orders and customer-related actions, enabling better integration with external systems.
💎 Changed
SKU no longer required for variants
Product variants can now be created and updated without requiring a SKU, providing more flexibility in product catalog management.
Expanded permissions for draft and quote orders
Updated permission model to properly support draft order and quote order management across marketplace operators and sellers. Marketplace operators can now manage collections.
🪲 Fixed
Fixed an issue where draft orders could not be finalized in certain scenarios.
Fixed an issue preventing customer selection during draft order creation in the Dashboard.
Fixed validation logic for quote orders to ensure proper status transitions, including enforcement when awaiting payment.
Fixed an issue where Stripe payment intents were incorrectly reused when payments had already succeeded or were processing, preventing duplicate charges.