Order Status Codes
Stellantis vehicles carry a status_code field that tracks position in the
order-to-delivery pipeline. The field appears on both the public inventory API
and the DealerConnect BigQuery feeds, though DealerConnect surfaces earlier
pipeline stages (D1 and below) that the public API does not.
The kzx_first_seen window aggregation on consolidated inventory uses this
field to determine the true dealer arrival date (first partition where
status_code = 'KZX').
Unscheduled
| Code | Description |
|---|---|
| BX | Good order available for scheduling |
| BB | Fleet order only — review by Bid Dept |
| BD | Special equipment processing |
| BE | Edit error — coding error must be corrected before schedule |
| BG | Order has passed edit but not considered for scheduling |
| BG F | Finance hold — automatic cancellation after 15 days |
| BG B | Build out hold |
| BG L | Material restriction hold |
| BG M | Material hold (fleet) |
| ZA | Cancelled order |
Scheduled
| Code | Description |
|---|---|
| C | Tentative schedule |
| D | Firm schedule; number is assigned |
| D1 | Gateline: plant has sequenced the unit for production |
Build
| Code | Description |
|---|---|
| E | Framing |
| F | Paint |
| G | Trim |
Built
| Code | Description |
|---|---|
| I | Unit is pending final inspection |
| J | Vehicle has passed final inspection but not released to carrier |
| JB | Shipped to body vendor |
| JE | Shipped to emissions |
| JJ | Consigned body vendor |
| JS | Shipped to storage |
| KZ | Released by plant and invoiced |
Traffic
| Code | Description |
|---|---|
| KZ L | Released but not shipped |
| KZ M | First rail departure |
| KZ N | First rail arrival |
| KZ O | Delayed/received |
| KZ OA | Plant hold, quality audit |
| KZ OB | Zone or dealer hold, sales hold, vehicle prep hold, tax hold, finance hold, dealer refusal, diversion hold, vehicle diverted, derailment hold |
| KZ OC | Carrier delay hold, rail car shortage, bad load, insufficient load, inclement weather, need shipping order, manifest order, strike-bound hold, emission or safety hold |
| KZ OE | Misdropped or misshipped vehicle |
| KZ OF | Shipped air freight, stolen vehicle recovered, show vehicle test info code, vessel sailed |
| KZ OG | Damaged vehicle, stolen vehicle, abandon to carrier, vehicle scrapped, donate vehicle, repair and auction |
| KZ OH | All other carrier codes not included above |
| KZ R | Vehicle within a few days of arrival to dealer |
| KZ T | Second rail departure |
| KZ U | Second rail arrival |
| KZ X | Delivered to dealer |
| KZ Y1 | Major damage — must not be sold as new |
| KZ Y2 | Major damage — vehicle sold at auction |
Code format in data
The data stores status codes without spaces — KZX not KZ X, KZM not
KZ M, KZT not KZ T. The table above uses the spaced format from the
official Stellantis reference for readability.