Enumerate category identifiers
POST/v2/categories/ids
Returns only the global and legacy identifiers for every category in the catalogue, ordered by creation date.
The endpoint is intended for downstream systems that need to enumerate the catalogue in bulk, for example to populate a reindex queue. Page sizes up to ten thousand are accepted.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Records matching the query were retrieved successfully.
The request payload, path, or query parameters failed validation.
Authentication credentials are missing or invalid.
The authenticated caller is not permitted to perform the operation.
An unexpected error prevented the request from completing.