Connect Your Inventory.
Any Way You Want.
REST API, CSV upload, SFTP sync, or native ERP connectors. Push your parts to 500,000+ buyers without changing your workflow.
Four Ways to Connect
REST API
Push and pull inventory in real-time with our JSON REST API. Full CRUD operations, webhook callbacks, and batch endpoints.
CSV / Excel Upload
Drop a spreadsheet and we map your columns automatically. Schedule recurring uploads via email or SFTP.
SFTP Sync
Drop files to a dedicated SFTP folder. We poll every 15 minutes and update your listings automatically.
ERP Connectors
Native integrations with Quantum Control, Pentagon 2000, AvSight, Corridor, and Component Control.
Simple, Powerful API
Our REST API accepts JSON over HTTPS. Authenticate with an API key, push listings, update prices, and receive webhook callbacks when parts sell or receive inquiries.
Real-time inventory sync — updates reflect in under 60 seconds
Batch endpoints — push up to 10,000 listings in a single call
API key auth with rate limiting and webhook delivery
99.9% uptime SLA with dedicated support for enterprise accounts
// Push a listing via the REST API
const response = await fetch('https://api.aircraftpartsearch.com/v1/listings', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
part_number: '0470-110',
title: 'Continental IO-520 Cylinder Assembly',
condition: 'OH',
price: 2450.00,
quantity: 3,
currency: 'USD'
})
});
const listing = await response.json();
// { id: "lst_abc123", status: "active", url: "..." }Native ERP Integrations
Already using an aviation ERP? We plug right in.
Quantum Control
Pentagon 2000
AvSight
Corridor
Component Control
Get Started in Minutes
Sign Up Free
Create a vendor account. No credit card required.
Get Your API Key
Generate keys from your vendor dashboard. Sandbox + production.
Push Inventory
Send listings via API, CSV, or SFTP. They go live instantly.
Ready to Connect?
Free to list. Free API access. Pay nothing until you sell.