TacoTuesday
New member
- Thread starter
- #1
I was kind curious and took a look at what data was loaded when I viewed my reservation at https://www.ford.com/buy/reserve/details.html?reservationId=myreservationID. The data gets loaded from https://apigtw.ford.com/oneford/api/gep/USA/reservations/resID?lang=en_us but you need to pass your credentials cookie in the request. 
There isn't a ton of new info in there but they list paint codes and some other option codes. I did a little searching and I could find results for a handful of values but I didn't see a complete list anywhere. I'm guessing someone with a better understanding of Ford specific codes could translate some of these values.
Here's the complete output of my reservation metadata with a few values redacted. I also decoded that base64 bit in there and added it at the bottom.
	
	
	
		
and the decoded base64
	
	
	
		
There isn't a ton of new info in there but they list paint codes and some other option codes. I did a little searching and I could find results for a handful of values but I didn't see a complete list anywhere. I'm guessing someone with a better understanding of Ford specific codes could translate some of these values.
Here's the complete output of my reservation metadata with a few values redacted. I also decoded that base64 bit in there and added it at the bottom.
		JSON:
	
	{
    "code": "10857xxx",
    "totalPrice": {
        "currencyIso": "USD",
        "value": 100,
        "formattedValue": "$100.00"
    },
    "entries": [{
        "product": {
            "code": "spec-100000508017",
            "catalogId": "WANAB-TFD-2022-F-150",
            "features": [{
                "family": {
                    "code": "PAA"
                },
                "values": [{
                    "code": "PN4GM",
                    "guxCategoryLabels": "paint",
                    "guxCategoryDescription": "E Com Paint Type",
                    "state": "S",
                    "guxCategories": ["paint"]
                }]
            }],
            "imageUrl": "https://www.ford.com/is/image/content/dam/vdm_ford/live/en_us/ford/nameplate/f-150lightning/2022/collections/dm/22_FRD_F15_BEV_P-702_lightning_reserve.tif?croppathe=1_3x2&wid=900",
            "marketingIdentity": {
                "brand": "ford",
                "nameplate": "F-150 LIGHTNING",
                "marketingIdentityNamePlate": "F-150",
                "segment": "truck",
                "modelYear": "2022",
                "salesMarket": "USA"
            },
            "bslData": {
                "configState": "eyJjYXRhbG9nSWQiOiJXQU5BQi1URkQtMjAyMi1GLTE1MCIsImNvbmZpZ3VyYXRpb24iOnsid2Vyc0NvZGVzIjpbIjU3NlZWIiwiMDAwVlYiLCJBOUNCSyIsIkFBNUg1IiwiQUFBRkMiLCJBQk1CRiIsIkNBI0JDIiwiRFItLUUiLCJFTi1BQSIsIkdCVkFSIiwiNTc2MDAiLCJBOUNCS19BQTVINV9BQUFGQ19BQk1CRl9DQSNCQ19EUi0tRV9TRSNHSiIsIlBONEdNIiwiRUdBWloiLCJTRSNHSiIsIkQzSEVBIiwiV0FOQUIiLCJEMlVBUSIsIlRSLUFBIiwiWVpDQUciLCJZWlZTRyJdfSwic2VsZWN0ZWRGZWF0dXJlcyI6WyIwMDBWViIsIjU3NjAwIiwiNTc2VlYiLCJBOUNCSyIsIkFBNUg1IiwiQUFBRkMiLCJBQk1CRiIsIkNBI0JDIiwiRDJVQVEiLCJEM0hFQSIsIkRSLS1FIiwiRUdBWloiLCJFTi1BQSIsIkdCVkFSIiwiUE40R00iLCJTRSNHSiIsIlRSLUFBIiwiV0FOQUIiLCJZWkNBRyIsIllaVlNHIl0sImxvY2tlZEZhbWlseU5hbWVzIjpbXSwibG9ja2VkRmVhdHVyZXMiOltdLCJkZWZhdWx0UHJlY2VkZW5jZSI6W10sImNvbmRpdGlvbmFsRGVmYXVsdFByZWNlbmRlbmNlIjp7fX0=~L:WANAB-TFD-2022-F-150:false:000VV,57600,576VV,A9CBK,AA5H5,AAAFC,ABMBF,CA#BC,D2UAQ,D3HEA,DR--E,EGAZZ,EN-AA,GBVAR,PN4GM,SE#GJ,TR-AA,WANAB,YZCAG,YZVSG::~",
                "conflict": {},
                "props": {
                    "model-code": "TFD02",
                    "segment-code": "TRUCK",
                    "nameplate-label": "F-150",
                    "gprice-enabled": "YES",
                    "segment": "truck",
                    "co2": "tech-spec-data",
                    "ecommerce": "Inactive",
                    "marketing-model-year": "2022",
                    "gux": "Inactive",
                    "inventory": "Inactive",
                    "catalog-id": "WANAB-TFD-2022-F-150"
                },
                "specs": {},
                "images": {},
                "features": {
                    "byMarketing": [{
                        "code": "paint",
                        "name": "E Com Paint Type",
                        "features": [{
                            "code": "PN3XX",
                            "state": "A"
                        }, {
                            "code": "PN4A7",
                            "state": "E"
                        }, {
                            "code": "PN4BX",
                            "state": "E"
                        }, {
                            "code": "PN4FG",
                            "state": "A"
                        }, {
                            "code": "PN4GM",
                            "state": "S"
                        }, {
                            "code": "PN4GW",
                            "state": "E"
                        }, {
                            "code": "PN4GX",
                            "state": "E"
                        }, {
                            "code": "PN4GY",
                            "state": "E"
                        }, {
                            "code": "PN4HJ",
                            "state": "A"
                        }, {
                            "code": "PN4HM",
                            "state": "A"
                        }, {
                            "code": "PN4HQ",
                            "state": "E"
                        }, {
                            "code": "PN4HR",
                            "state": "E"
                        }, {
                            "code": "PN4HY",
                            "state": "A"
                        }, {
                            "code": "PN4HZ",
                            "state": "E"
                        }, {
                            "code": "PN4JA",
                            "state": "A"
                        }, {
                            "code": "PN4JP",
                            "state": "E"
                        }, {
                            "code": "PN4JY",
                            "state": "A"
                        }, {
                            "code": "PNAJF",
                            "state": "E"
                        }, {
                            "code": "PNEGC",
                            "state": "E"
                        }, {
                            "code": "PNYW3",
                            "state": "A"
                        }],
                        "displayContext": ["ALL"]
                    }],
                    "selectedByMarketing": [{
                        "code": "paint",
                        "name": "E Com Paint Type",
                        "features": [{
                            "code": "PN4GM",
                            "state": "S"
                        }],
                        "displayContext": ["ALL"]
                    }]
                },
                "keyFeatures": {},
                "vehiclePrice": {},
                "personalisedContent": {},
                "timingPoints": [{
                    "code": "S4PNBS",
                    "state": "I"
                }]
            },
            "marketingProperties": [{}]
        },
        "dealer": {
            "code": "USA|08511|F74011|F",
            "name": "Sound Ford, Inc.",
            "address": {
                "line1": "101 SW Grady Way",
                "town": "Renton",
                "region": {
                    "isocode": "US-WA",
                    "isocodeShort": "WA",
                    "countryIso": "USA",
                    "name": "Washington"
                },
                "postalCode": "980573122",
                "phone": "(425) 235-1000",
                "country": {
                    "isocode": "USA",
                    "name": "United States"
                }
            },
            "isParticipating": true,
            "isDealerBEVEnrolled": "TRUE",
            "isDealerEcomEnrolled": "TRUE",
            "email": "[email protected]",
            "isCartCheckoutNaReadyFlagEV": true,
            "deliveryPreferredFlag": "N/A",
            "remoteDeliveryNaFlag": "TRUE",
            "marketArea": "West Market Area",
            "regionCode": "74",
            "chatProvider": false
        },
        "readyToOrder": false,
        "detailedPriceSummary": {
            "nonDealerizedPrice": {
                "governmentGrant": {
                    "prices": []
                },
                "userSelectedFeatures": [],
                "totalFees": {
                    "prices": []
                },
                "incentives": {
                    "incentivizedFeatures": []
                },
                "otrChargeAmount": {
                    "prices": [{
                        "type": "Azdocfee",
                        "value": 0
                    }, {
                        "type": "Ddocfee",
                        "value": 0
                    }, {
                        "type": "Xdocfee",
                        "value": 0
                    }, {
                        "type": "AXZDAdminFee",
                        "value": 0
                    }, {
                        "type": "finCharge",
                        "value": 0
                    }, {
                        "type": "GasGuzzlerTax",
                        "value": 0
                    }, {
                        "type": "GasFee",
                        "value": 0
                    }, {
                        "type": "destDel",
                        "value": 0
                    }, {
                        "type": "voladFee",
                        "value": 0
                    }, {
                        "type": "AddFee",
                        "value": 0
                    }]
                },
                "selectedFeaturePrice": {
                    "prices": [{
                        "type": "DealerPrice",
                        "value": 0
                    }, {
                        "type": "MSRP",
                        "value": 0
                    }, {
                        "type": "InvoicePrice",
                        "value": 0
                    }]
                },
                "finalPrice": {
                    "prices": [{
                        "type": "DealerPrice",
                        "value": 39974
                    }, {
                        "type": "MSRP",
                        "value": 39974
                    }, {
                        "type": "MSRPincldestDel",
                        "value": 39974
                    }, {
                        "type": "finalTotalInvoice",
                        "value": 39974
                    }, {
                        "type": "AZPrice",
                        "value": 38375.04
                    }, {
                        "type": "XPrice",
                        "value": 39174.52
                    }, {
                        "type": "XPriceInclDestDel",
                        "value": 39174.52
                    }, {
                        "type": "AZPriceInclDestDel",
                        "value": 38375.04
                    }]
                },
                "registrationTax": {
                    "prices": []
                },
                "includedFeaturePrice": [],
                "basePrice": {
                    "prices": [{
                        "type": "MSRP",
                        "value": 39974
                    }, {
                        "type": "dealerPrice",
                        "value": 39974
                    }, {
                        "type": "reservationFee",
                        "value": 100
                    }, {
                        "type": "baseInvoicePrice",
                        "value": 39974
                    }],
                    "featureId": "A9CBK_AA5H5_AAAFC_ABMBF_CA#BC_DR--E_SE#GJ"
                }
            },
            "reservationDepositPrice": 100,
            "accessoriesPrice": {
                "totalPrice": 0,
                "totalCashPrice": 0,
                "totalFinancePrice": 0,
                "accessories": []
            },
            "chargingPrice": {
                "totalPrice": 0,
                "totalCashPrice": 0,
                "totalFinancePrice": 0,
                "accessories": []
            },
            "totalPriceWithAddOns": -100,
            "totalFinancePriceWithAddOns": -100,
            "protectionPlansPrice": {},
            "totalPreTaxPriceWithAddOns": -100,
            "purchaseDeposit": 100
        },
        "financeData": {
            "financeType": "Cash",
            "properties": {},
            "incentives": []
        },
        "estimatedFinanceData": {
            "financeType": "Cash",
            "properties": {},
            "incentives": []
        }
    }],
    "user": {
        "uid": "xxx"
    },
    "created": "2021-05-20T15:57:19+0000",
    "status": "CREATED",
    "statusDisplay": "created",
    "channel": "WEB",
    "orderType": "RESERVATION",
    "isInvalidColor": false,
    "reservationDate": "2021-05-20T15:57:19.258Z",
    "cartCheckoutCompleted": false,
    "accessoryData": {
        "totalPrice": 0,
        "totalCashPrice": 0,
        "totalFinancePrice": 0,
        "accessories": [],
        "currentConfig": ""
    },
    "chargingData": {
        "totalPrice": 0,
        "totalCashPrice": 0,
        "totalFinancePrice": 0,
        "accessories": [],
        "quoteFlags": {},
        "currentConfig": ""
    },
    "purchaseData": {},
    "protectionPlansData": {
        "includedWarranty": false
    },
    "readyToPurchase": false,
    "offersAndIncentivesData": {},
    "showroomJourneyType": false
}
		JSON:
	
	{
    "catalogId": "WANAB-TFD-2022-F-150",
    "configuration": {
        "wersCodes": ["576VV", "000VV", "A9CBK", "AA5H5", "AAAFC", "ABMBF", "CA#BC", "DR--E", "EN-AA", "GBVAR", "57600", "A9CBK_AA5H5_AAAFC_ABMBF_CA#BC_DR--E_SE#GJ", "PN4GM", "EGAZZ", "SE#GJ", "D3HEA", "WANAB", "D2UAQ", "TR-AA", "YZCAG", "YZVSG"]
    },
    "selectedFeatures": ["000VV", "57600", "576VV", "A9CBK", "AA5H5", "AAAFC", "ABMBF", "CA#BC", "D2UAQ", "D3HEA", "DR--E", "EGAZZ", "EN-AA", "GBVAR", "PN4GM", "SE#GJ", "TR-AA", "WANAB", "YZCAG", "YZVSG"],
    "lockedFamilyNames": [],
    "lockedFeatures": [],
    "defaultPrecedence": [],
    "conditionalDefaultPrecendence": {}
}Sponsored
 
					
						 
					
					
				 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		