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.