Skip to main content

Cart.com

Sync overview

This source can sync data for the Cart.com API. It supports both Full Refresh and Incremental sync for all streams. 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.

Output schema

This Source is capable of syncing the following core Streams:

Data type mapping

Integration TypeAirbyte TypeNotes
stringstring
numbernumber
arrayarray
objectobject

Features

FeatureSupported?(Yes/No)Notes
Full Refresh SyncYes
Incremental SyncYes
NamespacesNo

Performance considerations

The Cart.com API has some request limitation. See this .

Getting started

Requirements

  • Cart.com account (formerly AmeriCommerce)
  • Admin access to your Cart.com store
  • Authentication credentials (either Single Store Access Token or Central API Router credentials)

Setup guide

Cart.com supports two authentication methods. Choose the method that best fits your use case:

Single Store Access Token

This method is recommended for most users who need to sync data from a single Cart.com store.

  1. Log in to your Cart.com admin console
  2. Navigate to Tools > Apps & Addons > API Apps & Integrations
  3. Find or create your API application
  4. Click the Tokens icon (second icon from the left) next to your application
  5. Click New to create a new access token
  6. Select the required scopes for your integration
  7. Click Save
  8. Copy the access token from the token details view

When configuring the connector in Airbyte, you'll need:

  • Access Token: The token you generated
  • Store Name: Your store's domain name (for example, mystorename.com)

Central API Router

This method is designed for applications that need to access multiple Cart.com stores or require programmatic authentication.

  1. Contact Cart.com support to set up Central API Router access
  2. Obtain your provisioning credentials:
    • User Name: Your provisioning user name
    • User Secret: Your provisioning user secret
    • Site ID: Your site identifier

When configuring the connector in Airbyte, select the Central API Router authentication method and provide these credentials.

For more details on authentication, see the Cart.com authentication documentation.

Reference

Config fields reference

Field
Type
Property name
string
start_date
object
credentials

Changelog

Expand to review
VersionDatePull RequestSubject
0.3.372025-11-2568900Update dependencies
0.3.362025-11-2469783Upgrade to Python 3.13, base image 4.1.0, and CDK 7.x
0.3.352025-10-1468085Update dependencies
0.3.342025-10-0767194Update dependencies
0.3.332025-09-3065341Update dependencies
0.3.322025-08-1665042Update dependencies
0.3.312025-08-0964653Update dependencies
0.3.302025-07-2663783Update dependencies
0.3.292025-06-2161884Update dependencies
0.3.282025-06-1560717Update dependencies
0.3.272025-05-1059773Update dependencies
0.3.262025-05-0359323Update dependencies
0.3.252025-04-2658740Update dependencies
0.3.242025-04-1958262Update dependencies
0.3.232025-04-1257614Update dependencies
0.3.222025-04-0557124Update dependencies
0.3.212025-03-2956592Update dependencies
0.3.202025-03-2256133Update dependencies
0.3.192025-03-0855408Update dependencies
0.3.182025-03-0154879Update dependencies
0.3.172025-02-2254281Update dependencies
0.3.162025-02-1553886Update dependencies
0.3.152025-02-0152906Update dependencies
0.3.142025-01-2552205Update dependencies
0.3.132025-01-1851751Update dependencies
0.3.122025-01-1151294Update dependencies
0.3.112024-12-2850505Update dependencies
0.3.102024-12-2150189Update dependencies
0.3.92024-12-1449316Update dependencies
0.3.82024-11-2548637Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64
0.3.72024-11-0443726Update dependencies
0.3.62024-06-2940011Update dependencies
0.3.52024-04-1937131Updating to 0.80.0 CDK
0.3.42024-04-1837131Manage dependencies with Poetry.
0.3.32024-04-1537131Base image migration: remove Dockerfile and use the python-connector-base image
0.3.22024-04-1237131schema descriptions
0.3.12023-11-2132705Update CDK version
0.3.02023-11-1423317Update schemas
0.2.12023-02-2223317Remove support for incremental for order_statuses stream
0.2.02022-09-2116612Source Cart.com: implement Central API Router access method and improve backoff policy
0.1.62022-07-1514752Add order_statuses stream
0.1.52021-12-238434Update fields in source-connectors specifications
0.1.32021-08-265465Add the end_date option for limitation of the amount of synced data
0.1.22021-08-231111Add order_items stream
0.1.02021-06-084574Initial Release