• Wix Stores: Abandoned Carts Collection

    With the Stores/AbandonedCarts collection, you can now retrieve the shopping carts that were created but did not end with a purchase. Learn more
  • HTTP Functions: options()

    You can now use the options() function to respond to requests made with the HTTP OPTIONS method, such as API consumers attempting to identify the allowed request methods or as part of a CORS preflight request. Learn more
  • Filter Binding

    Now you can create filters for various lists (like repeaters, tables and galleries), to make it easier for your users to navigate through lots of content. No coding required. Learn more
  • Media Gallery Field Type Added to Database

    You can now add video to the Media Gallery field. You can add images and multiple videos in the same field and connect to a single Pro Gallery element. Learn more
  • ThankYouPage API Released

    The ThankYouPage API allows you to get the order information from your store's thank you page so you can customize the page. Learn more
  • Wix Stores: getCurrentCart Backend Function

    The wix-stores-backend.getCurrentCart() function allows you to retrieve the current shopping cart in backend code. Learn more
  • Wix Data: distinct() Function

    The WixDataQuery.distinct() function allows you to retrieve distinct values from a database collection. Learn more
  • onFormSubmit Event Added

    The wix-crm-backend.onFormSubmit event allows you to write code that runs whenever a form is submitted. Learn more
  • Wix Location: onChange()

    Now you can write code that runs when an application page's URL changes. For example, you can use the onChange event handler to determine when a new product is displayed in a store and perform any necessary partial updates on the page. Learn more
  • Wix CRM: "Tasks" Collection

    Now you can work with your CRM task data. When you add a task in your site's dashboard, the CRM/Tasks collection is added to your site’s Database. The collection contains information about your tasks. Using the collection you can track, query, and sort your task data. Learn more