Send a list of part numbers or part names, get back stock, our catalog price, and an ID you can use to order each one. Up to 50 parts per request.Documentation Index
Fetch the complete documentation index at: https://docs.skynetparts.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
| Header | Required | Value |
|---|---|---|
Authorization | Yes | Bearer sk_live_... |
Content-Type | Yes | application/json |
Body
List of manufacturer part numbers most reliable.
List of part names or descriptions use when you don’t have the exact number.
Response fields
true for any 200 response including responses where every part landed in not_found.One entry per part that matched. Empty array if nothing matched.
An opaque ID for the part. Use it when placing an order. Safe to log. Look up the part again if you haven’t ordered within an hour.
The manufacturer part number.
Human-readable name for the part.
The manufacturer or supplier.
Units currently on hand.
Our list catalog price for this part. Your account may have a negotiated B2B price that’s different the order response always shows your actual
unit_price. Contains amount (string, decimal) and currency (string, ISO code).Lifecycle marker for the part.
ACTIVE means it can be ordered.The exact part numbers or part names from your request that didn’t match anything in our catalog. Returned as a successful response (
success=true), not an error partial matches are normal when sending many parts at once.Counts for the request. Contains
total_requested, found, and not_found integers.Our catalog price is shown here. Your B2B account may have negotiated lower pricing — your actual unit price is confirmed when you place the order.
Errors
These codes apply to this endpoint:| Code | HTTP | Meaning |
|---|---|---|
VALIDATION_FAILED | 400 | Body is missing a field or has the wrong type. |
INVALID_API_KEY | 401 | Your API key is missing, malformed, or wrong. |
KEY_REVOKED | 401 | The key was revoked. Email api@skynetparts.com for a replacement. |
UPSTREAM_ERROR | 502 | Catalog lookup failed on our end. Safe to retry. |