Sponsored

Oct-Dec 2022 Delivery Windows

ja_kub_sz

Well-Known Member
Joined
Aug 4, 2020
Threads
16
Messages
642
Reaction score
1,086
Location
Central Illinois
Vehicles
2020 LR Discovery, 2019 LR Range Rover Velar
Yeah, I changed my config from max to large on Jan 5 of this year.
@danielvdm Rivian reached out to me to change Max to a LargeJan 10th this year and still crickets.

11/27/18 Preorder Adventure, BM interior the she time.
Sponsored

 

AllInev

Well-Known Member
Joined
Nov 22, 2021
Threads
37
Messages
1,265
Reaction score
2,111
Location
Oakland, CA
Vehicles
Prius V, 2022 R1T
Clubs
 
Guide assignment today too. 7/7/21 preorder. Midnight/Black Mountain.
Since it's not in your profile signature, I have to ask what wheels did you order? And what was your estimated delivery window?
 
Last edited:

AllInev

Well-Known Member
Joined
Nov 22, 2021
Threads
37
Messages
1,265
Reaction score
2,111
Location
Oakland, CA
Vehicles
Prius V, 2022 R1T
Clubs
 
Just found out about this thread.
Oct 3 2021 Reservation, R1T adventure large
Guide cold called me last friday 4/22 and I signed the PBA on the spot.
He still says I am scheduled for Oct-Dec. We'll see!
Thanks for sharing this update. It you're willing, please share more details about your order. Lots of us are trying to track things like color, interior, wheels, etc. You can add all this info to your forum profile signature. Congratulations on the early guide contact.
 

AllInev

Well-Known Member
Joined
Nov 22, 2021
Threads
37
Messages
1,265
Reaction score
2,111
Location
Oakland, CA
Vehicles
Prius V, 2022 R1T
Clubs
 
@danielvdm Rivian reached out to me to change Max to a LargeJan 10th this year and still crickets.

11/27/18 Preorder Adventure, BM interior the she time.
Wow! With your early preorder date and central Il location, that must be super frustrating for you. How far do you live from the factory? I'd be tempted to just show up at the factory claiming my guide sent me to pickup my R1. ?
 

AllInev

Well-Known Member
Joined
Nov 22, 2021
Threads
37
Messages
1,265
Reaction score
2,111
Location
Oakland, CA
Vehicles
Prius V, 2022 R1T
Clubs
 
I'm paying my daughter 25 cents per login/guide check --no more than 4 logins an hour. I'm racking up quite a bill! At some point, she's going to hit the (-$80,000) jackpot for me.
 

Sponsored

AllInev

Well-Known Member
Joined
Nov 22, 2021
Threads
37
Messages
1,265
Reaction score
2,111
Location
Oakland, CA
Vehicles
Prius V, 2022 R1T
Clubs
 
I gotta say, I’ve had a feeling for a couple weeks that i was gonna get a guide call.

I wasn’t sure, and am still not sure how real it is (for all I know he’ll say the intent is still to delivery in oct-dec) but my sense was that they were pretty deep into their book of business in PA and that my number was getting close.

They’ve definitely regionalized the country based on this service center or that one being open.
I never answer my phone, so I'm curious what area code was the incoming Rivian phone number of your guide?
 

ja_kub_sz

Well-Known Member
Joined
Aug 4, 2020
Threads
16
Messages
642
Reaction score
1,086
Location
Central Illinois
Vehicles
2020 LR Discovery, 2019 LR Range Rover Velar
Wow! With your early preorder date and central Il location, that must be super frustrating for you. How far do you live from the factory? I'd be tempted to just show up at the factory claiming my guide sent me to pickup my R1. ?
You might be onto something (50 miles)

Rivian R1T R1S Oct-Dec 2022 Delivery Windows 1651307218272
 

AdamsFan1983

Well-Known Member
First Name
Silence Dogood
Joined
Jun 22, 2021
Threads
73
Messages
1,063
Reaction score
3,821
Location
Pennsylvania
Vehicles
Rivian R1T LE in GW
Occupation
Public Relations
I never answer my phone, so I'm curious what area code was the incoming Rivian phone number of your guide?
Toll free number
 

