- You want to test Kariz for existing users that you have already authenticated with
- You want to keep your own style for the authentication flow
- You don’t want to reauthenticate existing users
How it works
- Get the existing user credential for a marketplace (usually stored in your app database)
- Send us a request to get data for that customer on one of our marketplaces
Channels:
In the configuration, the scopes that are being used are called channels.-
Shopify -
Bol.com -
Amazon -
WooCommerce
Shopify parameters
| Name | Required | Data type | Description | Example |
|---|---|---|---|---|
| baseUrl | If user is not authenticated with magic link | String | Shop URL | shop_name.myshopify.com |
| Token | If user is not authenticated with magic link | String | OAuth 2.0 token |
woocommerce parameters
| Name | Required | Data type | Description | Example |
|---|---|---|---|---|
| baseUrl | If user is not authenticated with magic link | String | Full shop URL | https://domain.com/wordpress/wp-json |
| Token | If user is not authenticated with magic link | String | Basic Auth token | base64 |
bol parameters
| Name | Required | Data type | Description | Example |
|---|---|---|---|---|
| Token | If user is not authenticated with magic link | String | Basic Auth token | base64 |