: Staging
: Production
✨ New
Empty values for dropdown and multiselect attributes
Product attributes with dropdown or multiselect types can now be saved with empty values, providing more flexibility when managing product variations.
Sale minimum requirements validation
Sales now validate minimum purchase requirements, ensuring discounts are only applied when customers meet the configured criteria.
Currency field on sales and vouchers
The currency field is now exposed on sales and vouchers in the API, making it easier to work with multi-currency discounts.
Sale information on order lines
Order lines now include additional sale-related fields, providing better visibility into which discounts were applied at the time of purchase.
Subtotal and total on vendor payouts
Added subtotal and total fields to VendorPayout, making it easier to understand payout calculations.
Improved seller shipping method handling
Redesigned how shipping methods are managed per seller during checkout, improving accuracy and reliability when calculating shipping costs for marketplace orders.
🚫 Deprecated
Checkout public metadata editing config
The configuration option to edit checkout public metadata is now deprecated and will be removed in a future release.
💎 Changed
Available shipping methods now required
The availableShippingMethods field is now non-nullable, ensuring shipping method information is always present when querying checkout data.
🪲 Fixed
Fixed an issue where vat_code was not properly included in order line data.
Fixed an issue that could cause errors when retrieving seller orders in certain scenarios.
Resolved circular dependency issues that could impact API stability.