Skip to main content

List Product Categories

GET 

/Categories

Returns the full list of product categories visible to the authenticated API customer.

Categories are returned as a flat list and include the parent/child relationship through the ParentID field, so the consumer can rebuild the category tree on its side.

Typical use cases include synchronizing the catalog taxonomy, populating category pickers in admin tools, and mapping internal categories to the category structure.

Authentication: requires a valid API customer. Requests without a valid API user will receive 401 Unauthorized.

Responses

Product category list returned successfully.