Skip to main content

categories

Searches the category catalog and returns a paginated list of categories. Results can be filtered by category id. When no filter is provided, all available categories are returned page by page.

How to use this endpoint:

  • In order to retrieve information about the categories, the HTTP header "locale" must be added to the request with the value "de_DE".
info

The maximum number of rows per page is 100.

categories(
pagination: PaginationArgs
categoryIds: [String!]
categoryName: String
): PaginatedCategories

Arguments

categories.pagination ● PaginationArgs input

Pagination options (page and size).

categories.categoryIds ● [String!] list scalar

Filters categories by their ids.

categories.categoryName ● String scalar

Filters categories by their name (partial, case- and accent-insensitive matching).

Type

PaginatedCategories object

A paginated collection of categories.