Skip to content

Commit 795886f

Browse files
committed
Remove wholesalePrice for now as we aren't sure that we want to provide it and it isn't fully supported everywhere, anyway.
1 parent 286ec15 commit 795886f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

source/includes/_events.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ You may notice one or more of these fields available in the vehicle object on so
152152

153153
`salePrice`
154154

155-
`wholesalePrice`
156-
157155
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.
158156

159157

@@ -195,7 +193,6 @@ Field Key | Example Value | Field Format | Status
195193
`transmission` | `Variable` | `String`
196194
`trim` | `EX` | `String`
197195
`uuid` | `ab119e0e0a0a00f944d6f3031cd34854` | `String`
198-
`wholesalePrice` | `32000` | `Integer` | `Deprecated`
199196
`vin` | `1HGCV1F42JA141468` | `String`
200197
`year` | `2018` | `Integer`
201198

0 commit comments

Comments
 (0)