You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/includes/_events.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,10 +143,15 @@ It is recommended that you use `startingPrice` for the most expensive price disp
143
143
You may notice one or more of these fields available in the vehicle object on some sites:
144
144
145
145
`askingPrice`
146
+
146
147
`internetPrice`
148
+
147
149
`msrp`
150
+
148
151
`retailValue`
152
+
149
153
`salePrice`
154
+
150
155
`wholesalePrice`
151
156
152
157
All of the above fields are `deprecated`, meaning they may be removed from the API at a later date. New integrations should not use any of the above fields and should instead rely on `startingPrice` or `finalPrice` for the correct vehicle pricing information.
0 commit comments