Sponsored

Order Source Code

OP
OP

martinb8

Well-Known Member
First Name
Ben
Joined
Jun 14, 2022
Threads
5
Messages
94
Reaction score
116
Location
Columbus, Ohio
Vehicles
Tesla Model Y
Nope, no shop talk at all. I basically just confirmed that what I had preordered was what I wanted. He told me my 8 steps should open within 6-8 weeks, but he thought it would be more like 2-3 weeks. They opened 4hrs later
@metroman99 no delivery date I assume?
Sponsored

 

metroman99

Active Member
First Name
Ryan
Joined
Mar 22, 2022
Threads
0
Messages
44
Reaction score
52
Location
Plano TX
Vehicles
Tesla Model S, Tesla Model 3, Chevy Volt
OP
OP

martinb8

Well-Known Member
First Name
Ben
Joined
Jun 14, 2022
Threads
5
Messages
94
Reaction score
116
Location
Columbus, Ohio
Vehicles
Tesla Model Y
They actually said they can get it to me tomorrow or Saturday, but I'm not quite ready...so the appointment is for Wednesday the 22nd!
@metroman99 that's awesome! What was your build? I've heard numerous people have been able to get a guide lately and do the steps and schedule delivery and not need the shop so I'm baffled at my guide's response that I have to basically wait till I get shop access.
 

metroman99

Active Member
First Name
Ryan
Joined
Mar 22, 2022
Threads
0
Messages
44
Reaction score
52
Location
Plano TX
Vehicles
Tesla Model S, Tesla Model 3, Chevy Volt
@metroman99 that's awesome! What was your build? I've heard numerous people have been able to get a guide lately and do the steps and schedule delivery and not need the shop so I'm baffled at my guide's response that I have to basically wait till I get shop access.
Adventure with Rivian Blue, BM interior, 21" wheels
 

Craigins

Well-Known Member
Joined
Jun 10, 2021
Threads
2
Messages
1,571
Reaction score
2,397
Location
Chicago Suburbs
Vehicles
Rivian R1T
Occupation
Software engineer
Clubs
 
Mine has never changed from this. Despite being assigned a guide, talking to him Monday, finishing 7 of 8 steps (waiting to finish paying them), and having delivery scheduled for Wednesday or sooner.

"state": "CANCELLED",
"configurationStatus": "CONFIGURED",
"currency": "USD",
"orderDate": "2021-10-03T20:51:14.123Z",
"type": "PRE_ORDER",
"fulfillmentSummaryStatus": null,
"vehicleId": null,
"invitedToSelfConfirm": null,
"eligibleForNewVehicleInventoryMarketplace": null,
I thought the Shop was supposed to stop this from happening. Oct 21 order getting fulfilled after the shop was release. Sad.
 

Sponsored

atlastracer

Well-Known Member
Joined
Sep 30, 2019
Threads
7
Messages
367
Reaction score
409
Location
BC, Canada
Vehicles
R1S LE, Honda Pilot
Yes I did. I'm sure they've created a new entry, but this is the only thing that shows up when I look at the code - but I wouldn't be surprised if I just don't know what I'm doing :CWL:
The API returns a list of orders (specifically, "orderSnapshots"). You are looking at just the first one (your cancelled one). There is a fantastic script that someone shared to view the order data. However it assumes you have a single order so it fetches just the first one from the returned list from the API. I modified my copy locally to show me the info for all orders I had (and to go deeper into the results to also return whether it was R1S or R1T as I have both).
 
OP
OP

martinb8

Well-Known Member
First Name
Ben
Joined
Jun 14, 2022
Threads
5
Messages
94
Reaction score
116
Location
Columbus, Ohio
Vehicles
Tesla Model Y
The API returns a list of orders (specifically, "orderSnapshots"). You are looking at just the first one (your cancelled one). There is a fantastic script that someone shared to view the order data. However it assumes you have a single order so it fetches just the first one from the returned list from the API. I modified my copy locally to show me the info for all orders I had (and to go deeper into the results to also return whether it was R1S or R1T as I have both).
@atlastracer are you able to locate a link to the script in question?
 
OP
OP

martinb8

Well-Known Member
First Name
Ben
Joined
Jun 14, 2022
Threads
5
Messages
94
Reaction score
116
Location
Columbus, Ohio
Vehicles
Tesla Model Y
Adventure with Rivian Blue, BM interior, 21" wheels
@metroman99 nice. If you are able to squeeze a question into your guide, could you ask if they have insight to the backlog of trucks and if that's how they are matching people to them? At this point, I feel like my guide is just giving me the run around or she has different access which I don't know why she would.
 

atlastracer

Well-Known Member
Joined
Sep 30, 2019
Threads
7
Messages
367
Reaction score
409
Location
BC, Canada
Vehicles
R1S LE, Honda Pilot
OP
OP

martinb8

Well-Known Member
First Name
Ben
Joined
Jun 14, 2022
Threads
5
Messages
94
Reaction score
116
Location
Columbus, Ohio
Vehicles
Tesla Model Y
@atlastracer oh nice, I may have gotten a little over my head hear, but how do I go about putting this into the script editor for a mac and making it work? If it's simple to explain. My apologies. I thought I could copy / paste and input username and password, but I see it's in two boxes and I'm getting an error so clearly I'm missing something.
 

Sponsored

atlastracer

