When searching or matching parts, you can specify to return similarParts
. These are parts identified by Nexar to be similar in specification and functionality. Here's an example query:
query SimilarParts { supSearch(q: "LM339MX", limit: 1) { hits results { part { id mpn name manufacturer { name } similarParts { id mpn manufacturer { name } } } } } }
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article