I am thinking about using processwire for a special task - I have a shopping site with many product categories stored in a category tree.
 
	 
	For each category id I want to provide content elements (texts, pictures, etc.) 
	So I would like to import the category tree into processwire and define a template there to hold the content elements.
 
	My shopping site then would (via api?) send the category id to processwire and retrieve the content elements for this category id - so far my idea.
 
	Is this possible and easy to realize with processwire?
 
	Thanks!