Distributor Classification

Modified on Tue, 26 Sep 2023 at 10:14 AM

Octopart classifies distributors into three buckets:

  • Authorized Distributors
  • Non-Authorized Stocking Distributors
  • Non-Authorized Dealers


This page explains the difference between them and methods to filter by Authorized Distributor in the Nexar API.

As a general rule of thumb, if an authorized source is available, you should buy from them.


★ Authorized Distributors

Distributors marked with a gold star () are members of the ECIA (Electronic Components Industry Association) or are authorized by the manufacturer to sell their products (or both). 


We recommend buying components from authorized sources to ensure that warranties are honoured, counterfeit risk is reduced, and the components are properly stored/handled/shipped according to the manufacturer’s specifications.


The ECIA provides good guidelines, but for a distributor to be a member of the ECIA, just greater than 50% of their revenues must come from selling components from their authorized lines.

This means an ECIA member can sell non-authorized products, as long as it’s not from a manufacturer on their published line card. 

We recommend double-checking that the manufacturers are authorizing the distributors you buy from. In some cases, Octopart may incorrectly designate a distributor as authorized since they are an ECIA member, but that particular manufacturer does not actually authorize them.

If you spot a distributor incorrectly listed as authorized, please email us at support@nexar.com  or contact@octopart.com


 Non-Authorized Stocking Distributors


 

Distributors with an empty star ( ) do not have a legal agreement with the manufacturer to sell their products. These distributors have acquired components from various channels, including original equipment manufacturers (OEMs), contract manufacturers (CMs), and others. The stock is often unused excess inventory.

Non-authorized stocking distributors play an important role in the supply chain when components cannot be obtained from the authorized channel. This is often the case when a component becomes obsolete.


We recommend buying with caution from the non-authorized channel to ensure that your components will not be faulty, mislabeled, or counterfeit. Additional testing beyond visual inspection may be necessary. Be sure to ask for any certifications the distributor may hold.


The ERAI is a privately owned organization that monitors this channel and can help you mitigate risk.

If you spot a distributor incorrectly listed as a non-authorized stocking distributor please email us at support@nexar.com  or contact@octopart.com.



Non-Authorized Dealers


Non-authorized dealers do not have stock in the component but can procure it elsewhere. Often called brokers, they specialize in locating hard-to-find parts. Non-authorized dealers will only show up in Octopart search when no authorized distributors or non-authorized stocking distributors have stock for immediate sale (no stock found).


Buying from non-authorized dealers comes with increased risk. Utmost care is required when buying from non-authorized dealers to ensure you are not buying faulty, mislabeled, or counterfeit components. Additional testing beyond visual inspection may be necessary. Be sure to ask for any certifications they may hold.


The ERAI is a privately owned organization that monitors this channel and can help you mitigate risk.

If you spot a distributor incorrectly listed as a non-authorized stocking distributor please email us at support@nexar.com  or contact@octopart.com.



Using the Nexar API, you can use the field isAuthorized to check for authorization. If a distributor is authorized, it will be flagged as true 

query authorizedDistributor {
  supSearch(q: "47948-0001", limit: 10) {
    hits
    results {
      part {
        name
        sellers {
          company {
            name
          }
          isAuthorized
        }
      }
    }
  }
}


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 atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article