Linnworks 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.
This Source Connector is based on a Airbyte CDK. Airbyte uses Linnworks API to fetch data from Linnworks.
This Source is capable of syncing the following data as streams:
Integration Type | Airbyte Type | Notes |
---|---|---|
number |
number |
float number |
integer |
integer |
whole number |
date |
string |
FORMAT YYYY-MM-DD |
datetime |
string |
FORMAT YYYY-MM-DDThh:mm:ss |
array |
array |
|
boolean |
boolean |
True/False |
string |
string |
Feature | Supported?(Yes/No) | Notes |
---|---|---|
Full Refresh Overwrite Sync | Yes | |
Full Refresh Append Sync | Yes | |
Incremental - Append Sync | Yes | |
Incremental - Append + Deduplication Sync | Yes | |
Namespaces | No |
Rate limit varies across Linnworks API endpoint. See the endpoint documentation to learn more. Rate limited requests will receive a 429 response. The Linnworks connector should not run into Linnworks API limitations under normal usage.
Linnworks platform has two portals: seller and developer. First, to create API credentials, log in to the developer portal and create an application of type System Integration
. Then click on provided Installation URL and proceed with an installation wizard. The wizard will show a token that you will need for authentication. The installed application will be present on your account on seller portal.
Authentication credentials can be obtained on developer portal section Applications -> Your application name -> Edit -> General. And the token, if you missed it during the install, can be obtained anytime under the section Applications -> Your application name -> Installs.
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.4 | 2021-11-24 | 8226 | Source Linnworks: improve streams ProcessedOrders and ProcessedOrderDetails |
0.1.3 | 2021-11-24 | 8169 | Source Linnworks: refactor stream StockLocations |
0.1.2 | 2021-11-23 | 8177 | Source Linnworks: add stream ProcessedOrderDetails |
0.1.0 | 2021-11-09 | 7588 | New Source: Linnworks |