magentomagento-1.6

How could I get URL of category image in MAGENTO SOAP API Call?


I have been trying to get Category Image through magento SOAP API. When I access to catalog_category.info method, it passes just image name, not URL of image.

How could I get FULL URL of category image using SOAP API Call?


Solution

  • Categories images are in the folder magentohost/magento/media/catalog/category/ so the FULL url is magentohost/media/catalog/category/image_name