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

  • AmeriCommerce account
  • Admin access
  • Access Token

Setup guide

Please follow these steps to obtain Access Token for your account.

Reference

Config fields reference

Field
Type
Property name
string
start_date
object
credentials

Changelog

VersionDatePull RequestSubject
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