Categories READ All
Purpose/Overview
This request is for retrieving a list of categories for a specific language. The category list is a public feed, which is meta data, and accessible without an API key.
URL
GET /seller_api/categories
Respected parameters
- The
language
query parameter specifies the language of the categories to be retrieved. The correct syntax is the two character language code, e.g. en, de, es, pl, fr, nl, it.
cURL Example
curl https://dawanda.com/seller_api/categories?language=en
Success Response(s)
Example response: categories_en.xml.
Failure Responses
When an error has occurred, the API will respond with an appropriate HTTP Status code. The response body will contain an XML document containing a human readable error message and additional details (if any).
See also: Error Codes.
Schema
Link to Schema: Categories.xsd