• New and Improved Warmup Data API

    Now you can optimize data loading for sites that render both in the backend code and in the client-side code, minimizing costly data fetching. Learn more
  • Prompt Visitors to Log In with a Popup

    With the new "modal" option for the wix-users PromptLogin() function, you can now let visitors log in to your site using a modal popup. Learn more
  • New Contacts APIs: Manage Site Contacts from Backend Code

    With the new Contacts APIs, you can create, update, get, query and delete contacts, manage their labels and custom fields, and more. Learn more
  • Access Variants with New Wix Stores Variants Collection

    Like other Stores collections, you can now access and query Variants - combinations of product options - using Velo and the Content Manager. Learn more
  • New Feature: Pre-built Code Packages by Velo

    You can now install pre-built code packages created by Velo that save you hours on adding functionality to your site. Learn more
  • Test Your Backend Functions Straight from the Editor

    You can now trigger and test your backend functions from the Code Panel within the Editor — no need for Preview mode or external tools. Learn more
    Functional Testing
  • Stores: New Price per Unit Data Fields Added

    Price per unit data fields have been added to APIs that return product objects or product variant objects. Learn more
  • New API: Manage Your Site's Pricing Plans from Backend Code

    Now you can create, update, hide and archive pricing plans from your backend code. Set your primary pricing plan, perform queries and more. Learn more
  • New Backend Events for Coupons API

    Write code that is triggered when a coupon is created, updated, deleted or applied using new Coupons API backend events. Learn more
  • Stores: New API for Canceled/Refunded Orders

    You can now write code that is triggered when an order is canceled and/or refunded using onOrderRefunded() and onOrderCanceled() backend events. Learn more