docs.vin

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

NounaftermarketPart
PillarData (facets: 8 data · 3 services · 4 commerce)
Capabilities15 — 0 live · 15 sandbox · 0 declared
EntitiesPart
Doorsaggregator.vin
SDKVin.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:

Discover & read

lookup

aftermarketPart.lookup · GET /aftermarket-parts/lookup · gate none · sandbox · answers AftermarketPartLookup@1

FieldTypeRequiredNotes
vinstringno

Dooraggregator.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.

the SDK — aftermarketPart.lookup
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"})
GET /aftermarket-parts/lookup
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.

receipt · executed 2026-08-17T12:42:07.215Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

Dooraggregator.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.

the SDK — aftermarketPart.availability
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"})
GET /aftermarket-parts/availability
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.

receipt · executed 2026-08-17T12:42:07.202Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

Dooraggregator.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.

the SDK — aftermarketPart.fitment
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"})
GET /aftermarket-parts/fitment
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.

receipt · executed 2026-08-17T12:42:07.212Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

Dooraggregator.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.

the SDK — aftermarketPart.interchangeLookup
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"})
GET /aftermarket-parts/interchange-lookup
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.

receipt · executed 2026-08-17T12:42:07.213Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

Dooraggregator.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.

the SDK — aftermarketPart.qualityGradeLookup
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"})
GET /aftermarket-parts/quality-grade-lookup
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.

receipt · executed 2026-08-17T12:42:07.238Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsAftermarketPart.quoteRequested@1 · AftermarketPart.quoted@1.

the SDK — aftermarketPart.quote
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"})
POST /aftermarket-parts/quote
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.

receipt · executed 2026-08-17T12:42:07.239Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

Dooraggregator.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.

the SDK — aftermarketPart.price
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"})
GET /aftermarket-parts/price
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.

receipt · executed 2026-08-17T12:42:07.227Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

Dooraggregator.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.

the SDK — aftermarketPart.priceLookup
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"})
GET /aftermarket-parts/price-lookup
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.

receipt · executed 2026-08-17T12:42:07.238Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsAftermarketPart.completed@1 · AftermarketPart.dispatched@1 · AftermarketPart.ordered@1 · Order.placed@1 · ServiceOrder.settled@1.

the SDK — aftermarketPart.order
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"})
POST /aftermarket-parts/order
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.

receipt · executed 2026-08-17T12:42:07.218Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsAftermarketPart.charged@1 · AftermarketPart.paid@1 · AftermarketPart.payFailed@1 · AftermarketPart.payRequested@1 · ServiceOrder.settled@1.

the SDK — aftermarketPart.pay
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"})
POST /aftermarket-parts/pay
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.

receipt · executed 2026-08-17T12:42:07.224Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsAftermarketPart.refunded@1.

the SDK — aftermarketPart.refund
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"})
POST /aftermarket-parts/refund
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.

receipt · executed 2026-08-17T12:42:07.239Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsAftermarketPart.installFailed@1 · AftermarketPart.installRequested@1 · AftermarketPart.installed@1.

the SDK — aftermarketPart.install
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"})
POST /aftermarket-parts/install
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.

receipt · executed 2026-08-17T12:42:07.212Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsAftermarketPart.returnRequested@1 · AftermarketPart.returned@1.

the SDK — aftermarketPart.return
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"})
POST /aftermarket-parts/return
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.

receipt · executed 2026-08-17T12:42:07.246Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

Dooraggregator.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.

the SDK — aftermarketPart.crossReference
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"})
GET /aftermarket-parts/cross-reference
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.

receipt · executed 2026-08-17T12:42:07.203Z · HTTP 200
{
  "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

FieldTypeRequiredNotes
vinstringno

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.

Dooraggregator.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.

EmitsAftermarketPart.pickRequested@1 · AftermarketPart.picked@1.

the SDK — aftermarketPart.pick
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"})
POST /aftermarket-parts/pick
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.

receipt · executed 2026-08-17T12:42:07.226Z · HTTP 200
{
  "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.