Skip to content

Latest commit

 

History

History
95 lines (79 loc) · 6.47 KB

presta-shop.md

File metadata and controls

95 lines (79 loc) · 6.47 KB

PrestaShop

Overview

The PrestaShop 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.

Output schema

This Source is capable of syncing the following core Streams:

If there are more endpoints you'd like Airbyte to support, please create an issue.

Features

Feature Supported?
Full Refresh Sync Yes
Incremental Sync Yes Addresses, Cart Rules, Carts, Categories, Customer Messages, Customer Threads, Customers, Manufacturers, Messages, Order Carriers, Order Histories, Order Invoices, Order Payments, Order Slip, Orders, Products, Stock Movement Reasons, Stock Movements, Stores, Suppliers, Tax Rule Groups
Replicate Incremental Deletes Coming soon
SSL connection Yes
Namespaces No

Getting started

PrestaShop enables merchants to give third-party tools access to their shop’s database through a CRUD API, otherwise called a web service.

By default, the webservice feature is disabled on PrestaShop and needs to be switched on before the first use.

Requirements

CHANGELOG

Version Date Pull Request Subject
0.1.0 2021-07-02 #4465 Initial implementation