Hi. I'm building this site where I have products that reside within categories. I figured I make the products a node type and use taxonomy for the categories.

Now, on my products page you don't actually see any products, just the top level categories. You need to drill down to view the actual products. I can easily create a template for a node and with functions like node_load and node_view etc. I can render those nodes on screen using the appropriate template. However, there is no such API to work with taxonomy terms. How do I do this for taxonomy terms?

Any help very much appreciated.

Thanks,
Luke