Jamuso

Well-Known Member
First Name
Joe
Joined
Jul 9, 2021
Threads
0
Messages
272
Reaction score
347
Location
CT
Vehicles
Ridgeline
Occupation
Sr software engineer - manager
Since it's not in your profile signature, I have to ask what wheels did you order? And what was your estimated delivery window?
I’ll update that. 21” wheels , Oct-Dec delivery
 

p3ck

Well-Known Member
First Name
Bill
Joined
May 3, 2021
Threads
6
Messages
211
Reaction score
294
Location
Massachusettes, USA
Vehicles
Rivian R1T
Occupation
Software Engineer
Clubs
 
Is it bad that I've scripted this now? :)

Code:
$ ./script.sh | jq
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   950  100   428  100   522    534    651 --:--:-- --:--:-- --:--:--  1186
{
  "data": {
    "user": {
      "firstName": "XXXX",
      "lastName": "XXXX",
      "userId": "XX-XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXX-XXXXXXXX",
      "vehicles": [],
      "orderSnapshots": [
        {
          "id": "XXXXXXXX",
          "total": 85400,
          "paidTotal": 1000,
          "subtotal": 85400,
          "state": "CONFIGURED",
          "configurationStatus": "CONFIGURED",
          "currency": "USD",
          "orderDate": "2021-05-02T23:16:38.070Z",
          "type": "PRE_ORDER",
          "fulfillmentSummaryStatus": null,
          "__typename": "OrderSnapshot"
        }
      ],
      "__typename": "User"
    }
  }
}
 

Sponsored

OP
OP

BuzzL8ghtYears

Well-Known Member
Joined
Apr 13, 2022
Threads
40
Messages
284
Reaction score
114
Location
Houston, TX
Vehicles
Mach E
Is it bad that I've scripted this now? :)

Code:
$ ./script.sh | jq
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   950  100   428  100   522    534    651 --:--:-- --:--:-- --:--:--  1186
{
  "data": {
    "user": {
      "firstName": "XXXX",
      "lastName": "XXXX",
      "userId": "XX-XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXX-XXXXXXXX",
      "vehicles": [],
      "orderSnapshots": [
        {
          "id": "XXXXXXXX",
          "total": 85400,
          "paidTotal": 1000,
          "subtotal": 85400,
          "state": "CONFIGURED",
          "configurationStatus": "CONFIGURED",
          "currency": "USD",
          "orderDate": "2021-05-02T23:16:38.070Z",
          "type": "PRE_ORDER",
          "fulfillmentSummaryStatus": null,
          "__typename": "OrderSnapshot"
        }
      ],
      "__typename": "User"
    }
  }
}

scripted it? I'm confused, how are you able to see this info? I'd be interested to see it too.
 

p3ck

Well-Known Member
First Name
Bill
Joined
May 3, 2021
Threads
6
Messages
211
Reaction score
294
Location
Massachusettes, USA
Vehicles
Rivian R1T
Occupation
Software Engineer
Clubs
 
scripted it? I'm confused, how are you able to see this info? I'd be interested to see it too.
I'm using a program called curl which can be called from the command line in linux..

curl 'https://rivian.com/api/gql/orders/graphql' -X POST -H 'Content-Type: application/json' -H 'csrf-token:XXXXXXX' -H 'Cookie: XXXXXXX' --data-raw '{"operationName":"user","variables":{},"query":"query user {\n user {\n firstName\n lastName\n userId\n vehicles {\n id\n highestPriorityRole\n __typename\n }\n orderSnapshots(filterTypes: [PRE_ORDER, VEHICLE]) {\n ...OrderSnapshotsFragment\n __typename\n }\n __typename\n }\n}\n\nfragment OrderSnapshotsFragment on OrderSnapshot {\n id\n total\n paidTotal\n subtotal\n state\n configurationStatus\n currency\n orderDate\n type\n fulfillmentSummaryStatus\n}\n"}' --output -

