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

SupPart

Core part object returned from search, multi-match, and supParts.

Nested under results { part { … } } or returned directly from supParts and supMultiMatch.

Key fields

FieldTypeDescription
idID!Numeric catalog ID
mpnString!Manufacturer part number
nameStringDisplay name
genericMpnStringGeneric MPN when applicable
slugStringDerived from MPN (lowercase, spaces → hyphens)
zenodeUrlStringhttps://zenode.ai/parts/{slug} when a canonical slug exists; otherwise empty
shortDescriptionStringOne-line description
descriptions[SupDescription!]Full description variants
manufacturerSupCompanyManufacturer company
documentCollections[SupDocumentCollection!]Datasheets and documents
images[SupImage!]Part images
specs[SupSpec!]Electrical and mechanical specifications
category[SupCategory!]Part categories
sellers[SupPartSeller!]Distributors and offers

Many additional fields exist for API parity (e.g. similarParts, cadModels, akaMpns); several are placeholders or empty. Use GraphiQL to introspect the full schema.