Skip to main content

Linnworks

Sync overview

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.

Airbyte uses Linnworks API to fetch data from Linnworks.

Output schema

This Source is capable of syncing the following data as streams:

Data type mapping

Integration TypeAirbyte TypeNotes
numbernumberfloat number
integerintegerwhole number
datestringFORMAT YYYY-MM-DD
datetimestringFORMAT YYYY-MM-DDThh:mm:ss
arrayarray
booleanbooleanTrue/False
stringstring

Features

FeatureSupported?(Yes/No)Notes
Full Refresh Overwrite SyncYes
Full Refresh Append SyncYes
Incremental - Append SyncYes
Incremental - Append + Deduplication SyncYes
NamespacesNo

Performance considerations

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.

Getting started

Authentication

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.

Changelog

VersionDatePull RequestSubject
0.1.5UnknownUnknownBump Version
0.1.42021-11-248226Source Linnworks: improve streams ProcessedOrders and ProcessedOrderDetails
0.1.32021-11-248169Source Linnworks: refactor stream StockLocations
0.1.22021-11-238177Source Linnworks: add stream ProcessedOrderDetails
0.1.02021-11-097588New Source: Linnworks