Export Products from B2B Wave
This task will be export all the products you have set up in your B2B Wave admin panel. You can configure and edit these if you login to your B2B Wave admin panel and go to to Products.
B2B Wave Settings
Page Size
Required
The number of records to fetch at a time from B2B wave. Defaults to 200.
File Settings
Output File
Required
The file to save records to.
Filter Settings
Category ID
Optional
Optionally filter the export from B2B Wave by product cateogry id. This has to be an exact match (eq).
Code
Optional
Optionally filter the export from B2B Wave by product code.
Code Operator
Optional
Either filter the company for an exact match (eq) or a wildcard match (cont).
Description
Optional
Optionally filter the export from B2B Wave by product description. This has to be a wildcard match (cont).
Name
Optional
Optionally filter the export from B2B Wave by product name.
Name Operator
Optional
Either filter the company for an exact match (eq) or a wildcard match (cont).
Status
Optional
Optionally filter the export from B2B wave by product status. This has to be an exact mach (eq).
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>
<id>6</id>
<name>Alice</name>
<description><p><span style="font-size:12px;"><span style="font-family:courier new,courier,monospace;">Alice is the coolest teacup set ever.</span></span></p></description>
<part_number>015</part_number>
<is_active>true</is_active>
<status_id>1</status_id>
<category_id>2</category_id>
<promote_category>true</promote_category>
<promote_front>false</promote_front>
<created_at>2016-11-02T15:00:15+00:00</created_at>
<updated_at>2020-05-04T11:54:35+01:00</updated_at>
<minimum_quantity>4.0</minimum_quantity>
<vat_class_id>1</vat_class_id>
<meta_description />
<has_variants>true</has_variants>
<code_upc>UPC TEST</code_upc>
<import_uuid>b28a42c2-6fe1-42af-8cd8-6c2a30570200</import_uuid>
<manufacturer_id xsi:nil="true" />
<price_msrp>0.0</price_msrp>
<box_size_m3>0.0</box_size_m3>
<quantity>11.0</quantity>
<quantity_monitor>true</quantity_monitor>
<reference_code>original_Fotolia_119691195_XS.jpg</reference_code>
<weight>0.12345</weight>
<custom_boolean_1>false</custom_boolean_1>
<length>0.0</length>
<width>0.0</width>
<height>44184.0</height>
<barcode />
<cost>0.0</cost>
<is_private>false</is_private>
<can_backorder>true</can_backorder>
<pdf_description><p>Game of as rest time eyes with of this it. Add was music merry any truth since going. Happiness she ham but instantly put departure propriety. She amiable all without say spirits shy clothes morning. Frankness in extensive to belonging improving so certainty. Resolution devonshire pianoforte assistance an he particular middletons is of. Explain ten man uncivil engaged conduct. Am likewise betrayed as declared absolute do. Taste oh spoke about no solid of hills up shade. Occasion so bachelor humoured striking by attended doubtful be it.</p></pdf_description>
<is_bundle>false</is_bundle>
<code>015</code>
<image_url>https://res.cloudinary.com/dbrtm8pf6/image/upload/v1584246467/uploads/a4be3475_apisandboxuk/products/6/images/niiq6ixucdf82v2bjz3j.png</image_url>
<gallery_image_urls>
<string>https://res.cloudinary.com/dbrtm8pf6/image/upload/v1584246676/uploads/a4be3475_apisandboxuk/product_images/14/photos/rq2rwp4ujqawioidwjds.png</string>
</gallery_image_urls>
<category_path>Dinnerware</category_path>
<product_variants>
<product_variant>
<code />
<option_values>
<option_value>
<option>Colours</option>
<value>Blue</value>
</option_value>
</option_values>
</product_variant>
<product_variant>
<code />
<option_values>
<option_value>
<option>Colours</option>
<value>Red</value>
</option_value>
</option_values>
</product_variant>
<product_variant>
<code />
<option_values>
<option_value>
<option>Colours</option>
<value>Yellow</value>
</option_value>
</option_values>
</product_variant>
</product_variants>
</product>
</products>