Try our conversational search powered by Generative AI!

Get all products in a catalog

Vote:
 

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?

#58891
May 10, 2012 15:41
Vote:
 
#58976
May 14, 2012 23:16
Vote:
 

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

#62107
Oct 13, 2012 4:08
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.