aging
The aging noun — identity, lifecycle, events, and every capability as an anchored section: 15 capabilities, 0 live, 15 sandbox, 0 declared.
aging is one of the estate's 317 automotive nouns — a job a car needs done. It carries 15 capabilities: 0 live, 15 sandbox, 0 declared · doors aggregator.vin.
Identity
| Noun | aging |
| Pillar | Data (facets: 8 data · 5 services · 2 commerce) |
| Capabilities | 15 — 0 live · 15 sandbox · 0 declared |
| Entities | InventoryItem |
| Doors | aggregator.vin |
| SDK | Vin.aging.* from apis.vin |
| Address | /catalog/aging#{action} — the anchor IS the wire name minus aging. |
Events
The vocabulary this noun can append to the record — 8 past-tense, versioned event types, each linked to the capability that emits it:
Aging.failed@1— emitted bywholesaleOut·writeDownAging.flagged@1— emitted byflagAging.liquidated@1— emitted byliquidateAging.rebalanced@1— emitted byrebalanceAging.repriceTriggered@1— emitted byrepriceTriggerAging.wholesaleTriggered@1— emitted bywholesaleTriggerAging.wholesaledOut@1— emitted bywholesaleOutAging.writtenDown@1— emitted bywriteDown
Discover & read
read
aging.read · GET /agings/read · gate none · sandbox · answers AgingRead@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6SRFFT9MN701378 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
import { aging } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aging.read({"vin":"1C6SRFFT9MN701378"})curl 'https://apis.vin/agings/read?vin=1C6SRFFT9MN701378'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AgingRead@1",
"value": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"aging": {
"stockNumber": "STK-be60e7f2",
"ageDays": 31,
"bucket": "aged",
"agedMark": 30
}
},
"evidence": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"aging": {
"stockNumber": "STK-be60e7f2",
"ageDays": 31,
"bucket": "aged",
"agedMark": 30
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "yard-iron-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}liquidationPredict
aging.liquidationPredict · GET /agings/liquidation-predict · gate none · sandbox · answers AgingLiquidationPredict@1
No input — this capability takes no request body.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6SRFFT9MN701378 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
import { aging } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aging.liquidationPredict()curl 'https://apis.vin/agings/liquidation-predict'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AgingLiquidationPredict@1",
"value": {
"vin": "1HGCM82633A004352",
"noun": "aging",
"asOf": "2026-08-10",
"prediction": {
"status": "not-in-stock"
}
},
"evidence": {
"vin": "1HGCM82633A004352",
"noun": "aging",
"asOf": "2026-08-10",
"prediction": {
"status": "not-in-stock"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "yard-iron-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Authorize & resolve
flag
aging.flag · POST /agings/flag · gate offer · sandbox · answers AgingFlag@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6SRFFT9MN701378 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — Aging.flagged@1.
import { aging } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aging.flag({"vin":"1C6SRFFT9MN701378"})curl -X POST https://apis.vin/agings/flag \
-H 'content-type: application/json' \
-d '{"vin":"1C6SRFFT9MN701378"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AgingFlag@1",
"value": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"flag": {
"stockNumber": "STK-be60e7f2",
"flagged": true,
"ageDays": 31,
"mark": 30
}
},
"evidence": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"flag": {
"stockNumber": "STK-be60e7f2",
"flagged": true,
"ageDays": 31,
"mark": 30
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "yard-iron-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
agedUnits
aging.agedUnits · GET /agings/aged-units · gate key · sandbox · answers AgingAgedUnits@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6SRFFT9MN701378 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
import { aging } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aging.agedUnits({"vin":"1C6SRFFT9MN701378"})curl 'https://apis.vin/agings/aged-units?vin=1C6SRFFT9MN701378'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AgingAgedUnits@1",
"value": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"agedUnits": {
"stocked": 10,
"fresh": 3,
"watch": 5,
"aged": 2
}
},
"evidence": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"agedUnits": {
"stocked": 10,
"fresh": 3,
"watch": 5,
"aged": 2
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "yard-iron-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}daysSupply
aging.daysSupply · GET /agings/days-supply · gate key · sandbox · answers AgingDaysSupply@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6SRFFT9MN701378 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
import { aging } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aging.daysSupply({"vin":"1C6SRFFT9MN701378"})curl 'https://apis.vin/agings/days-supply?vin=1C6SRFFT9MN701378'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AgingDaysSupply@1",
"value": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"daysSupply": {
"units": 10,
"frontlineUnits": 3,
"daysSupply": 150
}
},
"evidence": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"daysSupply": {
"units": 10,
"frontlineUnits": 3,
"daysSupply": 150
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "yard-iron-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}floorplanCost
aging.floorplanCost · GET /agings/floorplan-cost · gate key · sandbox · answers AgingFloorplanCost@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6SRFFT9MN701378 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
import { aging } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aging.floorplanCost({"vin":"1C6SRFFT9MN701378"})curl 'https://apis.vin/agings/floorplan-cost?vin=1C6SRFFT9MN701378'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AgingFloorplanCost@1",
"value": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"floorplan": {
"floored": false,
"perDiemCents": 0,
"accruedCents": 0,
"principalCents": 0,
"currency": "USD"
}
},
"evidence": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"floorplan": {
"floored": false,
"perDiemCents": 0,
"accruedCents": 0,
"principalCents": 0,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "yard-iron-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}liquidate
aging.liquidate · POST /agings/liquidate · gate offer · sandbox · answers AgingLiquidate@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6SRFFT9MN701378 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — Aging.liquidated@1.
import { aging } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aging.liquidate({"vin":"1C6SRFFT9MN701378"})curl -X POST https://apis.vin/agings/liquidate \
-H 'content-type: application/json' \
-d '{"vin":"1C6SRFFT9MN701378"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AgingLiquidate@1",
"value": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"liquidation": {
"status": "routed",
"stockNumber": "STK-be60e7f2",
"channel": "auction",
"expectedProceedsCents": 1850000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"liquidation": {
"status": "routed",
"stockNumber": "STK-be60e7f2",
"channel": "auction",
"expectedProceedsCents": 1850000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "yard-iron-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}overageRisk
aging.overageRisk · GET /agings/overage-risk · gate key · sandbox · answers AgingOverageRisk@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6SRFFT9MN701378 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
import { aging } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aging.overageRisk({"vin":"1C6SRFFT9MN701378"})curl 'https://apis.vin/agings/overage-risk?vin=1C6SRFFT9MN701378'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AgingOverageRisk@1",
"value": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"risk": {
"stockNumber": "STK-be60e7f2",
"level": "high",
"ageDays": 31,
"daysToMark": 0
}
},
"evidence": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"risk": {
"stockNumber": "STK-be60e7f2",
"level": "high",
"ageDays": 31,
"daysToMark": 0
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "yard-iron-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}rebalance
aging.rebalance · POST /agings/rebalance · gate offer · sandbox · answers AgingRebalance@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6SRFFT9MN701378 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — Aging.rebalanced@1.
import { aging } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aging.rebalance({"vin":"1C6SRFFT9MN701378"})curl -X POST https://apis.vin/agings/rebalance \
-H 'content-type: application/json' \
-d '{"vin":"1C6SRFFT9MN701378"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AgingRebalance@1",
"value": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"rebalance": {
"recommendation": "wholesale-aged-units",
"agedUnits": 2,
"stocked": 10
}
},
"evidence": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"rebalance": {
"recommendation": "wholesale-aged-units",
"agedUnits": 2,
"stocked": 10
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "yard-iron-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}repriceTrigger
aging.repriceTrigger · POST /agings/reprice-trigger · gate offer · sandbox · answers AgingRepriceTrigger@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6SRFFT9MN701378 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — Aging.repriceTriggered@1.
import { aging } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aging.repriceTrigger({"vin":"1C6SRFFT9MN701378"})curl -X POST https://apis.vin/agings/reprice-trigger \
-H 'content-type: application/json' \
-d '{"vin":"1C6SRFFT9MN701378"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AgingRepriceTrigger@1",
"value": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"trigger": {
"status": "triggered",
"stockNumber": "STK-be60e7f2",
"askingPriceCents": 2300000,
"newPriceCents": 2185000,
"currency": "USD"
}
},
"evidence": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"trigger": {
"status": "triggered",
"stockNumber": "STK-be60e7f2",
"askingPriceCents": 2300000,
"newPriceCents": 2185000,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "yard-iron-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}stockingMix
aging.stockingMix · GET /agings/stocking-mix · gate key · sandbox · answers AgingStockingMix@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6SRFFT9MN701378 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
import { aging } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aging.stockingMix({"vin":"1C6SRFFT9MN701378"})curl 'https://apis.vin/agings/stocking-mix?vin=1C6SRFFT9MN701378'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AgingStockingMix@1",
"value": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"stockingMix": {
"stocked": 10,
"byPosition": {
"SOURCING": 1,
"BIDDING": 1,
"ACQUIRED": 1,
"IN_TRANSIT": 1,
"RECEIVED": 1,
"INSPECTED": 1,
"RECONDITIONED": 1,
"FRONTLINE": 1,
"FLOORED": 1,
"LISTED": 1
}
}
},
"evidence": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"stockingMix": {
"stocked": 10,
"byPosition": {
"SOURCING": 1,
"BIDDING": 1,
"ACQUIRED": 1,
"IN_TRANSIT": 1,
"RECEIVED": 1,
"INSPECTED": 1,
"RECONDITIONED": 1,
"FRONTLINE": 1,
"FLOORED": 1,
"LISTED": 1
}
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "yard-iron-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}turn
aging.turn · GET /agings/turn · gate key · sandbox · answers AgingTurn@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6SRFFT9MN701378 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
import { aging } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aging.turn({"vin":"1C6SRFFT9MN701378"})curl 'https://apis.vin/agings/turn?vin=1C6SRFFT9MN701378'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AgingTurn@1",
"value": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"turn": {
"turnDays": 32,
"targetDays": 45
}
},
"evidence": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"turn": {
"turnDays": 32,
"targetDays": 45
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "yard-iron-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}wholesaleOut
aging.wholesaleOut · POST /agings/wholesale-out · gate offer · sandbox · answers AgingWholesaleOut@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6SRFFT9MN701378 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — Aging.failed@1 · Aging.wholesaledOut@1.
import { aging } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aging.wholesaleOut({"vin":"1C6SRFFT9MN701378"})curl -X POST https://apis.vin/agings/wholesale-out \
-H 'content-type: application/json' \
-d '{"vin":"1C6SRFFT9MN701378"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AgingWholesaleOut@1",
"value": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"liquidation": {
"status": "routed",
"stockNumber": "STK-be60e7f2",
"channel": "auction",
"expectedProceedsCents": 1850000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"liquidation": {
"status": "routed",
"stockNumber": "STK-be60e7f2",
"channel": "auction",
"expectedProceedsCents": 1850000,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "yard-iron-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}wholesaleTrigger
aging.wholesaleTrigger · POST /agings/wholesale-trigger · gate offer · sandbox · answers AgingWholesaleTrigger@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6SRFFT9MN701378 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — Aging.wholesaleTriggered@1.
import { aging } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aging.wholesaleTrigger({"vin":"1C6SRFFT9MN701378"})curl -X POST https://apis.vin/agings/wholesale-trigger \
-H 'content-type: application/json' \
-d '{"vin":"1C6SRFFT9MN701378"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AgingWholesaleTrigger@1",
"value": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"trigger": {
"stockNumber": "STK-be60e7f2",
"triggered": true,
"ageDays": 31,
"mark": 30
}
},
"evidence": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"trigger": {
"stockNumber": "STK-be60e7f2",
"triggered": true,
"ageDays": 31,
"mark": 30
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "yard-iron-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}writeDown
aging.writeDown · POST /agings/write-down · gate offer · sandbox · answers AgingWriteDown@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6SRFFT9MN701378 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — Aging.failed@1 · Aging.writtenDown@1.
import { aging } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aging.writeDown({"vin":"1C6SRFFT9MN701378"})curl -X POST https://apis.vin/agings/write-down \
-H 'content-type: application/json' \
-d '{"vin":"1C6SRFFT9MN701378"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "AgingWriteDown@1",
"value": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"writeDown": {
"status": "written-down",
"stockNumber": "STK-be60e7f2",
"previousBookCents": 2300000,
"newBookCents": 1850000,
"writeDownCents": 450000,
"currency": "USD"
}
},
"evidence": {
"vin": "1C6SRFFT9MN701378",
"noun": "aging",
"asOf": "2026-08-10",
"writeDown": {
"status": "written-down",
"stockNumber": "STK-be60e7f2",
"previousBookCents": 2300000,
"newBookCents": 1850000,
"writeDownCents": 450000,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "yard-iron-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Data model
The record shape behind this noun — one entity, each property an evidence field. See the whole estate model on the data model page.
InventoryItem
Generated from the catalog. Every capability, answer, gate, and entity on this page is a rendered descriptor — it cannot drift from the wire.
aftermarketPart
The aftermarketPart noun — identity, lifecycle, events, and every capability as an anchored section: 15 capabilities, 0 live, 15 sandbox, 0 declared.
airbags
The airbags noun — identity, lifecycle, events, and every capability as an anchored section: 11 capabilities, 0 live, 11 sandbox, 0 declared.