Integrate with Wix Apps in Blocks

Editor compatibility

Wix Blocks apps aren't supported in the Wix Harmony editor. Existing Blocks apps remain available for purchase on the Wix App Market for Wix Editor and Wix Studio sites. To learn more, see About Wix Harmony and Blocks.

Wix Apps are business solution apps created by Wix, enabling users to sell products and services, run events, write blogs, manage restaurants and more. To integrate with Wix Apps in your Blocks app, you must first add them as dependencies. You can then use their collections or utilize their APIs.

Add Wix App Dependencies

To add a or remove a dependency:

  1. Click WixBlocks > App > App Dependencies.
  2. Click + Add Dependencies and select the App that you want to add (or remove).

When a user installs your app, they'll receive a notification that they need to install the Wix apps you defined in order for your app to work.

Using Wix App Collections

Wix App collections are special collections that come from the Wix Apps that you integrate in your app. These collection appear automatically when you add a dependency to these apps. They'll also appear in any site that will use your app.

Important:

Currently, you can only access the collections of Wix Stores and Wix Bookings. For other Wix Apps, use their APIs to access data.

To use Wix App collections:

  1. Navigate to the Collections collections tab.
  2. Click Wix App Collections and view the available collections.

You can use these collections with data-binding or code to populate Repeaters or display the data in other ways.

In Preview mode, your app shows how it interacts with the default data from these collections.

Utilizing Wix App APIs

Wix App APIs are documented in the API reference and can be implemented in your app's code.

To test them, go to Test and run them on a site. You cannot test these APIs in the Blocks preview.

Did this help?