* pardot * plaid * quickbooks * appfollow * appstore * cloudtrail * clickup * clockify * coda * Coinmarketcap * cooper * dixa * dv-360 * exchange-rates * file * gridly * Hellobaton * kustomer * mailersend * microsoft dataverse * n8n * PersistIq * Survey Sparrow * Twilio Taskrouter * YouTube Analytics Business * Younium * Yahoo Finance Price * Yandex Metrica * Xero * WooCommerce * XKCD * Webflow * US Census API * Qonto * Pivotal Tracker * KVDB * Firestore * Ignore even more connectors * test run * SFTP JSON * cleanup * move pardot changelog * update links * remove testing HACK * Update docs/integrations/sources/dixa.md Co-authored-by: Augustin <augustin@airbyte.io> * Update docs/integrations/sources/kustomer-singer.md Co-authored-by: Augustin <augustin@airbyte.io> * Update docs/integrations/sources/pardot.md Co-authored-by: Augustin <augustin@airbyte.io> * Update docs/integrations/sources/kustomer-singer.md Co-authored-by: Augustin <augustin@airbyte.io> * Update docs/integrations/sources/pardot.md Co-authored-by: Augustin <augustin@airbyte.io> Co-authored-by: Augustin <augustin@airbyte.io>
5.6 KiB
5.6 KiB
WooCommerce
This page contains the setup guide and reference information for the WooCommerce source connector.
Prerequisites
To set up the WooCommerce source connector with Airbyte, you must be using:
- WooCommerce 3.5+
- WordPress 4.4+
- Pretty permalinks in
Settings > Permalinksso that the custom endpoints are supported. e.g./%year%/%monthnum%/%day%/%postname%/
You will need to generate new API key with read permissions and use Customer key and Customer Secret.
Setup guide
Step 1: Set up WooCommerce
- Generate new Rest API key
- Obtain
Customer keyandCustomer Secret.
Step 2: Set up the WooCommerce connector in Airbyte
For Airbyte Cloud:
- Log into your Airbyte Cloud account.
- In the left navigation bar, click Sources. In the top-right corner, click + New source.
- On the Set up the source page, enter the name for the WooCommerce connector and select WooCommerce from the Source type dropdown.
- Fill in
Customer keyandCustomer Secretwith data from Step 1 of this guide. - Fill in
Shop Name. Forhttps://EXAMPLE.com, the shop name is 'EXAMPLE.com'. - Choose start date you want to start sync from.
- (Optional) Fill in Conversion Window.
For Airbyte OSS:
- Navigate to the Airbyte Open Source dashboard.
- Set the name for your source.
- On the Set up the source page, enter the name for the WooCommerce connector and select WooCommerce from the Source type dropdown.
- Fill in
Customer keyandCustomer Secretwith data from Step 1 of this guide. - Fill in
Shop Name. Forhttps://EXAMPLE.com, the shop name is 'EXAMPLE.com'. - Choose start date you want to start sync from.
- (Optional) Fill in Conversion Window.
Supported sync modes
The WooCommerce source connector supports the following sync modes:
Supported Streams
- Coupons (Incremental)
- Customers (Incremental)
- orders (Incremental)
- Order notes
- Payment gateways
- Product attribute terms
- Product attributes
- Product categories
- Product reviews (Incremental)
- Product shipping classes
- Product tags
- Product variations
- Products (Incremental)
- Refunds
- Shipping methods
- Shipping zone locations
- Shipping zone methods
- Shipping zones
- System status tools
- Tax classes
- Tax rates
Connector-specific features & highlights
Useful links:
Data type map
| Integration Type | Airbyte Type | Notes |
|---|---|---|
string |
string |
|
integer |
integer |
|
number |
number |
|
array |
array |
|
object |
object |
|
boolean |
boolean |
Changelog
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.2.0 | 2022-11-30 | 19903 | Migrate to low-code; Certification to Beta |
| 0.1.1 | 2021-11-08 | 7499 | Remove base-python dependencies |
| 0.1.0 | 2021-09-09 | 5955 | Initial Release. Source WooCommerce |