@@ -110,6 +110,7 @@ Field Key | Example Value | Field Format
110
110
internetPrice: 33000 ,
111
111
interiorColor: " White" ,
112
112
inventoryType: " new" ,
113
+ link: " https://www.roimotors.com/new/Honda/2020-Honda-Accord-burlington-ab119e0e0a0a00f944d6f3031cd34854.htm" ,
113
114
make: " Honda" ,
114
115
model: " CR-V" ,
115
116
modelCode: " RW1H9LKNW" ,
@@ -121,11 +122,12 @@ Field Key | Example Value | Field Format
121
122
" 321"
122
123
],
123
124
startingPrice: 34000 ,
125
+ status: " live" ,
124
126
stockNumber: " 00100060" ,
125
127
transmission: " Variable" ,
126
128
trim: " Touring 2WD" ,
127
- uuid: " a897d95c0a0a00f95adba92bfd388557 " ,
128
- vin: " 7FARW1H9XLE000953 " ,
129
+ uuid: " ab119e0e0a0a00f944d6f3031cd34854 " ,
130
+ vin: " 1HGCV1F42JA141468 " ,
129
131
year: 2020
130
132
}
131
133
```
@@ -181,6 +183,7 @@ Field Key | Example Value | Field Format | Status
181
183
` interiorColor ` | ` Black ` | ` String `
182
184
` internetPrice ` | ` 33000 ` | ` Integer ` | ` Deprecated `
183
185
` inventoryType ` | ` new ` | ` String `
186
+ ` link ` | ` https://www.roimotors.com/new/Honda/2020-Honda-Accord-burlington-ab119e0e0a0a00f944d6f3031cd34854.htm ` | ` String `
184
187
` make ` | ` Honda ` | ` String `
185
188
` model ` | ` Accord ` | ` String `
186
189
` modelCode ` | ` RW1H9LKNW ` | ` String `
@@ -190,12 +193,13 @@ Field Key | Example Value | Field Format | Status
190
193
` retailValue ` | ` 32000 ` | ` Integer ` | ` Deprecated `
191
194
` salePrice ` | ` 32000 ` | ` Integer ` | ` Deprecated `
192
195
` startingPrice ` | ` 34000 ` | ` Integer `
196
+ ` status ` | ` live ` | ` String `
193
197
` stockNumber ` | ` 00180772 ` | ` String `
194
198
` transmission ` | ` Variable ` | ` String `
195
199
` trim ` | ` EX ` | ` String `
196
200
` uuid ` | ` ab119e0e0a0a00f944d6f3031cd34854 ` | ` String `
197
201
` vin ` | ` 1HGCV1F42JA141468 ` | ` String `
198
- ` year ` | ` 2018 ` | ` Integer `
202
+ ` year ` | ` 2020 ` | ` Integer `
199
203
200
204
# Event Subscriptions
201
205
0 commit comments