Import Products into Virtualstock
Overview
The Import Products
task allows you to automate the process of importing product data from Virtualstock
into your systems. This ensures your inventory and product details are always current and accurate.
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 products into Virtualstock
.
<?xml version="1.0" encoding="utf-8"?>
<Products xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Product>
<Id>123456</Id>
<PartNumber>12345678</PartNumber>
<Data>
<image />
<category>Stationary</category>
</Data>
</Product>
</Products>
Note
The <Data>
is completely custom based on your Virtualstock
product configuration, so the above sample may not precisely match your data.