Import Stock Availability into Virtualstock
Overview
The Import Stock Availability
task allows you to automate the process of importing stock availability updates from Virtualstock
into your systems. This ensures accurate stock levels across your sales channels.
Settings
Connection
Required
Specify the Virtualstock
connection you would like to use for this task.
Fail File
Required
Specify the file where failed records will be written.
Input File
Required
Specify the file that contains the records you wish to process.
Success File
Required
Specify the file where successful records will be written.
Prevent Reprocessing
Required
Enable this setting to prevent records from being processed more than once when using the ExternalId
element.
Example
Please find a sample XML document below that you can use to import stock availability into Virtualstock
.
<StockAvailabilities>
<StockAvailability>
<ExternalId>123456</ExternalId>
<Id>123456</Id>
<PartNumber>12345678</PartNumber>
<SupplierFreeStock>0</SupplierFreeStock>
</StockAvailability>
</StockAvailabilities>