Skip to content

Import Products into B2B Wave

This task will import product records into your B2B Wave admin panel. You will provide an input file containing a list of products.

If you provide a new product the task will create a new record in B2B Wave and if you provide an existing product the task will update the existing record in B2B Wave. You can match existing products by providing the id element or based on the Match Products On task setting below.

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 save successful records to.

Import Settings

Prevent Reprocessing

Required Prevent the same record being processed more than once by providing an external_id.

Product Settings

Match Products On

Optional Match product based on code or name. If you provide an id element in your data then this will take precedence over this task setting.

Zynk Settings

See Common Task Settings.

Example

<?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>
    <external_id>00021517</external_id>
    <name>Seb</name>
    <description>The coolest teacup set ever.</description>
    <status_id>1</status_id>
    <category_id>2</category_id>
    <minimum_quantity>4.0</minimum_quantity>
    <vat_class_id>1</vat_class_id>
    <measurement_unit_id xsi:nil="true" />
    <package_quantity xsi:nil="true" />
    <has_variants>true</has_variants>
    <code_upc>UPC TEST</code_upc>
    <manufacturer_id xsi:nil="true" />
    <price_msrp>120.0</price_msrp>
    <box_size_m3>0.0</box_size_m3>
    <quantity>15.0</quantity>
    <quantity_monitor>true</quantity_monitor>
    <barcode />
    <cost>20.0</cost>
    <is_private>false</is_private>
    <can_backorder>true</can_backorder>
    <code>016Z</code>
    <category_path>Dinnerware</category_path>
    <categories />
    <quantities />
    <product_categories />
  </product>
</products>