Connect supply chain data directly to your system
Bring the aggregated real-time price, stock and lead-time data of global distributors and local suppliers into your ERP, MRP and factory automation with a single API.
Why the PartAndStock API?
Dealing with each supplier's separate API, merging formats and keeping them current takes weeks. We did that work for you: one integration, all suppliers, one consistent dataset.
ERP / MRP Integration
Automatically keep part costs and stock status up to date in your ERP or your own software. No more manual price entry.
Automatic BOM Pricing
Programmatically pull the instant unit and tiered prices of hundreds of components in your BOM; cut quoting time to minutes.
Stock & Supply Monitoring
Track stock drops and lead-time changes on critical parts; catch supply risk early.
Integration in three steps
Apply
Fill out the form below; state your use case and expected volume.
Get your key
Once approved, a private API key (pas_live_…) is generated for you.
Integrate
Send the key in the x-api-key header; receive the aggregated data as JSON.
curl -H "x-api-key: pas_live_xxxxxxxx" \ "https://api.partandstock.com/v1/search?mpn=NE555"
{
"query": "NE555",
"count": 1,
"results": [{
"mpn": "NE555P",
"manufacturer": "Example Manufacturer",
"lowestPrice": 0.42,
"totalStock": 12500,
"offers": [
{ "distributor": "Supplier A", "stock": 7400, "currency": "USD",
"unitPrice": 0.42, "leadTimeDays": 0,
"priceBreaks": [ { "quantity": 1, "unitPrice": 0.55 },
{ "quantity": 100, "unitPrice": 0.42 } ] }
]
}]
}One unified format
One consistent schema instead of each distributor's different JSON — price tiers, currency, stock, MOQ, lead time.
Near real-time
Data is refreshed periodically in the background; always returns the latest price/stock.
Secure key
Keys are stored encrypted, verified in constant time and revocable at any time.
Rate limit & scale
Adjustable limit per key; low latency, high volume.
Start integrating today
We'll review your application and create your key with the access and rate limit that suit you. Let's speed up the integration together with your technical team.
Apply for API