Skip to main content

API v1.2.24

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 the checkoutSellerShippingMethodsUpdate mutation.
  • Added the ability to filter the productVariants query by the seller global ID.
  • Added the ability to sort by date and filter by from_email, to_emails, message_type, and date for the emailLogs query.
  • Added the marketplace_order field to the order 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 a wishlistItem. 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 in WishlistByIdLoader.

Was this page helpful?