note
This release also includes changes from the 1.2.20 hotfix.
⛵ Added
- Added validation by seller for
DraftOrder
mutations. - Added validation for
overrideAmount
indraftOrderLinePriceOverride
andnauticalDraftOrderLinePriceOverride
mutations to ensure the input is not negative or zero. - Added database table for logging webhook events.
🌊 Changed
- Extended SendGrid order payloads to include information on grouped products.
🪲 Fixed
- Fixed the
line_price_overridden
error that occurred during order events after usingdraftOrderLinePriceOverride
ornauticalDraftOrderLinePriceOverride
mutations to override item price in draft orders. - Fixed issue with incorrect order payout status for orders with products having volume discounts under 'Automated by fulfillment' payout mode.
- Fixed issue where shipping address updates were not being synchronized between Nautical and WooCommerce orders.
- Fixed an issue where the SendGrid payload for orders created with a voucher were missing the discount value.