Hi,
I am using the latest code from the repository to sync products between our POS system and Magento store.
What I am finding is that when I call ProductRemoteService listAllNoDep() the returned product list does not have the product status set (eg I can not tell whether the product is enabled or disabled in Magento). As we have over 1700 products the call to listAll() takes a very long time and I was hoping to avoid doing that as the product status in Magento is a very simple field.
Is the behaviour of listAllNoDep() intentionally does not set the product status? And if so what would be the best way to get perhaps only the enabled products from Magento for example? That way I can compare to the POS products and disable only those which are disabled in POS but not in Magento.
Thank you
Gary