Skip to content

Commit cb029c2

Browse files
committed
add oemSourcedMerchandisingStatus field to vehicle event list
1 parent 5fa6e0e commit cb029c2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Added / Updated documentation for vehicle event to add oemSourcedMerchandsingStatus field.
13+
1014
## [v2024-07-12T18.29.35] - 2024-07-12
1115

1216
## [v2024-07-11T19.56.25] - 2024-07-11

source/includes/_events.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,11 @@ Field Key | Example Value | Field Format | Status
181181
`cityFuelEconomy` | `30` | `Integer`
182182
`classification` | `primary` | `String`
183183
`dealerCodes` | `{"dealertrack-post": "futuredemodealer", "dtid": "12345", "dt-dr-profile": "futuredemodealer"}` | `Object`
184+
`deliveryDateRange` | `10/30/2028 - 11/15/2028` | `String`
184185
`doors` | `4-door` | `String`
185186
`driveLine` | `FWD` | `String`
186187
`engine` | `I-4 cyl` | `String`
187188
`engineSize` | `1.5L` | `String`
188-
`deliveryDateRange` | `10/30/2028 - 11/15/2028` | `String`
189189
`exteriorColor` | `Platinum White Pearl` | `String`
190190
`finalPrice` | `32000` | `Integer`
191191
`fuelType` | `Regular Unleaded` | `String`
@@ -201,6 +201,7 @@ Field Key | Example Value | Field Format | Status
201201
`modelCode` | `RW1H9LKNW` | `String`
202202
`msrp` | `34000` | `Integer` | `Deprecated`
203203
`odometer` | `5` | `Integer`
204+
`oemSourcedMerchandisingStatus` | `Reserved` | `String`
204205
`optionCodes` | `["ABC", "123", "321"]` | `Array`
205206
`retailValue` | `32000` | `Integer` | `Deprecated`
206207
`salePrice` | `32000` | `Integer` | `Deprecated`

0 commit comments

Comments
 (0)