Import Customers into B2B Wave
This task will import customer into your B2B Wave portal. You will provide an input file containing a list of a Customers in the B2B Wave XML format.
You can create new and update existing customers using this task.
Customer Settings
Match Customers
Required
Match customer based on email, company name or name. If you provide an
Required The file to write failed records to. Required The file containing the records you wish to process. Required The file to save successful records to. Required
Prevent the same record being processed more than once by providing an external_id. See Common Task Settings. This example sets the customer price using the product_id and the customer_idFile Settings
Fail File
Input File
Success File
Import Settings
Prevent Reprocessing
Zynk Settings
Example
<?xml version="1.0" encoding="utf-8"?>
<customers>
<customer>
<customer_info>
<id>256</id>
<email>[email protected]</email>
<company_name>Test Customer</company_name>
<name>B2B Wave Test Customer</name>
<vat_group_id>1</vat_group_id>
<pricelist_id>8</pricelist_id>
<credit_amount>2500</credit_amount>
</customer_info>
</customer>
</customers>