Skip to main content

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

CodeDescription
BXGood order available for scheduling
BBFleet order only — review by Bid Dept
BDSpecial equipment processing
BEEdit error — coding error must be corrected before schedule
BGOrder has passed edit but not considered for scheduling
BG FFinance hold — automatic cancellation after 15 days
BG BBuild out hold
BG LMaterial restriction hold
BG MMaterial hold (fleet)
ZACancelled order

Scheduled

CodeDescription
CTentative schedule
DFirm schedule; number is assigned
D1Gateline: plant has sequenced the unit for production

Build

CodeDescription
EFraming
FPaint
GTrim

Built

CodeDescription
IUnit is pending final inspection
JVehicle has passed final inspection but not released to carrier
JBShipped to body vendor
JEShipped to emissions
JJConsigned body vendor
JSShipped to storage
KZReleased by plant and invoiced

Traffic

CodeDescription
KZ LReleased but not shipped
KZ MFirst rail departure
KZ NFirst rail arrival
KZ ODelayed/received
KZ OAPlant hold, quality audit
KZ OBZone or dealer hold, sales hold, vehicle prep hold, tax hold, finance hold, dealer refusal, diversion hold, vehicle diverted, derailment hold
KZ OCCarrier delay hold, rail car shortage, bad load, insufficient load, inclement weather, need shipping order, manifest order, strike-bound hold, emission or safety hold
KZ OEMisdropped or misshipped vehicle
KZ OFShipped air freight, stolen vehicle recovered, show vehicle test info code, vessel sailed
KZ OGDamaged vehicle, stolen vehicle, abandon to carrier, vehicle scrapped, donate vehicle, repair and auction
KZ OHAll other carrier codes not included above
KZ RVehicle within a few days of arrival to dealer
KZ TSecond rail departure
KZ USecond rail arrival
KZ XDelivered to dealer
KZ Y1Major damage — must not be sold as new
KZ Y2Major damage — vehicle sold at auction

Code format in data

The data stores status codes without spacesKZX 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.