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
- 200
- 400
- 401
- 403
- 404
Product category list returned successfully.
Invalid request payload.
The caller is not an authorized API customer.
Forbidden
The API integration is disabled for this tenant.