: Staging
: Production
✨ New
Simplified webhook transaction handling
Improved the handling of pending webhook transactions, making webhook processing more reliable and easier to manage.
Marketplace shipping methods
Added support for marketplace-level shipping methods in checkout, allowing operators to configure shipping options that apply across all sellers.
GraphiQL playground
Added an interactive GraphiQL playground for easier API exploration and testing.
Discount fields on collections
Added discount-related fields to the Collection type, making it easier to display promotion information on collection pages.
Enhanced marketplace order fields
Added new fields to NauticalOrder and Checkout objects to support more detailed order management and tracking.
🪲 Fixed
Fixed an issue where the available_currencies field could cause resolution errors in certain queries.
Fixed an issue where filtering orders by APPLYING status could return incorrect results.
Added missing seller_errors fields to several mutations for more consistent error handling.
Fixed a race condition in nauticalDraftOrderComplete by ensuring the order is properly locked during completion.
Added missing error classes for agreement-related mutations to improve error reporting.
Fixed an issue where updating order checkpoints to previous values was incorrectly blocked.
Fixed invoice line items to correctly display discounted totals instead of undiscounted amounts.