@@ -12,28 +12,28 @@ This Source Connector is based on a [Airbyte CDK](https://docs.airbyte.io/connec
12
12
13
13
This Source is capable of syncing the following core Streams:
14
14
15
- * [ Customers] ( https://developer.bigcommerce.com/api-reference/store-management/customers-v3/customers/customersget )
16
- * [ Orders] ( https://developer.bigcommerce.com/api-reference/store-management/orders/orders/getallorders )
17
- * [ Transactions] ( https://developer.bigcommerce.com/api-reference/store-management/order-transactions/transactions/gettransactions )
18
- * [ Pages] ( https://developer.bigcommerce.com/api-reference/store-management/store-content/pages/getallpages )
19
- * [ Products] ( https://developer.bigcommerce.com/api-reference/store-management/catalog/products/getproducts )
15
+ - [ Customers] ( https://developer.bigcommerce.com/api-reference/store-management/customers-v3/customers/customersget )
16
+ - [ Orders] ( https://developer.bigcommerce.com/api-reference/store-management/orders/orders/getallorders )
17
+ - [ Transactions] ( https://developer.bigcommerce.com/api-reference/store-management/order-transactions/transactions/gettransactions )
18
+ - [ Pages] ( https://developer.bigcommerce.com/api-reference/store-management/store-content/pages/getallpages )
19
+ - [ Products] ( https://developer.bigcommerce.com/api-reference/store-management/catalog/products/getproducts )
20
20
21
21
### Data type mapping
22
22
23
23
| Integration Type | Airbyte Type | Notes |
24
- | :--- | :--- | :--- |
25
- | ` string ` | ` string ` | |
26
- | ` number ` | ` number ` | |
27
- | ` array ` | ` array ` | |
28
- | ` object ` | ` object ` | |
24
+ | :--------------- | :----------- | :- --- |
25
+ | ` string ` | ` string ` | |
26
+ | ` number ` | ` number ` | |
27
+ | ` array ` | ` array ` | |
28
+ | ` object ` | ` object ` | |
29
29
30
30
### Features
31
31
32
- | Feature | Supported?\( Yes/No\) | Notes |
33
- | :--- | :--- | :--- |
34
- | Full Refresh Sync | Yes | |
35
- | Incremental - Append Sync | Yes | |
36
- | Namespaces | No | |
32
+ | Feature | Supported?\( Yes/No\) | Notes |
33
+ | :------------------------ | :------------------- | :- --- |
34
+ | Full Refresh Sync | Yes | |
35
+ | Incremental - Append Sync | Yes | |
36
+ | Namespaces | No | |
37
37
38
38
### Performance considerations
39
39
@@ -44,18 +44,18 @@ BigCommerce has some [rate limit restrictions](https://developer.bigcommerce.com
44
44
1 . Navigate to your store’s control panel \( Advanced Settings > ; API Accounts > ; Create API Account\)
45
45
2 . Create an API account.
46
46
3 . Select the resources you want to allow access to. Airbyte only needs read-level access.
47
- * Note: The UI will show all possible data sources and will show errors when syncing if it doesn't have permissions to access a resource.
48
- 4 . The generated ` Access Token ` is what you'll use as the ` access_token ` for the integration.
47
+ - Note: The UI will show all possible data sources and will show errors when syncing if it doesn't have permissions to access a resource.
48
+ 4 . The generated ` Access Token ` is what you'll use as the ` access_token ` for the integration.
49
49
5 . You're ready to set up BigCommerce in Airbyte!
50
50
51
51
## Changelog
52
52
53
- | Version | Date | Pull Request | Subject |
54
- | :--- | :--- | :--- | :--- |
55
- | 0.1.5 | 2022-01-31 | [ 9935 ] ( https://github.com/airbytehq/airbyte/pull/9935 ) | Correct date-time columns for ` orders ` (v2 stream) |
56
- | 0.1.4 | 2022-01-13 | [ 9516 ] ( https://github.com/airbytehq/airbyte/pull/9516 ) | Add Catalog Products Stream and fix date-time parsing |
57
- | 0.1.3 | 2021-12-23 | [ 8434 ] ( https://github.com/airbytehq/airbyte/pull/8434 ) | Update fields in source-connectors specifications |
58
- | 0.1.2 | 2021-12-07 | [ 8416 ] ( https://github.com/airbytehq/airbyte/pull/8416 ) | Correct Incremental Function |
59
- | 0.1.1 | 2021-11-08 | [ 7499 ] ( https://github.com/airbytehq/airbyte/pull/7499 ) | Remove base-python dependencies |
60
- | 0.1.0 | 2021-08-19 | [ 5521 ] ( https://github.com/airbytehq/airbyte/pull/5521 ) | Initial Release. Source BigCommerce |
61
-
53
+ | Version | Date | Pull Request | Subject |
54
+ | :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------- --- |
55
+ | 0.1.6 | 2022-07-27 | [ 14940 ] ( https://github.com/airbytehq/airbyte/pull/14940 ) | Fix infinite loop when the page stream goes beyond one page |
56
+ | 0.1.5 | 2022-01-31 | [ 9935 ] ( https://github.com/airbytehq/airbyte/pull/9935 ) | Correct date-time columns for ` orders ` (v2 stream) |
57
+ | 0.1.4 | 2022-01-13 | [ 9516 ] ( https://github.com/airbytehq/airbyte/pull/9516 ) | Add Catalog Products Stream and fix date-time parsing |
58
+ | 0.1.3 | 2021-12-23 | [ 8434 ] ( https://github.com/airbytehq/airbyte/pull/8434 ) | Update fields in source-connectors specifications |
59
+ | 0.1.2 | 2021-12-07 | [ 8416 ] ( https://github.com/airbytehq/airbyte/pull/8416 ) | Correct Incremental Function |
60
+ | 0.1.1 | 2021-11-08 | [ 7499 ] ( https://github.com/airbytehq/airbyte/pull/7499 ) | Remove base-python dependencies |
61
+ | 0.1.0 | 2021-08-19 | [ 5521 ] ( https://github.com/airbytehq/airbyte/pull/5521 ) | Initial Release. Source BigCommerce |
0 commit comments