There are two fields you can query in the API.
factoryLeadDays
onSupOffer
returns the number of days to acquire parts from the factory.estimatedFactoryLeadDays
onSupPart
returns the estimated factory lead time in days derived from trusted distributor offers.
Here's an example query for authorized sellers:
query LeadDaysSearch { supSearch(q: "IRL3803STRLPBF", limit: 2) { results { part { mpn estimatedFactoryLeadDays sellers(authorizedOnly: true) { offers { factoryLeadDays } } } } } }
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