docs.vin

inventory.post

Post — the commerce face of inventory (transact it), at `POST /inventories/post`.

Promoted — earned, computed, recomputed on every regen

This capability earned a standalone page by the computed promotion function (2 of 4 signals): price posted + carries its own stateSet. Its frozen address never moved — /catalog/inventory#post still answers as an anchored section on the noun page. Promotion is a regen event, not a meeting: lose the signals and this page folds back to the anchor while the redirect map retargets automatically.

Sandbox — a caller mode, never a status claim

The key selects the mode. Wire-compatible simulated responses, deterministic and replayable. Every payload is provenance-labeled { environment, simulated } in the body itself — where the row's live rail is a certified connection, it is live via connection: certified, connect to activate. Connecting is the ceremony: a credential submission at integrates.vin (dealer systems) or connects.vin (consumer accounts) enters the activation queue, and submissions rank live rollout.

Noun inventory · Pillar Commerce

Descriptor

The catalog row, rendered. This is the same descriptor that answers GET /catalog?select=….

FieldValue
Nouninventory
FacetCommerce
Sidesupply
PillarCommerce
Kindact
Statussandbox
Gatekey
Mandatenone
Pricefree — $0.00, posted
Doordealers.vin
MotionsB2A · B2A2D

The two spellings

One capability, two addresses — generated from one descriptor, so they cannot disagree:

  • The catalog nameinventory.post. What the SDK, the CLI, and the MCP index call it.
  • The wire routePOST /inventories/post. What HTTP calls it.

Call it

the SDK — inventory.post
import { inventory } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await inventory.post({"vin":"5FNRL6H66TB032919","price":"price"})
POST /inventories/post
curl -X POST https://apis.vin/inventories/post \
  -H 'content-type: application/json' \
  -d '{"vin":"5FNRL6H66TB032919","price":"price"}'

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:12.932Z · HTTP 200
{
  "type": "OK",
  "answers": "Listing@1",
  "value": {
    "vin": "5FNRL6H66TB032919",
    "noun": "inventory",
    "asOf": "2026-08-10",
    "position": "IN_TRANSIT",
    "stockNumber": "STK-1cb88cee",
    "post": {
      "status": "refused",
      "reason": "not-frontline"
    }
  },
  "evidence": {
    "vin": "5FNRL6H66TB032919",
    "noun": "inventory",
    "asOf": "2026-08-10",
    "position": "IN_TRANSIT",
    "stockNumber": "STK-1cb88cee",
    "post": {
      "status": "refused",
      "reason": "not-frontline"
    }
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "ownership-upkeep-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": true
  }
}

Input

FieldTypeRequiredNotes
vinstringyes
pricestringyesdecimal
stockNumberstringno
otdobjectno
photosarrayno

Answers

A typed OK envelope carrying Listing@1. Every fact inside it is an evidence object — { value, source, timestamp, verification } — and act-minted facts carry a dereferenceable pointer to the event that minted them. Absence is typed (EMPTY), never a faked 200.

The gate

This capability is keyed — mint an anonymous key with POST /keys; no account, no email.

The door

dealers.vin serves this noun on its two routes: / (the landing) · /5FNRL6H66TB032919 (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

On success this capability appends to the record and emits:

Subscribe on the universal /webhooks rail, or replay from the subject snapshot.

Composed by

Workflows that lean on this leaf: dealer-stocking · consignment · cpo-certification · oem-allocation-to-frontline.

Data model

Backs the InventoryItem entity. See the schema, relationships, and state set on inventory and in the data model.


Generated from the catalog descriptor. It shows only what the descriptor declares — the provider behind a fact is never named here; evidence source names the attesting authority at the estate's own level of abstraction.