Feed types
You can access INZU services through a number of different feed types. For full details of each feed type including examples please see the Feed Details section.
Account
A "hello world" call to make sure config settings are correct and you have connected to the service successfully.
http://api.inzu.net/xml/account/live.xml?api_key={$key}&api_pass={$pass}
My Site
To access all your general site content such as news, events or links, the My Site feed is used.
http://api.inzu.net/xml/my_site/my_site.xml?api_key={$key}&api_pass={$pass}&zone=news
Category
This feed allows you to obtain a list of your store categories with the option to sort the list alphanumerically.
http://api.inzu.net/xml/account/categories.xml?api_key={$key}&api_pass={$pass}&order=alpha
Product
The product feed is used to retrieve information about your mail-order or digital products.
http://api.inzu.net/xml/product/product.xml?api_key={$key}&api_pass={$pass}&category=t_shirts
Music Release
For music releases a separate feed is used.
http://api.inzu.net/xml/release/release.xml?api_key={$key}&api_pass={$pass}&cat_no=89
Cart
To quickly obtain information for a store cart page based on a list of item codes the cart feed is used.
http://api.inzu.net/xml/cart/cart.xml?api_key={$key}&api_pass={$pass}&item_array=67,87,235
