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

SupPartMatch

Reference, hit count, matched parts, and error string per BOM line.

Returned by supMultiMatch — one row per BOM line.

FieldTypeDescription
referenceStringEcho of the input reference
hitsInt!Count of matched parts in parts
parts[SupPart!]!Matched parts (respects start/limit on the line)
errorStringStringSet when the line is invalid (e.g. missing mpn, sku, and mpnOrSku)