Creating vendor assets

You can define the vendor that your store supports in one of the following ways: Using the store tools in WebSphere Commerce Accelerator; In an XML file that will be loaded by the loading utilities, or by the Publish wizard.

About this task

To create vendor assets in an XML file:

Procedure

  1. Create an XML file that follows the wcs.dtd file. The DTD file is located in the following directory:
    • WC_installdir/schema/xml
    • WebSphere Commerce Developer workspace_dir/wc/xml/sar/
  2. Using the following example as your guide, define a vendor asset in your XML file in the VENDOR table:
    
    <vendor
    vendor_id="@vendor_id_1"
    storeent_id="@storeent_id_1"
    vendorname="Tooltech Vendor"
    markfordelete="0"
    />