Create prechain product
Registers an existing product instance as an upstream (“prechain”) input at one of your plants, with an optional transport route.
Idempotent create — a replay of the same Idempotency-Key returns the
original response (200); otherwise a new prechain product is created
(201). See External IDs.
Authorizations
Per-manufacturer API key in the X-API-Key header, format
emidat-{key_id}-{secret} where key_id is a random public handle.
Issued by an owner in the Emidat
dashboard; carries its own permission scopes, optional plant
restrictions, and optional expiry. A revoked, expired, or unknown key
returns 401. See the Authentication guide for details.
Headers
Optional client-generated key (e.g. a UUID) that makes a create
idempotent — the only mechanism that does so. A replay carrying the same
key returns the original response unchanged (200); reusing a key with a
different request body is rejected with 409. Keys are scoped to your
manufacturer and retained for 6h. See External IDs.
Body
UUID of the product instance used as the upstream input. Create via
POST /v2/product-instances, or resolve your code with
GET /v2/product-instances?external_id=….
UUID of the plant that consumes this input.
Your own code for this prechain product. Optional, and unique among your active prechain products. See External IDs.
Transport distances from where the product is made to the consuming plant, one per modality (km). Optional.
Response
Returned unchanged — an Idempotency-Key replay.
An existing product instance used as an upstream ("prechain") input at one of your plants, with an optional transport route and its per-kg impacts.
Your own code for this prechain product, or null if none.
UUID of the product instance used as the input.
UUID of the consuming plant.
Transport distances to the consuming plant, one per modality (km).
Characterized impacts of the input per kg. Null until computed.
Transport-only impacts per kg. Null until computed.