Donor vehicle
The specific vehicle with VIN, acquisition, mileage, condition and dismantling status.
VINVEHICLE IDCOSTMARKET DATA · IMPORT V1
Email us vehicle, part, listing and sales data in one clear JSON format. We review and import the file internally. OE analyses and the economics of each donor vehicle can then be evaluated from the same reliable data foundation.
THE DATA MODEL
5 OBJECTS / 1 CHAINAn OE number, a physical part and a listing are not interchangeable identities. The target format keeps them separate and connects them through stable source IDs.
The specific vehicle with VIN, acquisition, mileage, condition and dismantling status.
VINVEHICLE IDCOSTThe actual saleable unit from one vehicle, with OE assignment, condition and inventory status.
OEPART IDCONDITIONOne offer on one channel. Several listings can reference the same physical part.
ASK PRICECHANNELSTATUSPrice and status changes remain available as a timeline instead of overwriting the previous state.
TIMEPRICEHISTORYSale price, line items, shipping, cancellation and return are assigned to the part unambiguously.
REVENUERETURNSELL-THROUGHWHAT WE NEED
MINIMUM + VALUEThe more complete the statuses, timestamps and links, the more precisely demand, time to sale and revenue can be explained.
| Area | Required baseline | Additional analytical value |
|---|---|---|
| Export | Export ID, partner ID, mode, export time | Coverage plus location and channel scope |
| Vehicle | Vehicle ID, VIN, location, status | Acquisition, dismantling, mileage, damage and costs |
| Part | Part ID, vehicle ID, primary OE, condition | Category, position, reference numbers and test status |
| Listing | Listing ID, part, channel, first and last price | Status history, shipping, views and watchers |
| Sale | Sale ID, part, sale time, sale price | Discount, fees, shipping, cancellation and return |
ANALYSIS LEVELS
OE × VEHICLE × MARKETOE LEVELSupply, ask price, sale price, sell-through and time to sale by exact or normalized OE number.
VEHICLE LEVELParts yield, revenue, inventory duration and recycling costs for each VIN and specific donor vehicle.
CHANNEL LEVELPrice and sell-through differences across marketplaces, shops, locations and periods, without double-counting inventory.
JSON CONTRACT
SCHEMA 1.0.0The JSON Schema defines required fields, data types, value ranges and allowed statuses. The guide adds domain rules and examples.
{
"schema_version": "1.0.0",
"export": {
"export_id": "exp-20260908-0001",
"mode": "delta",
"exported_at": "2026-09-08T08:00:00Z",
"source": { "partner_id": "verwerter-001" }
},
"vehicles": [{ "source_vehicle_id": "veh-1042", "vin": "WVWZZZ1JZXW000001" }],
"parts": [{
"source_part_id": "part-9182",
"source_vehicle_id": "veh-1042",
"oe_numbers": [{ "raw": "5Q0 919 275 C", "relation": "primary" }]
}],
"listings": [],
"listing_events": [],
"listing_metrics": [],
"sales": [],
"tombstones": []
}DOWNLOADS
READY TO SHAREShare the guide, schema and example directly with the software vendor or the person responsible for exports.
MD · 40 KBDomain rules, object model, status values and handover checklist.
Download guideJSON SCHEMA · 49 KBBinding machine-readable structure using JSON Schema Draft 2020-12.
Download schemaJSON · 15 KBSample file containing a vehicle, parts, listings, events and a sale.
Download exampleZIP · 23 KBGuide, schema and example in one ready-to-share package.
Download packageFROM EXPORT TO ANALYSIS
4 STEPSMap source fields to the contract's IDs, timestamps, statuses and money fields.
→Validate the export locally against the schema and domain reference rules.
→Email the JSON to [email protected]; tapinomahub confirms receipt.
→We review, import and combine accepted data at OE, vehicle, location and channel level.
READY FOR THE FIRST EXPORT?
Download the handover package, create a conforming JSON file and email it to [email protected]. We will review and process the delivery internally.