1
0
mirror of synced 2026-01-01 00:02:54 -05:00
Files
airbyte/docs/integrations/sources/commercetools.md
James Sewa Wilson 46fa44ab80 🎉 New Source: Commerce Tools (#5957)
* adding new source connector Commercetools

* adding new source connector Commercetools

* quick fix

* quick config

* changes

* format files

* add ci credentials run

* correct bin creds

* add publish cmd

* add spec host enum

* correct itnegration tests

* run seed file

Co-authored-by: jsewawilson <jwilson@pebblepost.com>
Co-authored-by: Marcos Marx <marcosmarxm@gmail.com>
2021-11-08 23:59:29 -03:00

2.0 KiB

Commercetools

Sync overview

The Commercetools source supports both Full Refresh and Incremental syncs. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.

This source can sync data for the Commercetools API.

This Source Connector is based on a Airbyte CDK.

Output schema

This Source is capable of syncing the following core Streams:

Data type mapping

Integration Type Airbyte Type Notes
string string
number number
array array
object object

Features

Feature Supported?(Yes/No) Notes
Full Refresh Sync Yes
Incremental - Append Sync Yes
Namespaces No

Performance considerations

Commercetools has some rate limit restrictions.

Getting started

  1. Create an API Client in the admin interface
  2. Decide scopes for the API client. Airbyte only needs read-level access.
    • Note: The UI will show all possible data sources and will show errors when syncing if it doesn't have permissions to access a resource.
  3. The projectKey of the store, the generated client_id and client_secret are required for the integration
  4. You're ready to set up Commercetools in Airbyte!

Changelog

Version Date Pull Request Subject
0.1.0 2021-08-19 5957 Initial Release. Source Commercetools