Creating the DBsync Application on Linnworks Developer Instance
Learn how to create the DBSync application on Linnworks Developer Instance
Last updated
Learn how to create the DBSync application on Linnworks Developer Instance
Last updated
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.
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
.
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.
Once the application is created, it will appear in your application list.
Click on Edit provided for the application to configure its settings.
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.
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
.
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.
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.
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.