Rivan
Well-Known Member
Thank you, I tired it yesterday, the only thing I was able to see is, delivery date is Jan 2023this is available when viewing your account page using the developer tools built into Chrome. Other browsers have similar functionality but call it different things...
Essentially, you log into your account and view your configuration, then open the dev tools by clicking the three dots in the upper right>More Tools>Developer Tools. This will open a side window and allow you to see "under the hood" of the website.
Once you have that open, look for the Network tab across the top and select it. Reload the page (you should still be on the config page) and once it loads, search for the word CONFIGURE. Once it finishes searching, look for a graphql result that starts with ...:{"userid" and most likely has your name - could be a string of numbers. This is the magic sauce. Choose that search result and on the right, a long string of text will appear. Scroll right and you will see entries for state, configurationStatus and fulfillmentSummaryStatus. If you are a confirmed order holder with a guide, you'll most likely have state:ORDERED, configurationStatus: SOFT_LOCKED and fulfillmentSummaryStatus: PENDING_FULFILLMENT.
There's other interesting info in that same line, such as whether you have shop access, total cost, etc, but those are the fields that are most important.
I know that's a wall of text. If I'm bored tomorrow, maybe I'll post a tutorial with screenshots to walk people through it. Let me know if anyone would find that helpful.
Sponsored