You can do the following with your custom exporter (X must be replaced with your product exporter code, Y must be replaced with appropriate search string):

  • View generated product exporter file
    http://www.yoursite.com/eabi_productexport/product/index/for/X
  • View exportable categories
    http://www.yoursite.com/eabi_productexport/product/categories/for/X
  • View exportable attributes
    http://www.yoursite.com/eabi_productexport/product/attributes/for/X
  • View exportable vendors
    http://www.yoursite.com/eabi_productexport/product/vendors/for/X
  • View single product
    http://www.yoursite.com/eabi_productexport/product/specifications/for/X?id=Y  (product SKU goes here)
  • View single product by EAN (if EAN search is enabled)
    http://www.yoursite.com/eabi_productexport/product/specifications/for/X?ean=Y (search is done by MySQL FIND IN SET function)
  • 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/for/X?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%')