note
This release also includes changes from the 1.2.22 hotfix.
⛵ Added
- Added the ability to input an option price override for the shipping method, by passing the
shippingMethodPriceOverrideAmountfield with thecheckoutSellerShippingMethodsUpdatemutation. - Added the ability to filter the
productVariantsquery by thesellerglobal ID. - Added the ability to sort by
dateand filter byfrom_email,to_emails,message_type, anddatefor theemailLogsquery. - Added the
marketplace_orderfield to theorderobject model, for the ability to retrieve the marketplace order from the seller order. - Added the following new webhook events triggered by changes to a seller:
SELLER_CREATEDSELLER_UPDATEDSELLER_AGREEMENT_ACKNOWLEDGED
🌊 Changed
- The Wishlist feature has been updated to require storing only a single-entity product or variant against each
wishlistItem.Users of the legacy wishlist model, which stores multiple variants, must update their implementation to the new model as it is no longer possible to associate multiple variants with awishlistItem. This update provides more flexibility in wishlist management. - Optimized filters for the
attributesquery for improved speed and performance. - Performance improvements to the
shopquery.
🪲 Fixed
- Fixed an issue with connecting third-party apps while logged in as a Seller Admin user
- Fixed an issue that prevented changing the payout status for seller orders in cases where the seller had previously been excluded from a payout.
- Fixed
context_keyname inWishlistByIdLoader.