Skip to main content

API v1.17.0

: Staging

: Production

✨ New

Webhooks

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 mgmt

Seller activity tracking

Added calculated fields to track seller activity, including approval status, first product created date, and first order created date.

✨ New

Customer mgmt

Active customer filtering

Added an isActive filter to the customers query, making it easier to filter between active and inactive customer accounts.

✨ New

Orders

Order sorting for customers

Customers can now sort their order history when querying their own orders through the me.orders endpoint.

💎 Changed

Performance

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

Payouts

Fixed an issue where discounts and volume discounts were not correctly set to zero in payout calculations.

API

Fixed database migration issues and improved model import handling.

Was this page helpful?