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
shippingMethodPriceOverrideAmount
field with thecheckoutSellerShippingMethodsUpdate
mutation. - Added the ability to filter the
productVariants
query by theseller
global ID. - Added the ability to sort by
date
and filter byfrom_email
,to_emails
,message_type
, anddate
for theemailLogs
query. - Added the
marketplace_order
field to theorder
object 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_CREATED
SELLER_UPDATED
SELLER_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
attributes
query for improved speed and performance. - Performance improvements to the
shop
query.
🪲 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_key
name inWishlistByIdLoader
.