Skip to content

Import SKU Updates into Bluepark

You can use this task to update existing products and variants in your Bluepark store. You can match to existing products using the SKU or part number.

Please note, this task does not support the creation of new products or variants. If you need to create new products or variants, use the Import Products into Bluepark task.

Connection Settings

Connection

Required
The Bluepark connection to use. See the Connecting to Bluepark article if you require more information on how to create/manage connections.

File Settings

Fail File

Required
The file to write failed records to.

Input File

Required
The file containing the records you wish to process.

Success File

Required
The file to write successful records to.

Import Settings

Prevent Reprocessing

Required
Prevent the same record being processed more than once.

Zynk Settings

See Common Task Settings.

XML

<?xml version="1.0" encoding="utf-8"?>
<SKUs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <SKU>
    <SKU>TEST1</SKU>
    <QuantityInStock>5</QuantityInStock>
    <SellingPrice>49.99</SellingPrice>
    <Weight>10</Weight>
  </SKU>
  <SKU>
    <PartNumber>ORVIBL01</PartNumber>
    <QuantityInStock>5</QuantityInStock>
    <SellingPrice>49.99</SellingPrice>
    <Weight>10</Weight>
  </SKU>
</SKUs>