aftermarketPart
The aftermarketPart noun — identity, lifecycle, events, and every capability as an anchored section: 15 capabilities, 0 live, 15 sandbox, 0 declared.
aftermarketPart 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 | aftermarketPart |
| Pillar | Data (facets: 8 data · 3 services · 4 commerce) |
| Capabilities | 15 — 0 live · 15 sandbox · 0 declared |
| Entities | Part |
| Doors | aggregator.vin |
| SDK | Vin.aftermarketPart.* from apis.vin |
| Address | /catalog/aftermarketPart#{action} — the anchor IS the wire name minus aftermarketPart. |
Events
The vocabulary this noun can append to the record — 19 past-tense, versioned event types, each linked to the capability that emits it:
AftermarketPart.charged@1— emitted bypayAftermarketPart.completed@1— emitted byorderAftermarketPart.dispatched@1— emitted byorderAftermarketPart.installFailed@1— emitted byinstallAftermarketPart.installRequested@1— emitted byinstallAftermarketPart.installed@1— emitted byinstallAftermarketPart.ordered@1— emitted byorderAftermarketPart.paid@1— emitted bypayAftermarketPart.payFailed@1— emitted bypayAftermarketPart.payRequested@1— emitted bypayAftermarketPart.pickRequested@1— emitted bypickAftermarketPart.picked@1— emitted bypickAftermarketPart.quoteRequested@1— emitted byquoteAftermarketPart.quoted@1— emitted byquoteAftermarketPart.refunded@1— emitted byrefundAftermarketPart.returnRequested@1— emitted byreturnAftermarketPart.returned@1— emitted byreturnOrder.placed@1— emitted byorderServiceOrder.settled@1— emitted byorder·pay
Discover & read
lookup
aftermarketPart.lookup · GET /aftermarket-parts/lookup · gate none · sandbox · answers AftermarketPartLookup@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1FMCU0E17RUA20718 (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 { aftermarketPart } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aftermarketPart.lookup({"vin":"1FMCU0E17RUA20718"})curl 'https://apis.vin/aftermarket-parts/lookup?vin=1FMCU0E17RUA20718'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": "AftermarketPartLookup@1",
"value": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"lookup": "lookup",
"partNumber": "AM-49960738",
"component": "aftermarket component",
"fits": true,
"partSource": "aftermarket"
},
"evidence": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"lookup": "lookup",
"partNumber": "AM-49960738",
"component": "aftermarket component",
"fits": true,
"partSource": "aftermarket"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}availability
aftermarketPart.availability · GET /aftermarket-parts/availability · gate none · sandbox · answers AftermarketPartAvailability@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1FMCU0E17RUA20718 (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 { aftermarketPart } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aftermarketPart.availability({"vin":"1FMCU0E17RUA20718"})curl 'https://apis.vin/aftermarket-parts/availability?vin=1FMCU0E17RUA20718'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": "AftermarketPartAvailability@1",
"value": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"partNumber": "AM-49960738",
"onHand": 9,
"binLocation": "B-23",
"status": "counted"
},
"evidence": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"partNumber": "AM-49960738",
"onHand": 9,
"binLocation": "B-23",
"status": "counted"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}fitment
aftermarketPart.fitment · GET /aftermarket-parts/fitment · gate none · sandbox · answers AftermarketPartFitment@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1FMCU0E17RUA20718 (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 { aftermarketPart } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aftermarketPart.fitment({"vin":"1FMCU0E17RUA20718"})curl 'https://apis.vin/aftermarket-parts/fitment?vin=1FMCU0E17RUA20718'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": "AftermarketPartFitment@1",
"value": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"lookup": "fitment",
"partNumber": "AM-49960738",
"component": "aftermarket component",
"fits": true,
"partSource": "aftermarket"
},
"evidence": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"lookup": "fitment",
"partNumber": "AM-49960738",
"component": "aftermarket component",
"fits": true,
"partSource": "aftermarket"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}interchangeLookup
aftermarketPart.interchangeLookup · GET /aftermarket-parts/interchange-lookup · gate none · sandbox · answers AftermarketPartInterchangeLookup@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1FMCU0E17RUA20718 (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 { aftermarketPart } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aftermarketPart.interchangeLookup({"vin":"1FMCU0E17RUA20718"})curl 'https://apis.vin/aftermarket-parts/interchange-lookup?vin=1FMCU0E17RUA20718'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": "AftermarketPartInterchangeLookup@1",
"value": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"lookup": "interchangeLookup",
"partNumber": "AM-49960738",
"crossesTo": {
"partNumber": "P-8b48f75a",
"partSource": "oe"
},
"partSource": "aftermarket"
},
"evidence": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"lookup": "interchangeLookup",
"partNumber": "AM-49960738",
"crossesTo": {
"partNumber": "P-8b48f75a",
"partSource": "oe"
},
"partSource": "aftermarket"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}qualityGradeLookup
aftermarketPart.qualityGradeLookup · GET /aftermarket-parts/quality-grade-lookup · gate none · sandbox · answers AftermarketPartQualityGradeLookup@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1FMCU0E17RUA20718 (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 { aftermarketPart } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aftermarketPart.qualityGradeLookup({"vin":"1FMCU0E17RUA20718"})curl 'https://apis.vin/aftermarket-parts/quality-grade-lookup?vin=1FMCU0E17RUA20718'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": "AftermarketPartQualityGradeLookup@1",
"value": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"partNumber": "AM-49960738",
"quality": {
"grade": "certified"
}
},
"evidence": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"partNumber": "AM-49960738",
"quality": {
"grade": "certified"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Quote & price
quote
aftermarketPart.quote · POST /aftermarket-parts/quote · gate offer · sandbox · answers AftermarketPartQuote@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) · /1FMCU0E17RUA20718 (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 — AftermarketPart.quoteRequested@1 · AftermarketPart.quoted@1.
import { aftermarketPart } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aftermarketPart.quote({"vin":"1FMCU0E17RUA20718"})curl -X POST https://apis.vin/aftermarket-parts/quote \
-H 'content-type: application/json' \
-d '{"vin":"1FMCU0E17RUA20718"}'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": "AftermarketPartQuote@1",
"value": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"partNumber": "AM-49960738",
"quote": {
"id": "MQ-35480e2f",
"amountCents": 15600,
"oeComparableCents": 24000,
"quality": "certified",
"currency": "USD",
"status": "extended"
}
},
"evidence": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"partNumber": "AM-49960738",
"quote": {
"id": "MQ-35480e2f",
"amountCents": 15600,
"oeComparableCents": 24000,
"quality": "certified",
"currency": "USD",
"status": "extended"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}price
aftermarketPart.price · GET /aftermarket-parts/price · gate none · sandbox · answers AftermarketPartPrice@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1FMCU0E17RUA20718 (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 { aftermarketPart } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aftermarketPart.price({"vin":"1FMCU0E17RUA20718"})curl 'https://apis.vin/aftermarket-parts/price?vin=1FMCU0E17RUA20718'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": "AftermarketPartPrice@1",
"value": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"partNumber": "AM-49960738",
"unitPriceCents": 15600,
"oeComparableCents": 24000,
"currency": "USD",
"priceLevel": "aftermarket"
},
"evidence": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"partNumber": "AM-49960738",
"unitPriceCents": 15600,
"oeComparableCents": 24000,
"currency": "USD",
"priceLevel": "aftermarket"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}priceLookup
aftermarketPart.priceLookup · GET /aftermarket-parts/price-lookup · gate none · sandbox · answers AftermarketPartPriceLookup@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1FMCU0E17RUA20718 (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 { aftermarketPart } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aftermarketPart.priceLookup({"vin":"1FMCU0E17RUA20718"})curl 'https://apis.vin/aftermarket-parts/price-lookup?vin=1FMCU0E17RUA20718'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": "AftermarketPartPriceLookup@1",
"value": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"partNumber": "AM-49960738",
"unitPriceCents": 15600,
"oeComparableCents": 24000,
"currency": "USD",
"priceLevel": "aftermarket"
},
"evidence": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"partNumber": "AM-49960738",
"unitPriceCents": 15600,
"oeComparableCents": 24000,
"currency": "USD",
"priceLevel": "aftermarket"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Apply & book
order
aftermarketPart.order · POST /aftermarket-parts/order · gate offer · sandbox · answers AftermarketPartOrder@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) · /1FMCU0E17RUA20718 (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 — AftermarketPart.completed@1 · AftermarketPart.dispatched@1 · AftermarketPart.ordered@1 · Order.placed@1 · ServiceOrder.settled@1.
import { aftermarketPart } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aftermarketPart.order({"vin":"1FMCU0E17RUA20718"})curl -X POST https://apis.vin/aftermarket-parts/order \
-H 'content-type: application/json' \
-d '{"vin":"1FMCU0E17RUA20718"}'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": "AftermarketPartOrder@1",
"value": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"partNumber": "AM-49960738",
"order": {
"id": "ORD-b9cc4b2f",
"item": "aftermarket component",
"status": "placed",
"amountCents": 15600,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"partNumber": "AM-49960738",
"order": {
"id": "ORD-b9cc4b2f",
"item": "aftermarket component",
"status": "placed",
"amountCents": 15600,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
pay
aftermarketPart.pay · POST /aftermarket-parts/pay · gate offer · sandbox · answers AftermarketPartPay@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) · /1FMCU0E17RUA20718 (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 — AftermarketPart.charged@1 · AftermarketPart.paid@1 · AftermarketPart.payFailed@1 · AftermarketPart.payRequested@1 · ServiceOrder.settled@1.
import { aftermarketPart } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aftermarketPart.pay({"vin":"1FMCU0E17RUA20718"})curl -X POST https://apis.vin/aftermarket-parts/pay \
-H 'content-type: application/json' \
-d '{"vin":"1FMCU0E17RUA20718"}'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": "AftermarketPartPay@1",
"value": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"partNumber": "AM-49960738",
"payment": {
"id": "PAY-1cceaf41",
"status": "settled",
"amountCents": 15600,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"partNumber": "AM-49960738",
"payment": {
"id": "PAY-1cceaf41",
"status": "settled",
"amountCents": 15600,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}refund
aftermarketPart.refund · POST /aftermarket-parts/refund · gate offer · sandbox · answers AftermarketPartRefund@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) · /1FMCU0E17RUA20718 (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 — AftermarketPart.refunded@1.
import { aftermarketPart } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aftermarketPart.refund({"vin":"1FMCU0E17RUA20718"})curl -X POST https://apis.vin/aftermarket-parts/refund \
-H 'content-type: application/json' \
-d '{"vin":"1FMCU0E17RUA20718"}'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": "AftermarketPartRefund@1",
"value": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"partNumber": "AM-49960738",
"refund": {
"id": "RF-2003b1e7",
"kind": "refund",
"status": "issued",
"amountCents": 15600,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"partNumber": "AM-49960738",
"refund": {
"id": "RF-2003b1e7",
"kind": "refund",
"status": "issued",
"amountCents": 15600,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Fulfill & operate
install
aftermarketPart.install · POST /aftermarket-parts/install · gate offer · sandbox · answers AftermarketPartInstall@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) · /1FMCU0E17RUA20718 (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 — AftermarketPart.installFailed@1 · AftermarketPart.installRequested@1 · AftermarketPart.installed@1.
import { aftermarketPart } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aftermarketPart.install({"vin":"1FMCU0E17RUA20718"})curl -X POST https://apis.vin/aftermarket-parts/install \
-H 'content-type: application/json' \
-d '{"vin":"1FMCU0E17RUA20718"}'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": "AftermarketPartInstall@1",
"value": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"partNumber": "AM-49960738",
"workOrder": {
"id": "WO-49901b48",
"operation": "install",
"status": "scheduled",
"costCents": 7800,
"currency": "USD"
},
"warrantyImpact": {
"warranty": "expired",
"impact": "coverage-expired-no-impact"
}
},
"evidence": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"partNumber": "AM-49960738",
"workOrder": {
"id": "WO-49901b48",
"operation": "install",
"status": "scheduled",
"costCents": 7800,
"currency": "USD"
},
"warrantyImpact": {
"warranty": "expired",
"impact": "coverage-expired-no-impact"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Lifecycle & state
return
aftermarketPart.return · POST /aftermarket-parts/return · gate offer · sandbox · answers AftermarketPartReturn@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) · /1FMCU0E17RUA20718 (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 — AftermarketPart.returnRequested@1 · AftermarketPart.returned@1.
import { aftermarketPart } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aftermarketPart.return({"vin":"1FMCU0E17RUA20718"})curl -X POST https://apis.vin/aftermarket-parts/return \
-H 'content-type: application/json' \
-d '{"vin":"1FMCU0E17RUA20718"}'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": "AftermarketPartReturn@1",
"value": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"partNumber": "AM-49960738",
"refund": {
"id": "RF-458c2707",
"kind": "return",
"status": "issued",
"amountCents": 15600,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"partNumber": "AM-49960738",
"refund": {
"id": "RF-458c2707",
"kind": "return",
"status": "issued",
"amountCents": 15600,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
crossReference
aftermarketPart.crossReference · GET /aftermarket-parts/cross-reference · gate none · sandbox · answers AftermarketPartCrossReference@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1FMCU0E17RUA20718 (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 { aftermarketPart } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aftermarketPart.crossReference({"vin":"1FMCU0E17RUA20718"})curl 'https://apis.vin/aftermarket-parts/cross-reference?vin=1FMCU0E17RUA20718'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": "AftermarketPartCrossReference@1",
"value": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"lookup": "crossReference",
"partNumber": "AM-49960738",
"crossesTo": {
"partNumber": "P-8b48f75a",
"partSource": "oe"
},
"partSource": "aftermarket"
},
"evidence": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"lookup": "crossReference",
"partNumber": "AM-49960738",
"crossesTo": {
"partNumber": "P-8b48f75a",
"partSource": "oe"
},
"partSource": "aftermarket"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}pick
aftermarketPart.pick · POST /aftermarket-parts/pick · gate offer · sandbox · answers AftermarketPartPick@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) · /1FMCU0E17RUA20718 (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 — AftermarketPart.pickRequested@1 · AftermarketPart.picked@1.
import { aftermarketPart } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await aftermarketPart.pick({"vin":"1FMCU0E17RUA20718"})curl -X POST https://apis.vin/aftermarket-parts/pick \
-H 'content-type: application/json' \
-d '{"vin":"1FMCU0E17RUA20718"}'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": "AftermarketPartPick@1",
"value": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"partNumber": "AM-49960738",
"movement": {
"id": "MV-0a5394d0",
"operation": "pick",
"status": "completed"
}
},
"evidence": {
"vin": "1FMCU0E17RUA20718",
"noun": "aftermarketPart",
"asOf": "2026-08-10",
"partNumber": "AM-49960738",
"movement": {
"id": "MV-0a5394d0",
"operation": "pick",
"status": "completed"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "parts-counter-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.
Part
Generated from the catalog. Every capability, answer, gate, and entity on this page is a rendered descriptor — it cannot drift from the wire.