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.
SupPartMatch
Reference, hit count, matched parts, and error string per BOM line.
Returned by supMultiMatch — one row per BOM line.
| Field | Type | Description |
|---|---|---|
reference | String | Echo of the input reference |
hits | Int! | Count of matched parts in parts |
parts | [SupPart!]! | Matched parts (respects start/limit on the line) |
errorString | String | Set when the line is invalid (e.g. missing mpn, sku, and mpnOrSku) |
Related
SupPartMatchQuery— input for each line- Multi-match — query guide