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.
SupPartMatchQuery
Pagination, identifiers, filters, and reference echo for one match line.
Single BOM line for supMultiMatch.
| Field | Type | Required | Description |
|---|---|---|---|
start | Int! | yes | Pagination offset |
limit | Int! | yes | Page size |
mpn | String | no | MPN to search (highest priority) |
sku | String | no | SKU / keyword search if mpn is empty |
mpnOrSku | String | no | MPN search if both mpn and sku are empty |
manufacturer | String | no | Substring filter on manufacturer name |
seller | String | no | Substring filter on distributor name |
reference | String | no | Echoed on the result row |
At least one of mpn, sku, or mpnOrSku must be provided.
Related
- Multi-match — full query guide
SupPartMatch— return type per line