Overview

In order to access Wish data through the merchant API, you must first register a private app. This app will have to be authenticated using the OAuth 2.0 specification.

This guide will show you how to create your private app. To learn how to authenticate your app, click here.


NOTE: If you are an ERP and want to create applications that'll be used by multiple merchants, learn about how to create a public app here. You will need to apply to create a verified public application.


Creating the Private App

To create your private app, navigate to your API Settings page, located in the Account menu on the right of your navigation bar.

Scroll down the page. You should now see the following section:

Click on "Register a private app". The following form will pop up:

The redirect URI is an endpoint that is owned by you. This will be the URI to which we send the authorization code. This URI must use HTTPS.For more information on how this endpoint will be used, click here.

After you create your app by clicking Submit, you should see the following:

This page contains all the details of your private app that you will need to begin the authorization process.

At the moment, we only allow you to own one private app.