Перейти к основному содержимому Перейти к дополнительному содержимому

BigCommerce 

BigCommerce is an eCommerce platform to help retailers and brands create and manage their online businesses.

BigCommerce integration replicates data using the BigCommerce REST API.

See the Schema section for a list of objects available for replication.

Preparing for authentication

To access your data, you need to authenticate the connection with your account credentials.

Примечание к информацииУбедитесь, что используемая учетная запись имеет доступ для чтения к таблицам, которые требуется получить.

To retrieve your API credentials:

  1. Log into your BigCommerce account as the store owner.
  2. Click Advanced Settings > API Accounts. The Store API Accounts page is displayed.
  3. Click Create API Account.
  4. In the Name field, enter a name for your app.
  5. In the OAuth Scopes section, set the following permission fields to read-only:
    • Customers.
    • Marketing.
    • Orders.
    • Products.
  6. Click Save. The account is created.
  7. From the pop-up window, download the .txt file containing your API credentials.

    If you are not prompted to download the .txt file or encounter other issues, contact BigCommerce support.

  8. Open the file and copy the credentials.

Creating the connection

Для получения дополнительной информации см. раздел Подключение к приложениям SaaS.

  1. Заполните необходимые свойства подключения.
  2. Заполните поле Имя подключения.

  3. Установите флажок Открыть метаданные подключения, чтобы определить метаданные для подключения, когда оно будет создано.

  4. Щелкните Создать.

Connection settings
SettingDescription
Data gateway

Выберите шлюз Шлюз движения данных, если этого требует текущий сценарий использования.

Примечание к информации

Это поле недоступно при использовании подписки Qlik Talend Cloud Starter, так как она не поддерживает Шлюз движения данных. Если используется другой уровень подписки или не требуется использовать Шлюз движения данных, выберите Нет.

Для получения информации о преимуществах Шлюз движения данных и о сценариях, требующих его использования, см. раздел Шлюз данных Qlik — движение данных.

Start Date

Введите дату в формате MM/DD/YYYY, начиная с которой данные должны реплицироваться из источника в цель.

Client IDClient ID.
Access TokenAccess token.
Store HashStore hash.

The value between stores/ and /v3/ in the API path is your store hash. For example: If the API path were https://api.bigcommerce.com/stores/123456/v3/, the store hash would be 123456.

Schema

Примечание к информации

Schemas and naming conventions can change from version to version. It is recommended to verify your version before continuing.

The schema and info displayed below is for version 1.

Depending on your destination, table and column names may not appear as they are outlined below.

coupons

The coupons table contains info about the coupons in your BigCommerce store.

Примечание к информации Tip: This table uses Full Table Replication, which means all records will be replicated during every replication job. To avoid re-replicating unnecessary data, create a second BigCommerce integration in your Stitch account (you can even use the same BigCommerce API credentials) and set the integration to replicate every 12 or 24 hours.

Replication Method

Full Table

Primary Key

id

Useful links

BigCommerce API method

customers

The customers table contains info about the customers in your BigCommerce store.

Replication Method

CDC

Primary Key

id

Replication Key

date_modified

Useful links

BigCommerce API method

orders

The orders table contains info about the orders in your BigCommerce store.

Replication Method

CDC

Primary Key

id

Replication Key

date_modified

Useful links

BigCommerce API method

products

The products table contains info about the products in your BigCommerce store.

Note: During the initial replication job for a BigCommerce integration, all products will be replicated. On subsequent replication jobs, only new and updated product records will be replicated.

Replication Method

CDC

Primary Key

id

Replication Key

date_modified

Useful links

BigCommerce API method

Помогла ли вам эта страница?

Если вы обнаружили какую-либо проблему на этой странице или с ее содержанием — будь то опечатка, пропущенный шаг или техническая ошибка, сообщите нам об этом!