1
0
mirror of synced 2025-12-23 21:03:15 -05:00
Files
airbyte/docs/integrations/sources/cart.md
devin-ai-integration[bot] 9129cbee72 chore(source-cart): Upgrade to Python 3.13, base image 4.1.0, and CDK 7.x (#69783)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Alfredo Garcia <freddy.garcia7.fg@gmail.com>
2025-11-24 12:02:01 -06:00

7.1 KiB

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 Type Airbyte Type Notes
string string
number number
array array
object object

Features

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

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.

Changelog

Expand to review
Version Date Pull Request Subject
0.3.36 2025-11-24 69783 Upgrade to Python 3.13, base image 4.1.0, and CDK 7.x
0.3.35 2025-10-14 68085 Update dependencies
0.3.34 2025-10-07 67194 Update dependencies
0.3.33 2025-09-30 65341 Update dependencies
0.3.32 2025-08-16 65042 Update dependencies
0.3.31 2025-08-09 64653 Update dependencies
0.3.30 2025-07-26 63783 Update dependencies
0.3.29 2025-06-21 61884 Update dependencies
0.3.28 2025-06-15 60717 Update dependencies
0.3.27 2025-05-10 59773 Update dependencies
0.3.26 2025-05-03 59323 Update dependencies
0.3.25 2025-04-26 58740 Update dependencies
0.3.24 2025-04-19 58262 Update dependencies
0.3.23 2025-04-12 57614 Update dependencies
0.3.22 2025-04-05 57124 Update dependencies
0.3.21 2025-03-29 56592 Update dependencies
0.3.20 2025-03-22 56133 Update dependencies
0.3.19 2025-03-08 55408 Update dependencies
0.3.18 2025-03-01 54879 Update dependencies
0.3.17 2025-02-22 54281 Update dependencies
0.3.16 2025-02-15 53886 Update dependencies
0.3.15 2025-02-01 52906 Update dependencies
0.3.14 2025-01-25 52205 Update dependencies
0.3.13 2025-01-18 51751 Update dependencies
0.3.12 2025-01-11 51294 Update dependencies
0.3.11 2024-12-28 50505 Update dependencies
0.3.10 2024-12-21 50189 Update dependencies
0.3.9 2024-12-14 49316 Update dependencies
0.3.8 2024-11-25 48637 Starting 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.7 2024-11-04 43726 Update dependencies
0.3.6 2024-06-29 40011 Update dependencies
0.3.5 2024-04-19 37131 Updating to 0.80.0 CDK
0.3.4 2024-04-18 37131 Manage dependencies with Poetry.
0.3.3 2024-04-15 37131 Base image migration: remove Dockerfile and use the python-connector-base image
0.3.2 2024-04-12 37131 schema descriptions
0.3.1 2023-11-21 32705 Update CDK version
0.3.0 2023-11-14 23317 Update schemas
0.2.1 2023-02-22 23317 Remove support for incremental for order_statuses stream
0.2.0 2022-09-21 16612 Source Cart.com: implement Central API Router access method and improve backoff policy
0.1.6 2022-07-15 14752 Add order_statuses stream
0.1.5 2021-12-23 8434 Update fields in source-connectors specifications
0.1.3 2021-08-26 5465 Add the end_date option for limitation of the amount of synced data
0.1.2 2021-08-23 1111 Add order_items stream
0.1.0 2021-06-08 4574 Initial Release