Creating vendor assets

You can define the vendor that your store supports in one of the following ways:

To create vendor assets in an XML file:

  1. Create an XML file that follows the wcs.dtd file. The DTD file is located in the following directory:
  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"
    />
    

Feedback