1
0
mirror of synced 2025-12-30 12:04:43 -05:00
Files
airbyte/docs/integrations/sources/prestashop.md
Artem Inzhyyants 16d7701742 Source Prestashop: Fix schema, remove empty datetime fields (#27716)
* Source Prestashop: update schema; remove empty datetime fields

* Source Prestashop: update expected_records

* Source Prestashop: update docs

* Source Prestashop: update schemas

* Source Prestashop: fix backward compatibility

* Source Prestashop: bump version

* Source Prestashop: update expected_records

* Source Prestashop: update test config

* Source Prestashop: update test config

* Source Prestashop: update expected records

* Source Prestashop: update expected_records
2023-06-27 17:09:03 +02:00

7.8 KiB

PrestaShop

This page contains the setup guide and reference information for the PrestaShop source connector.

Prerequisites

  • Access Key
  • Shop URL
  • Start date

Setup guide

Step 1: Set up PrestaShop

  1. By default, the webservice feature is disabled on PrestaShop and needs to be switched on.
  2. To get access to the PrestaShop API you need to create an access key, please follow the instructions in this documentation.

Step 2: Set up the PrestaShop connector in Airbyte

For Airbyte Cloud:

  1. Log into your Airbyte Cloud account.
  2. In the left navigation bar, click Sources. In the top-right corner, click + new source.
  3. On the source setup page, select PrestaShop from the Source type dropdown and enter a name for this connector.
  4. Enter the Access Key that you obtained.
  5. Enter the Shop URL without trailing slash, for example, https://my.prestashop.com, only HTTPS urls are supported.
  6. Enter Start date in YYYY-MM-DD format. The data added on and after this date will be replicated.

Supported sync modes

The PrestaShop source connector supports the following sync modes:

Supported Streams

This connector outputs the following full refresh streams:

This connector outputs the following incremental streams:

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

CHANGELOG

Version Date Pull Request Subject
1.0.0 2023-06-26 27716 update schema; remove empty datetime fields
0.3.1 2023-02-13 22905 Specified date formatting in specification
0.3.0 2022-11-08 #18927 Migrate connector from Alpha (Python) to Beta (YAML)
0.2.0 2022-10-31 #18599 Only https scheme is allowed
0.1.0 2021-07-02 #4465 Initial implementation