RSS (Rich Site Summary) feed
This article will illustrate how the product RSS feed can be accessed.
RSS feed links:
Acceptable query strings are: "keyword", "categoryid", "manufacturerid"
EXAMPLES:
• Keyword: http://www.yourdomain.com/rss.aspx?keyword=quilt+towels (SPACE is encoded as + or %20)
• Category: http://www.yourdomain.com/rss.aspx?categoryid=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
• Manufacturer: http://www.yourdomain.com/rss.aspx?manufacturerid=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
You can get the ID's of Categories and Manufacturers by editing them in the admin and getting the "ID" in the URL path.
You can also combine these: rss.aspx?manufacturerid=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&keyword=glass
In case you do not know: the first query string is always started with a question-mark (?), the following are separated by ampersands (&).