Import Stock Level Updates into Linnworks
The Import Stock Level Updates task allows you to import records from the input file and process them based on your task configuration.
This article guides you through how to use this task.
Connection
Required
The Linnworks connection you would like to use for this task.
See the Connecting to Linnworks article for how to set up a connection to Linnworks.
Fail File
Required
Specifies the file where records that fail to process will be written.
This file captures any records that encountered errors during the import process, allowing you to easily identify and address issues. You can review the failed records later and take corrective action if needed.
Input File
Required
Defines the file containing the records to be imported and processed by the task.
The task will read and process the data from this file, applying any filters or conditions specified in the task settings. You can configure the input file format to match your data source, such as CSV, Excel, or other supported formats.
Success File
Required
Specifies the file where records that are successfully processed will be written.
These records are marked as successfully imported and can be used for tracking, reporting, or integration with other systems. The success file helps to clearly distinguish between successfully processed data and those that failed.
Prevent Reprocessing
Required
When enabled, this setting ensures that records are matched based on their external identifiers and prevents them from being reprocessed.
If a record with the same external ID has already been processed, it will be excluded from future imports, ensuring that the task doesn’t unnecessarily process the same record multiple times.
Zynk Settings
See Common Task Settings.
XML
<?xml version="1.0" encoding="utf-8"?>
<StockLevels>
<StockLevel>
<SKU>100002</SKU>
<Location>Default</Location>
<Level>1</Level>
</StockLevel>
</StockLevels>