Creating the DBsync Application on Linnworks Developer Instance
Learn how to create the DBSync application on Linnworks Developer Instance
Introduction
This guide walks you through the process of creating a custom DBSync application within the Linnworks Developer Portal. By following the steps outlined below, you will be able to register an integration app that can interact with Linnworks APIs and support synchronization with DBSync workflows.
Step-by-Step Instructions
Step 1: Navigate to the Applications Section
Log in to your Linnworks developer account.

From the left-hand navigation panel, click on Applications.
On the top-right corner of the Applications page, click
+ New App
.

Step 2: Enter Basic Application Information
A popup titled New Application will appear.

In the Name field, enter a name for your application (e.g.,
DBSync Integration
).In the Application Type dropdown, select
System Integration
from the list of application types.

Click the Create button to save and generate your application instance.

Configuring the DBSync Application
Once the application is created, it will appear in your application list.
Click on Edit provided for the application to configure its settings.

Step 1: Fill in General Application Details
In the General section, enter:
Application Website: your DBSync documentation or product URL
Summary: a brief description of what the app does
Description: a more detailed explanation of its integration capabilities
The Application ID and Application Secret will be generated automatically and can be used later in the OAuth configuration within DBSync Cloud Workflow platform.

Step 2: Define App Modules and Permissions
Go to the App Modules tab.
Under Modules, click Add Module and provide:
Module Name (e.g.,
Production
)Formatted Name, Type, and Path (as applicable)
Set the module Type to
External Application
.

Step 3: Assign Required Permissions
Click the Add button in the Permissions section.
From the dropdown, select appropriate API scopes required for the integration.
For example:
Change stock levels (GlobalPermissions.Inventory.Stock.StockWrite.ChangeStockLevelsNode)
Add any additional scopes based on the data you plan to access.

Step 4: Review Module Type and Finalize
Confirm that the Type of the module remains set to
External Application
.Add any scripts, styles, or parameters if required by your implementation.
Click Save Manifest to apply your changes.

Next Steps
Once the application is created and configured:
Use the Application ID and Secret in DBSync to authenticate the Linnworks connector.
Proceed to create and schedule your integration workflows.
Last updated