: Staging
: Production
✨ New
Variant creation webhooks for bulk operations
Webhook events are now triggered when product variants are created in bulk, ensuring all variant creation operations are properly tracked.
Seller activity tracking
Added calculated fields to track seller activity, including approval status, first product created date, and first order created date.
✨ New
Active customer filtering
Added an isActive filter to the customers query, making it easier to filter between active and inactive customer accounts.
✨ New
Order sorting for customers
Customers can now sort their order history when querying their own orders through the me.orders endpoint.
💎 Changed
Performance improvements
Made several performance improvements across the platform:
- Checkout queries now use optimized data loading, reducing database queries.
- Sale data is now prefetched during request processing, improving response times.
- Collection product loading is now more efficient, preventing unnecessary reloads.
- Checkout operations use improved data structures for faster calculations.
🪲 Fixed
Fixed an issue where discounts and volume discounts were not correctly set to zero in payout calculations.
Fixed database migration issues and improved model import handling.