Skip to main content

manufacturers

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

How to use this endpoint:

  • In order to retrieve information about the manufacturers, 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.

manufacturers(
manufacturerIds: [String!]
manufacturerName: String
page: Int
size: Int
updatedAtFrom: String
): PaginatedManufacturers

Arguments

manufacturers.manufacturerIds ● [String!] list scalar

Filters manufacturers by their ids.

manufacturers.manufacturerName ● String scalar

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

manufacturers.page ● Int scalar

The page to fetch.

manufacturers.size ● Int scalar

The page size.

manufacturers.updatedAtFrom ● String scalar

Filters manufacturers modified on or after the given date (ISO 8601, e.g. "2026-07-28").

Type

PaginatedManufacturers object

A paginated collection of manufacturers.