Well-Known Member
Joined
Sep 30, 2019
Threads
7
Messages
367
Reaction score
409
Location
BC, Canada
Vehicles
R1S LE, Honda Pilot
@atlastracer oh nice, I may have gotten a little over my head hear, but how do I go about putting this into the script editor for a mac and making it work? If it's simple to explain. My apologies. I thought I could copy / paste and input username and password, but I see it's in two boxes and I'm getting an error so clearly I'm missing something.
I do this all the time for work...so I probably will gloss over or skip a step.... This is definitely going to be more advanced and require you to open up the Terminal app and do some stuff on the command line. If you aren't sure what I mean by that - it's best you stop reading now ?

You can put the 2 files from that link to a folder (.env and main.py - for code below, I assume rivianscript in your home directory). Add your credentials to the .env file where it has the username/password for rivian

You'd likely want to create a Python virtualenv (https://docs.python.org/3/library/venv.html)
python3 -m venv ~/.virtualenvs/rivianenv (or some other path)

Assuming you created the venv in ~/.virtualenvs/rivianenv and you downloaded the 2 script files to ~/rivianscript/
Code:
cd ~/rivianscript/ 
source ~/.virtualenvs/rivianenv/bin/activate
pip install requests dotenv twilio
python main.py
 

AdamUCF

Well-Known Member
First Name
Adam
Joined
Apr 3, 2022
Threads
13
Messages
302
Reaction score
437
Location
Orlando, FL
Vehicles
June 2022 R1T
If anyone is curious here's all the possible states for an orderSnapshot

Code:
UNKNOWN,
    PENDING,
    PENDING_PAYMENT,
    CREATED,
    PENDING_CONFIGURATION,
    CONFIGURED,
    INVALID_CONFIGURATION,
    PENDING_VALIDATE_CONFIGURATION,
    ORDERED,
    DRAFT,
    IN_REVIEW,
    PENDING_CANCEL,
    CANCELLED,
    INITIATE_CANCEL,
    ERROR,
    RESERVED;
And here's the fulfillmentSummaryStatus
Code:
CANCELLED("CANCELLED"),
    CUSTOMER_NOT_READY_TO_CONFIRM("CUSTOMER_NOT_READY_TO_CONFIRM"),
    FULFILLED("FULFILLED"),
    OPEN("OPEN"),
    PENDING_APPROVAL("PENDING_APPROVAL"),
    PENDING_FULFILLMENT("PENDING_FULFILLMENT"),
    PENDING_FULFILLMENT_UNALLOCATED("PENDING_FULFILLMENT_UNALLOCATED"),
    PLANT_ASSIGNED("PLANT_ASSIGNED"),
    PREPARE_CUSTOMER_FOR_FULFILLMENT("PREPARE_CUSTOMER_FOR_FULFILLMENT"),
    PRODUCTION_COMPLETED("PRODUCTION_COMPLETED"),
    PRODUCTION_SCHEDULED("PRODUCTION_SCHEDULED"),
    PRODUCTION_STARTED("PRODUCTION_STARTED"),
    READY_FOR_FULFILLMENT("READY_FOR_FULFILLMENT"),
    READY_FOR_NEXT_STEPS("READY_FOR_NEXT_STEPS"),
    READY_FOR_PICKUP("READY_FOR_PICKUP"),
    SELECTED_FOR_FULFILLMENT("SELECTED_FOR_FULFILLMENT"),
    TARGET_PRODUCTION_DATE_ASSIGNED("TARGET_PRODUCTION_DATE_ASSIGNED"),
    VEHICLE_DELIVERED("VEHICLE_DELIVERED"),
    VIN_ASSIGNED("VIN_ASSIGNED"),
    UNKNOWN__("UNKNOWN__");
 

Mike TDM

Well-Known Member
First Name
Mike
Joined
May 13, 2022
Threads
1
Messages
143
Reaction score
135
Location
Elysburg PA
Website
www.youtube.com
Vehicles
11 Chevy Volt, 11 Camaro 1SS, 02 Chevy 2500HD,
Occupation
Retired
Thanks! that was fun!

"state": "CONFIGURED",
"configurationStatus": "CONFIGURED",
"currency": "USD",
"orderDate": "2022-04-01T22:03:17.647Z",
"type": "PRE_ORDER",
"fulfillmentSummaryStatus": null,
"vehicleId": null,
"invitedToSelfConfirm": null,
"eligibleForNewVehicleInventoryMarketplace": null,
 

Craigins

Well-Known Member
Joined
Jun 10, 2021
Threads
2
Messages
1,571
Reaction score
2,397
Location
Chicago Suburbs
Vehicles
Rivian R1T
Occupation
Software engineer
Clubs
 
"state": "ORDERED",
"configurationStatus": "SOFT_LOCKED",
"currency": "USD",
"orderDate": "2020-07-22T18:51:05.000Z",
"type": "VEHICLE",
"fulfillmentSummaryStatus": "PENDING_FULFILLMENTWHEN_HELL_FREEZES_OVER",
"vehicleId": null,
"invitedToSelfConfirm": null,
"eligibleForNewVehicleInventoryMarketplace": null,
 

doit82

Well-Known Member
Joined
Jul 12, 2022
Threads
10
Messages
507
Reaction score
499
Location
Vermont
Vehicles
Model Y, R1T
Anybody know what

"invitedToSelfConfirm": false,

Means? Does this mean i have locked my config? (which i have done).
Sponsored

 
 








Top