Export Customers from B2B Wave
This task will export all the customers registered in your B2B wave admin panel. You can create and edit these if you login to your B2B Wave admin panel and go to Customers.
File Settings
Output File
Required The file to save records to.
Filter Settings
Company
Optional Optionally filter the export from B2B Wave by customer company name.
Company Operator
Optional Either filter the company for an exact match (eq) or a wildcard match (cont).
Optional Optionally filter the export from B2B Wave by customer email.
Email Operator
Optional Either filter the email for an exact match (eq) or a wildcard match (cont).
Name
Optional Optionally filter the export from B2B Wave by customer name.
Name Operator
Optional Either filter the company for an exact match (eq) or a wildcard match (cont).
Price List ID
Optional Optionally filter the export from B2B Wave by customer price list id. This has to be an exact match (eq).
Zynk Settings
See Common Task Settings.
Example
<?xml version="1.0" encoding="utf-8"?>
<customers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<customer>
<customer_info>
<id>3</id>
<email>demo+customer3@b2bwave.com</email>
<created_at>2017-01-11T17:54:53+00:00</created_at>
<updated_at>2018-12-11T15:15:34+00:00</updated_at>
<approved>true</approved>
<company_name>Retromaniac</company_name>
<name>Lola Deluz</name>
<pricelist_id>2</pricelist_id>
<is_active>true</is_active>
<phone />
<comments_admin>Invited</comments_admin>
<vat_group_id>2</vat_group_id>
<company_activity_id>1</company_activity_id>
<discount_percentage>0.0</discount_percentage>
<reference_code />
<email_new_orders />
<locale>en</locale>
<password_sent>true</password_sent>
<apply_shipping_costs>true</apply_shipping_costs>
<unsubscribe_hash>17570aa5-1567-4310-b270-7f43b2bd478c</unsubscribe_hash>
<receive_email_marketing>true</receive_email_marketing>
<receive_email_notifications>true</receive_email_notifications>
<bcc />
<created_by_admin>true</created_by_admin>
<enable_api>false</enable_api>
<enable_orders_import>false</enable_orders_import>
<credit_amount>0.0</credit_amount>
<can_confirm_order>true</can_confirm_order>
<subscribe_hash>8c4c0d94-11bd-49a0-b990-f7b3cf448901</subscribe_hash>
<enable_product_feed>false</enable_product_feed>
<disable_ordering>false</disable_ordering>
<trusted_ips>
<string>37.6.25.70</string>
<string>193.92.79.186</string>
</trusted_ips>
<trusted_uas />
<user_agent_validation_enabled>false</user_agent_validation_enabled>
<can_view_full_history>false</can_view_full_history>
<overdraft_balance>0.0</overdraft_balance>
<require_terms>false</require_terms>
<payment_terms_frequency>monthly</payment_terms_frequency>
<balance_status>not_applicable</balance_status>
<address>101 Calle del Sur</address>
<city>Madrid</city>
<province>Centro</province>
<country>ES</country>
<postal_code />
<website />
<tax_id />
<invoice_same>true</invoice_same>
<invoice_phone />
<invoice_address />
<invoice_city />
<invoice_province />
<invoice_country>GB</invoice_country>
<invoice_tax_id />
<invoice_postal_code />
<company_number />
<address2 />
<invoice_address2 />
<email_new_orders_attach_xls>false</email_new_orders_attach_xls>
<invoice_company_name />
<invoice_name />
<email_new_orders_attach_pdf>false</email_new_orders_attach_pdf>
<sales_rep_name />
<address_book>
<address>
<id>3</id>
<address>15 Sina Street</address>
<city>Athens</city>
<province>yolo</province>
<country>UK</country>
<postal_code>WWWW15</postal_code>
<address_type>order</address_type>
<customer_id>3</customer_id>
<created_at>2017-03-20T11:28:10+00:00</created_at>
<updated_at>2017-03-20T11:28:10+00:00</updated_at>
<last_used_at xsi:type="xsd:dateTime">2017-03-21T14:13:00+00:00</last_used_at>
<title>15 Sina Street, Athens, yolo, UK, WWWW15</title>
</address>
<address>
<id>4</id>
<address>101 Calle del Sur</address>
<city>Madrid</city>
<province>Centro</province>
<country>Spain</country>
<postal_code />
<address_type>main</address_type>
<customer_id>3</customer_id>
<created_at>2017-03-23T10:08:25+00:00</created_at>
<updated_at>2017-11-03T10:37:03+00:00</updated_at>
<last_used_at xsi:type="xsd:dateTime">2017-03-24T11:02:28+00:00</last_used_at>
<title>101 Calle del Sur, Madrid, Centro, Spain</title>
</address>
</address_book>
</customer_info>
</customer>
</customers>