I've left off the csrf-token and cookie headers.. You have to authenticate to get these values which I haven't automated yet.. (I grabbed them from my browser but they will eventually time out and I'll need to authenticate again)

The data comes back in json format which can be filtered or pretty printed with jq.

I also reduced the query call in the raw-data section. I'm only interested in those few fields. If you use the full query that your browser uses you will need to pipe the data to gzip to decompress it. There must be a threshold where over a certain size it compresses it.

Have fun!
 
OP
OP

BuzzL8ghtYears

Well-Known Member
Joined
Apr 13, 2022
Threads
40
Messages
284
Reaction score
114
Location
Houston, TX
Vehicles
Mach E
I'm using a program called curl which can be called from the command line in linux..

curl 'https://rivian.com/api/gql/orders/graphql' -X POST -H 'Content-Type: application/json' -H 'csrf-token:XXXXXXX' -H 'Cookie: XXXXXXX' --data-raw '{"operationName":"user","variables":{},"query":"query user {\n user {\n firstName\n lastName\n userId\n vehicles {\n id\n highestPriorityRole\n __typename\n }\n orderSnapshots(filterTypes: [PRE_ORDER, VEHICLE]) {\n ...OrderSnapshotsFragment\n __typename\n }\n __typename\n }\n}\n\nfragment OrderSnapshotsFragment on OrderSnapshot {\n id\n total\n paidTotal\n subtotal\n state\n configurationStatus\n currency\n orderDate\n type\n fulfillmentSummaryStatus\n}\n"}' --output -

I've left off the csrf-token and cookie headers.. You have to authenticate to get these values which I haven't automated yet.. (I grabbed them from my browser but they will eventually time out and I'll need to authenticate again)

The data comes back in json format which can be filtered or pretty printed with jq.

I also reduced the query call in the raw-data section. I'm only interested in those few fields. If you use the full query that your browser uses you will need to pipe the data to gzip to decompress it. There must be a threshold where over a certain size it compresses it.

Have fun!
oh ok, thanks for the quick reply. I am hoping Rivian sticks to what they say and I hear some news within this month. I almost changed my config to midnight based on what i've been seeing here but I'd rather stick to El Cap.
 

OverZealous

Well-Known Member
Joined
Oct 19, 2021
Threads
8
Messages
592
Reaction score
1,477
Location
Louisville, Kentucky
Vehicles
2022 R1T LE, 2023 R1S Quad-Adventure
Occupation
Product Manager / Front-End Developer
Clubs
 
I've left off the csrf-token and cookie headers.. You have to authenticate to get these values which I haven't automated yet.. (I grabbed them from my browser but they will eventually time out and I'll need to authenticate again)
I'm sure hoping that Rivian introduces a proper OAUTH + API scheme (unlike Tesla, who has been stubborn about keeping their API obscure even after all these years). I already mentioned it to CS a while ago—I really want to integrate my Rivian into HomeAssistant the way I have the Model S.
 

AllInev

Well-Known Member
Joined
Nov 22, 2021
Threads
37
Messages
1,265
Reaction score
2,111
Location
Oakland, CA
Vehicles
Prius V, 2022 R1T
Clubs
 
Is it bad that I've scripted this now? :)

Code:
$ ./script.sh | jq
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   950  100   428  100   522    534    651 --:--:-- --:--:-- --:--:--  1186
{
  "data": {
    "user": {
      "firstName": "XXXX",
      "lastName": "XXXX",
      "userId": "XX-XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXX-XXXXXXXX",
      "vehicles": [],
      "orderSnapshots": [
        {
          "id": "XXXXXXXX",
          "total": 85400,
          "paidTotal": 1000,
          "subtotal": 85400,
          "state": "CONFIGURED",
          "configurationStatus": "CONFIGURED",
          "currency": "USD",
          "orderDate": "2021-05-02T23:16:38.070Z",
          "type": "PRE_ORDER",
          "fulfillmentSummaryStatus": null,
          "__typename": "OrderSnapshot"
        }
      ],
      "__typename": "User"
    }
  }
}
The only bad thing is that you haven't shared the code! It's called github.com.
Sponsored

 
 








Top