Articles in this section

Set up a connection to Shopee

Shopee is an e-commerce platform. It offers a wide variety of products and provides customers with easy, secure, and fast online shopping.

Set up a connection

After you start the connection, configure it in the Create connection panel and complete all of the required * authentication settings:

Setting

Instructions

Name your connection * 

Enter a clear and distinguishable name.

Throughout integrator.io imports and exports, you will have the option to choose this new connection. A unique identifier will prove helpful later when selecting it from a list of the connections in your account.

API type * 

Choose your Shoppe API type:

  • Shop: Manage products, inventory, orders, shipping, promotions, and returns for a specific Shopee store, automating and synchronizing operations for an individual seller account.

  • Merchant: Manage and monitor multiple Shopee shops under one merchant account, including centralized product, order, and reporting operations when running and integrating multiple stores through a single merchant entity.

OAuth 2.0 client *  

Select the OAuth 2.0 client that stores the client ID and client secret provided by Shopee.

dataLoad.svg​​ How to retrieve the client ID and client secret

To add an OAuth 2.0 client and configure your credentials, click the plus (+) button. Click the edit ( pencil.svg ) button to modify a selected OAuth 2.0 client. For more information, see Create an OAuth 2.0 iClient resource.

Domain * 

Enter your Shopee account domain. For example, if your Shopee account instance URL is https://partner.shopeemobile.com/api/v2, then partner.shopeemobile.com is your domain.

Valid domain names * (iClient setting)

Enter the unique domain name for the OAuth URL. Separate multiple values with a comma. For example, if your URL is https://open.shopee.com, then shopee.com is the valid domain name.

Partner ID * 

Enter your Shopee app partner ID (live or test depending on your account environment).

dataLoad.svg​​ How to retrieve partner ID 

Partner key * 

Enter your Shopee app partner key (live or test depending on your account environment).

Multiple layers of protection are in place, including AES 256 encryption, to keep your connection’s partner key safe. When editing this form later, you must enter this token again; it is stored only when the connection is saved and never displayed as text.

dataLoad.svg​​ How to retrieve the partner key 

The following settings are applicable only to the API type Shop:

Shop ID * 

Enter your Shopee shop ID.

dataLoad.svg​​ How to retrieve the shop ID 

Authorization account type * (iClient setting)

Select your Shopee account type (Main account or Shop account).

Main account ID * (iClient setting)

Enter your Shopee main account ID.

The following settings are applicable only for Merchant API type:

Merchant ID * 

Enter your Shopee merchant ID.

Authorization account type * (iClient setting)

Select your Shopee account type (Main account or Merchant account).

Main account ID * (iClient setting)

Enter your Shopee main account ID.

Tip

This connector documentation describes only the settings shown for the Simple view. For the corresponding HTTP settings, see the OAuth 2.0 auth universal connector documentation.

How to retrieve the partner ID/client ID and partner key/client secret

  1. Sign in to your Shopee open platform account.

  2. Navigate to App management > App list.

  3. Select the required application. For information on how to create an app, see App management.

  4. Navigate to App key.

  5. Copy Partner ID (live or test, depending on your account environment).

  6. Click the Eye icon and copy Key (live or test, depending on your account environment).

Shopee.png

How to retrieve the shop ID

  1. Sign in to your Shopee Seller Central account.

  2. Navigate to Product > My products > More.

  3. Click Live preview.

  4. From the product URL, copy the ID. For more information, see How do I check my shop ID.

Additional references