• View generated product exporter file:
    http://www.yoursite.com/eabi_productexport/product/index/
  • View exportable categories
    http://www.yoursite.com/eabi_productexport/product/categories/
  • View exportable attributes:
    http://www.yoursite.com/eabi_productexport/product/attributes/
  • View exportable vendors
    http://www.yoursite.com/eabi_productexport/product/vendors/
  • View single product
    http://www.yoursite.com/eabi_productexport/product/specifications/?id=Y  (product SKU goes here)
  • View single product by EAN (if EAN search is enabled)
    http://www.yoursite.com/eabi_productexport/product/specifications/?ean=Y (search is done by MySQL FIND IN SET function)
    Format is the same as with product specifications.
  • View products by search string, if product search by name is enabled. (up to 5 results per query).
    http://www.yoursite.com/eabi_productexport/product/search/?query=Y (search by name attribute. Y will be replaced with Y%. If you need to search in string, then use %Y for the search parameter. It will be applied as LIKE '%Y%')
    Format is the same as with product specifications.