Techie / "Under the hood" (website) Question - Parsing Order information

PL281

Well-Known Member
First Name
Philip
Joined
Apr 6, 2022
Threads
15
Messages
273
Reaction score
175
Location
Boynton Beach, FL
Vehicles
2022 Mach E Select (Build week 9/26/22)
Country flag
So thank you to @geftsnowball for posting the link https://seg.fyi/mache-vin/#/findvin (and to the original developer) to show how to parse the underlying data from the Ford Order page.

I took this to the next step as my April 2022 order hasn't been scheduled yet I was curious what else was in the code.
Some of the interesting points are the X, A, Z plan pricing and fees are all buried in there. Also seems to be options but I'm not sure it is options that are available or something else.

For example I am getting the Select without the comfort package.
However the code below is in there - I'm assuming that if I had this it would probably be OPT vs the IOT, but I have no idea and was wondering if anyone else had looked into this further???

Code:
  {
            "family": {
              "code": "BSL"
            },
            "values": [
              {
                "code": "BSLAC",
                "description": "Memory – Driver’s Seat and Sideview Power-Folding Mirrors",
                "guxCategoryLabels": "IOT",
                "guxCategoryDescription": "Interior Options",
                "state": "I",
                "guxCategories": [
                  "OPT",
                  "IOT"
                ]
              }
            ]
          },
Sponsored

 
 




Top