Supply: What does medianPrice1000 mean?

Modified on Wed, 6 Aug at 11:43 AM

This field acts as a good reference measure for the cost per unit, if you were to buy 1000 units. The value is calculated dynamically on each request, and is based on data from trusted supply partners, discarding outliers.


Here is an example query of using medianPrice1000:

query MyPartSearch ($mpn: String!) {
  supSearchMpn(q: $mpn) {
    results {
      part {
        mpn
        medianPrice1000 {
          price
        }
      }
    }
  }
}

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article