Skip to content

Commit 286ec15

Browse files
committed
Fix list formatting
1 parent 3271d2c commit 286ec15

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/includes/_events.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,15 @@ It is recommended that you use `startingPrice` for the most expensive price disp
143143
You may notice one or more of these fields available in the vehicle object on some sites:
144144

145145
`askingPrice`
146+
146147
`internetPrice`
148+
147149
`msrp`
150+
148151
`retailValue`
152+
149153
`salePrice`
154+
150155
`wholesalePrice`
151156

152157
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

Comments
 (0)