GraphQL is for Nexar migration only
Use the GraphQL API only as a drop-in replacement for Nexar's GraphQL when migrating existing integrations. For new projects and full platform capabilities, use the REST API— it's the actively maintained, modern interface.
Manufacturers
Page through or filter manufacturers by ID or slug from canonical catalog nodes.
List manufacturer companies from canonical catalog nodes. supManufacturers is free — no part_match billing (abuse-tracked only).
Omit both ids and slugs to page through all manufacturers. When both are non-empty, manufacturers matching either filter are returned.
Arguments
| Parameter | Type | Required | Description |
|---|---|---|---|
ids | [String!] | Optional | Filter by canonical manufacturer ID |
slugs | [String!] | Optional | Match name-derived slug or canonical slug |
start | Int | Optional | Offset into the result set |
limit | Int | Optional | Page size (clamped to 1–200) |
minNumberOfActivePartsInt | Int | Optional | Reserved for API compatibility; no effect |
Example
GRAPHQL
1{2 supManufacturers(start: 0, limit: 50, slugs: ["texas-instruments"]) {3 id4 name5 slug6 homepageUrl7 isDistributorApi8 }9}Next
- Categories — list part categories (also free)
- Search queries — find parts from a manufacturer