Step 1 | Create a Custom Wix app

The first thing we’ll do is create an app in the Custom Apps page. The app dashboard acts as a control center for the various pieces we'll add to our app–it allows us to manage extensions, permissions, installation settings, and more. We’ll touch on a lot of this later in the tutorial. For now, we only need to do 2 things in our app dashboard:

  1. Locate the app ID, public key, and app secret. These will become important a bit later when we write our server code.

    On the home page of the app dashboard, in the top right corner click the More Actions button and choose View ID & keys.

    More Actions > View ID & keys

    This opens a modal called App ID & keys that contains your app secret key, app ID, public key, and namespace. You don’t need to do anything with these values just yet, but remember this location for later.

  2. Set up our app to automatically install Wix eCommerce. In order for our business solution to take advantage of eCommerce services like cart and checkout, Wix eCommerce must be installed on a Wix user’s site. Setting up automatic installation of Wix eCommerce ensures our app will function correctly without the Wix user having to take extra action. Follow these instructions to configure your app to automatically install Wix eCommerce.

Now that we’re familiar with our app dashboard, let’s start building our app. In the next couple of article, we’ll be working in Wix Blocks.

Next up: Step 2 | Create a Catalog Database in Blocks

Did this help?