Search documentation

Search across all documentation pages

Get API Key

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.
Reference

SupPartMatchQuery

Pagination, identifiers, filters, and reference echo for one match line.

Single BOM line for supMultiMatch.

FieldTypeRequiredDescription
startInt!yesPagination offset
limitInt!yesPage size
mpnStringnoMPN to search (highest priority)
skuStringnoSKU / keyword search if mpn is empty
mpnOrSkuStringnoMPN search if both mpn and sku are empty
manufacturerStringnoSubstring filter on manufacturer name
sellerStringnoSubstring filter on distributor name
referenceStringnoEchoed on the result row

At least one of mpn, sku, or mpnOrSku must be provided.