: Staging
: Production
✨ New
New marketplace order fulfillment mutation
Added nauticalOrderFulfill mutation, providing a streamlined way to fulfill marketplace orders with improved performance and clearer semantics.
Rich text support for seller store descriptions
Seller store descriptions now support rich text formatting, allowing sellers to create more engaging and visually appealing store pages.
Fulfillment declined notifications
Added support for notifying customers when a fulfillment is declined, with control over whether to send the notification via the notify_customer parameter.
Order cancellation notifications
Added the ability to control customer notifications when an order is cancelled via the notify_customer parameter in the order_cancelled event.
Shopify seller configurations
Shopify seller configurations are now enabled by default, simplifying the setup process for sellers integrating with Shopify.
💎 Changed
Performance improvements
Made several performance improvements across the platform:
- Draft order modifications are now significantly faster through optimized database operations.
- Order fulfillment operations complete more quickly with improved data handling.
- Checkout queries are much faster, especially when calculating shipping options and applying vouchers.
- Payout processing is more efficient with optimized batch operations.
- Product availability checks are now faster with improved data loading.
💎 Changed
Non-seller configurable plugins are now properly hidden from the seller interface, reducing confusion and simplifying the seller experience.
🪲 Fixed
Fixed an issue where voucher discount amounts could be returned with incorrect currency conversions.
Improved error handling for external service integrations — the system now gracefully handles recoverable HTTP errors instead of raising exceptions.
Fixed several issues with order processing:
- Seller order lines are now properly loaded during draft completion.
- Stock deallocation events are now recorded asynchronously, improving fulfillment speed.
- Removed duplicate order update notifications during fulfillment.
- Fixed duplicate processing calls that could slow down order operations.
- Stock updates now use more efficient bulk operations.
- Corrected order ID references in marketplace order contexts.
Fixed an issue where vouchers were unnecessarily locked during checkout queries, improving checkout performance.
Fixed CC and BCC email parsing for SendGrid to ensure emails are properly delivered to all recipients.
Fixed customer data isolation to ensure proper tenant separation in analytics.
🚫 Deprecated
Additional volume discount fields have been deprecated as part of the ongoing simplification of the discount system.