not sure if this means anything but i decided to inspect the JSON from the tracker website. mine is showing in the UI as "in production" since 2/11.
when inspecting the response from "vehicleOrders?brand=ramtrucks" it shows this (replaced personal info with DELETED)
[
{
"id": "7611",
"timestamp": "2025-03-03T16:25:45.000000764Z",
"created": "2025-01-05T09:32:10.000000675Z",
"data": {
"brand": "ramtrucks",
"von": "DELETED",
"name": "DELETED",
"status": "KZM"
}
}
]
status is KZM which means its shipped. however when i inspect "
https://www.ramtrucks.com/hostz/cots/order-status/DELETED/DELETED" it shows
{
"statusCode": "200",
"orderstatus": [
{
"statusCode": "C",
"statusDesc": "Order Confirmed",
"arrivalDate": "",
"statusUpdateDate": "2025-01-02",
"display": "Y",
"currentStatus": "N",
"order": "1"
},
{
"statusCode": "D1",
"statusDesc": "Scheduled",
"arrivalDate": "",
"statusUpdateDate": "2025-01-17",
"display": "Y",
"currentStatus": "N",
"order": "2"
},
{
"statusCode": "E",
"statusDesc": "In Production",
"arrivalDate": "2025-05-01",
"statusUpdateDate": "2025-02-11",
"display": "Y",
"currentStatus": "Y",
"order": "3"
},
{
"statusCode": "KZ",
"statusDesc": "Vehicle Built",
"arrivalDate": "",
"statusUpdateDate": "",
"display": "Y",
"currentStatus": "N",
"order": "4"
},
{
"statusCode": "KZM",
"statusDesc": "Shipped",
"arrivalDate": "",
"statusUpdateDate": "",
"display": "Y",
"currentStatus": "N",
"order": "5"
},
{
"statusCode": "KZX",
"statusDesc": "Delivered",
"arrivalDate": "",
"statusUpdateDate": "",
"display": "N",
"currentStatus": "N",
"order": "6"
}
current status is "in production" which obviously aligns with the UI and where it gets its info from. I emailed my dealer on friday and they were still showing JB "shipped to body vendor" status on their end. Not sure if it can go to from JB to KZM in 3 days.....