Shopee

Overview

You can create a Shopee Connector to read from your Shopee account API. The schema for this Source Connector is defined by the selected columns from the query.

Prerequisites

Required information:

  • Shopee App ID

  • Shopee Secret

  • GraphQL Query

Creating a Shopee Source Connector

Step 1: After selecting + New Connector, under the System prompt, click Shopee

Step 2: Enter a Connector Name

Step 3: Select Source Connector

Steps 4 & 5: Authentication

App ID & Secret

1: To find the App ID, first Go to your Shopee Affiliate Homepage, click "Open API".

2: Copy your App ID and secret.

Step 6: GraphQL Query

Provide a query to access the data through the Shopee API.

Note: the schema for this source Connector is defined by the selected columns from the query.

Advanced Options

Header Normalization

The source file may have characters at the start or end that includes spaces, tabs, carriage returns and line endings. You can choose to keep all characters from the source or remove all whitespace. Select one of the options:

  1. Don't normalize headers. Use headers exactly as they appear in the source: If this option is selected, we will retain all characters from the source file.

  2. Remove extra whitespace and other common untypable characters from headers: If this option is selected, we remove all whitespace (spaces, tabs, carriage returns, line endings) at start/end.

Last updated