Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

What are "Reservation Confirmation Number" and "Reservation Sequence Number"?

This site may earn commission on affiliate links.
The Reservation Confirmation Number is a non-sequential number used to identify your reservation should you need to contact Tesla to change or cancel it. The Reservation Sequence Number is your sequential spot in line in your region, Canada in your case.
 
I got a Reservation Number, but not a Sequence Number -- is there some way to see the sequence number elsewhere? (I ordered Apr 2015).

You can go to the page that shows your RN and look at the source code of the page (each browser does that differently, but usually you right-click on the page, and there's "View Source" or "View page source" somewhere). Search for "vin_sn". You'll see something like

Code:
                        </p>
                            <!-- <p class="vin_sn">
                    #12745
                </p> -->
                    </div>

The number there is your sequence number. Note that people who ordered very recently have reported that they don't have this number in the source code.