London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Another way you can do this is to loop through all the nodes recursively, and then calling GetCatalogEntriesDto(catalogId, parentNodeId, responseGroup).
Alternatively, you can use FindItems. For examples on how to use this: http://docs.mediachase.com/display/ecf52devguide/Catalog+Product+Search
I am trying to retrieve all products in a catalog no matter what node the products may be attached to.
I have only succeded in getting the etries that may be attached to the top node using GetCatalogEntriesDto(catalogId,...)
Any ideas on how I get the lot?