Click here to close this tab and return to the app.

Volusion Product Data Feeds Setup Guide

Volusion Data Feed Setup Instructions

We support fully automated Volusion data feeds. In order to give our system access to your store, you will need to add a user to your Volusion administration area with permissions to export products. Please follow the instructions below.

  1. Log into your Volusion Administration Dashboard
  2. Go to Customers > Accounts
  3. Click the Add button
  4. Enter the E-mail Address as support email address or you can use any alternate email address.
  5. Enter an appropriate Password
  6. For the Access Key, select Administrator
  7. Click the Save button
  8. Click the Edit Cust#XXX Access Rules link
  9. Check the following checkboxes: Products and Export
  10. Click the Save button

Our system will log in as this user each time the data feed runs, to generate and download the product data export XML file.

When adding the feed on our site, you will need the domain of your store and the username/password of the Volusion admin user that you created.

(Note, do not use saved exports. The saved export files are incomplete.)

Volusion Deal of the Day Pricing (QueryBank QB) Saved Export

If you use the Deal of the Day marketing feature in Volusion, you will need to do some additional configuration so our system can obtain accurate pricing for your products.

  1. Log into your Volusion Store Administration
  2. Go to Inventory > Import/Export
  3. Select Saved Exports
  4. Click Add New Query
  5. Enter the following data:
    • QB (QueryBank) Customer ID: 0
    • QB Access List: Select the user who will run the export and click the right arrow to move it to the Selected box
    • QB Table: DB_EXPORT
    • QB Title: DealsOfTheDay
    • QB Query:
      SELECT Products.ProductCode, DealsOfTheDay.*
      FROM DealsOfTheDay
      INNER JOIN Products ON
      Products.ProductID = DealsOfTheDay.ProductID
    • QB Export File Type: CSV
  6. Click the Save button
  7. Contact us to enable the DealOfTheDay pricing integration on your feed.

The user must have the following permissions: Products, Export, LoginAsCustomer, LiveEdit

Feedback