Export Price Lists from B2B Wave
This task will be export all the price lists 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 -> Price Lists.
File Settings
Output File
Required The file to save records to.
Zynk Settings
See Common Task Settings.
Example
<?xml version="1.0" encoding="utf-8"?>
<price_lists xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<price_list>
<id>1</id>
<name>Wholesale Pricelist GBP</name>
<short_name>Wholesale Price GBP</short_name>
<for_guests>false</for_guests>
<cannot_delete>true</cannot_delete>
<created_at>2016-11-02T15:00:03+00:00</created_at>
<updated_at>2020-01-14T15:14:23+00:00</updated_at>
<sort>1</sort>
<is_default>true</is_default>
<discount_percentage>0.0</discount_percentage>
</price_list>
<price_list>
<id>2</id>
<name>Wholesale Pricelist US</name>
<short_name>Wholesale Price US</short_name>
<for_guests>false</for_guests>
<cannot_delete>false</cannot_delete>
<created_at>2016-11-02T15:00:03+00:00</created_at>
<updated_at>2020-01-14T15:16:20+00:00</updated_at>
<sort>2</sort>
<is_default>false</is_default>
<discount_percentage>-20.0</discount_percentage>
</price_list>
<price_list>
<id>3</id>
<name>Wholesale Pricelist 2 GBP</name>
<short_name>Wholesale Pricelist 2 GBP</short_name>
<for_guests>false</for_guests>
<cannot_delete>false</cannot_delete>
<created_at>2017-11-28T19:13:48+00:00</created_at>
<updated_at>2020-01-14T15:14:44+00:00</updated_at>
<sort xsi:nil="true" />
<is_default>false</is_default>
<discount_percentage>0.0</discount_percentage>
</price_list>
<price_list>
<id>4</id>
<name>NY price list</name>
<short_name>NY price list</short_name>
<for_guests>false</for_guests>
<cannot_delete>false</cannot_delete>
<created_at>2017-12-01T17:35:06+00:00</created_at>
<updated_at>2017-12-01T17:35:06+00:00</updated_at>
<sort xsi:nil="true" />
<is_default>false</is_default>
<discount_percentage>0.0</discount_percentage>
</price_list>
<price_list>
<id>5</id>
<name>Test</name>
<short_name>Test Price List</short_name>
<for_guests>false</for_guests>
<cannot_delete>false</cannot_delete>
<created_at>2017-12-11T12:07:25+00:00</created_at>
<updated_at>2018-11-08T15:22:04+00:00</updated_at>
<sort xsi:nil="true" />
<is_default>false</is_default>
<discount_percentage>0.0</discount_percentage>
</price_list>
<price_list>
<id>6</id>
<name>MSRP UK</name>
<short_name>MSRP UK</short_name>
<for_guests>false</for_guests>
<cannot_delete>false</cannot_delete>
<created_at>2020-01-15T21:30:47+00:00</created_at>
<updated_at>2020-01-15T21:30:47+00:00</updated_at>
<sort xsi:nil="true" />
<is_default>false</is_default>
<discount_percentage>0.0</discount_percentage>
</price_list>
<price_list>
<id>7</id>
<name>Wholesale pricelist US 2</name>
<short_name>Wholesale pricelist US 2</short_name>
<for_guests>false</for_guests>
<cannot_delete>false</cannot_delete>
<created_at>2020-01-15T22:09:39+00:00</created_at>
<updated_at>2020-01-15T22:09:39+00:00</updated_at>
<sort xsi:nil="true" />
<is_default>false</is_default>
<discount_percentage>0.0</discount_percentage>
<pricelist_id xsi:type="xsd:long">2</pricelist_id>
</price_list>
</price_lists>