categories/categories?{ids=1,2,3}
Retrieves the details of multiple categories as defined by the comma separated list of category identifies.
Arguments:
- api_key (required)
- ids (required)
Example request:
http://[domain]/api/categories/categories.xml?api_key=[api_key]
&ids=20009,20005,20030
Example response:
<?xml version="1.0" encoding="utf-8"?>
<categories>
<category id="20009" name="Subcategory 2.2"
narrower_items="0" broader_items="1">
<broaderItem category_id="20001"/>
</category>
<category id="20005" name="Subcategory 1.1"
narrower_items="0" broader_items="1">
<broaderItem category_id="20000"/>
</category>
<category id="20030" name="Subcategory 3.1.1"
narrower_items="0" broader_items="1">
<broaderItem category_id="20027"/>
</category>
</categories>