Core Release v5.0.27

Released on 18 Jul 2025

New Features:

  • Builder. io - accordion / carousel / tab widgets
    Enables the use of advanced UI widgets on Builder.io: Visual Development Platform pages. These components now render as expected within Glyde’s frontend. To use these, Marketplace Owners can edit the desired page in Builder.io and add the components from the Layout section.

  • Add Quantity-Based Shipping Option in Vendor Shipping Module
    Introduces logic in vendor shipping to apply rates based on quantity ranges. E.g. 1–5 items = $10, 6–10 items = $15.

    This is available from Sales → Vendor Shipping Options.

    The Source Price Type can now be set as “Total Source Quantity”. The quantity calculations work similar to price and weight. Depending on the quantity of items for each vendor shipping option, the customer will pay a shipping price as defined on the rule set.


  • As Platform owner, I want to cancel a customer's subscription through admin API
    New admin API endpoint to cancel an active subscription on behalf of a customer. Includes validation on billing status and next payment date.

    /V1/storeview/{store-code}/admin/subscription/action

    https://uc-marketplace.readme.io/reference/post_v1-storeview-store-code-admin-subscriptions-actions-1

  • Ability to update payment details on Stripe (Customer Portal)
    Customers can now access Stripe’s Customer Portal to securely update their credit card or billing details. (API/backend only. The frontend is in progress to connect to this new API)

  • Support "Relevance" as Position Field for Product Display on Glyde (API only)
    Improves product sorting logic to support a "Relevance" metric via API, enabling better search ordering. This is the API only, the frontend to support this is in built.

  • Set default payout status for Vendors
    New logic sets a default payout status (e.g., Pending) for newly created vendors, ensuring correct default configuration. This is available from Stores → Configuration → Omnyfy → Marketplace Commercials Management → General Settings → Default Vendor Payout Type → Stripe/Manual.


Improvements to existing features:

  • Subscription API Enhancement for Platform Owner
    Provides additional access to subscription data via API, allowing platform owners to retrieve subscription details for orders.
  • Add ability to filter on categories using OR operation (Lambda)
    Category filtering now supports logical OR instead of only AND, improving product discoverability in category landing pages (Lambda)
  • Update on product attribute creation
    When creating a new product attribute, the default visibility is now set to Global and Visible on Catalog Pages, reducing manual steps for admins.
  • Remove "sw_featured" product attribute from default creation
    Cleans up legacy attribute usage by removing sw_featured from auto-assigned attributes when creating a product.
  • Disable creation of vendor integration generate integration token
    Performance improvement: prevents automatic generation of vendor integrations and tokens when a new vendor is created.
  • Update on Tax on checkout
    Refines tax display and calculation rules based on updated jurisdiction logic and new address validation.
  • Distance Filter (Lambda)
    Adds distance-based sorting using the user's geolocation or selected coordinates. Supports sort by ascending/descending.
  • Require ability to sort distance from provided latitude/longitude in ascending or descending order (Lambda)
    Enhances sorting behavior in search filters, specifically for the marketplaces implementation using provided coordinates (Lambda).

Bug fixes:

  • Disable "Omnyfy_Mcm" deprecated Cron Shipping Calculation
    Removes deprecated cron job affecting shipping rate calculations, improving performance and eliminating legacy conflicts.
  • Cannot use "Yes/No" product attribute in layered navigation
    Fixes frontend and indexing issues so Yes/No attributes can now be used as valid layered navigation filters.
  • Vendor Shipping Options using configurable product weight
    Improves shipping logic to use the correct simple product weights from configurable products when calculating vendor rates.
  • There are no source items with the in stock status
    Allows products to be added to cart when the product is a configurable and the first variation does not have stock. Previously, if this case happened, the customer was prompted with a message “There are no source items with the in stock status”. This fix is completed on PDP and PLP.