Skip to content

Field Attributes

This page give in detail view of field attributes included in the request payload of inventory webhook

Quick Reference — Webhook Payload Fields

Section titled “Quick Reference — Webhook Payload Fields”
SectionKey Fields (Examples)Notes / Purpose
IdentificationType, Identifier, ListingType, SaleStatusCore identity of the stock
DetailsDescription, Slug, BuildDate, ComplianceDateVehicle description & compliance
PricingPriceList, SubscriptionPricingRetail pricing (EGC, DAP) and optional subscription pricing
OdometerOdometerReadingsIncludes value and unit (e.g. KM, miles)
RegistrationNumber, ExpiresUtcRegistration plate and expiry
SpecificationsMake, Model, Series, Attributes, RedBookCodeFull tech spec, RedBook integration if present
SellerIdentifier, Name, Contact, AddressesDealer contact and location info
MediaPhotos[], Large, ThumbVehicle image URLs
FeaturesFeatures[]Interior/exterior features, grouped by category
CertificationCertified, CertificationTypeWhether vehicle is certified
VendorDataAutogauge, ThirdPartyDataOptional integrations (e.g. price intelligence)
Meta InfoCreatedUtc, LastModifiedUtcTimestamps for updates
DestinationsWebsite, Portals[]Where the listing is being published

Field mappings in detail as follows

FieldRequired?Description
TypeYesDefault: CAR
IdentifierYesInternal Inventory ID in Dealer Studio
ListingTypeYesInventory Type — one of new, used, demo
SaleStatusYesEither For Sale or WITHDRAWN
SaleTypeYesDefault: Retail
DescriptionYesDealer-comments or new arrival notes. If none, still present.
SlugYesURL-friendly identifier derived from stock details
RegistrationYesAn object containing registration fields (see sub-table)
IdentificationYesArray of identification types (StockNumber, VIN, etc.), may be empty
ColoursNoArray of interior/exterior colour details; can be empty
OdometerReadingsYesArray of size 1 (currently) with odometer reading data
SellerYesDealer / seller details with address, contact, identifiers etc.
SpecificationYesVehicle spec details (Make, Model, Series, etc.) including RedBook source if available
FeaturesYesCategorised features if available; otherwise null
MediaYesPhoto attachments (URLs for medium, large, thumb sizes)
ComplianceDateYesMonth & Year when vehicle meets compliance standards (e.g. safety, environmental)
BuildDateYesMonth & Year of manufacture / assembly
WarrantyYesCurrently empty object {}, but will map detailed warranty in future
PriceListYesArray of pricing types (DAP, EGC, BeforePrice), currency (AUD), amounts
CertificationYesCertified status (boolean); certification type may be null if none.
LastModifiedUtcYesTimestamp of last update in DS
CreatedUtcYesTimestamp when inventory record was first created in DS
VendorDataYesThird-party extras (e.g. Autograb) with additional market & listing info
DestinationsYesList of external display destinations (websites etc.) where the listing appears
SubscriptionPricingNoOnly included for certain third parties; contains pricing breakdowns (weekly, monthly etc.)

Here are some of the nested structures with descriptions:

Sub-fieldRequired?Description
NumberYesRegistration plate number of the vehicle
ExpiresUtcYesRegistration expiry date in UTC format
Sub-fieldRequired?Description
TypeYese.g. StockNumber, VIN
ValueYesValue corresponding to that identifier
Sub-fieldRequired?Description
LocationYesEither Exterior or Interior
NameYesName of the colour; list of known colours or any custom if provided
Sub-fieldRequired?Description
TypeYes(currently blank) placeholder for reading type
ValueYesNumeric odometer reading
UnitOfMeasureYese.g. KM
Sub-fieldRequired?Description
IdentifierYesDealer’s DS-internal ID
TypeYesUsually Dealer
NameYesDealer name
ExternalIdentifiersNoOther codes mapped (manufacturer, location etc.)
LocationCode, LocationName, LocationIdNoLocation details within DS
LogoNoDealership Logo url
DealerLicenceNumberNoLicence number for the dealership location
AddressesNoAddress(es) of this dealership/location
ContactNoContact phone, operating hours etc.
Sub-fieldRequired?Description
IdentifierYesSame as inventory ID in DS
SpecificationSourceYesE.g. REDBOOK when enriched by RedBook data
SpecificationCodeNoRedBook code if exists; otherwise null
descriptionNoAdditional description text if provided
CountryCodeYese.g. AU
Make, ModelYesVehicle make and model
SeriesNoSeries if available
ReleaseDateYesYear of release as object (e.g. {"Year": 2023})
TitleYesFull title for the inventory stock item
AttributesYesArray of named spec fields like engine size, fuel type, doors etc. Can be empty
Sub-fieldRequired?Description
PhotosNoArray of photo objects; may be empty
UrlYesMedium-sized photo URL
LargeYesLarge version of photo as object with a Url sub-field
ThumbYesThumbnail version URL object
FieldRequired?Description
UrlYesURL of the medium photo. Resolution: 1200x800
LargeYesLarge image object: { Url: "<url_large_size>" }. Resolution: 1500x1000
ThumbYesThumbnail image object: { Url: "<url_thumb_size>" }. Resolution: 600x400
FieldRequired?Description
MonthNoMonth of compliance (01-12)
YearNoYear of compliance (e.g., 2023)
FieldRequired?Description
MonthNoMonth of build (01-12)
YearNoYear of build (e.g., 2023)

PriceList can be an empty array or contain multiple entries with the following structure:

FieldRequired?Description
TypeYesType of price: DAP, EGC, or BeforePrice
CurrencyYesCurrency code. Default: AUD
AmountYesNumeric amount corresponding to the type
FieldRequired?Description
CertifiedYesBoolean value: true or false
CertificationTypeNoType of certification. Can be null if not present
FieldRequired?Description
IdentifierNoDefault: "autograb"
DataNoContains additional stock insights from Autograb or third-party systems
Sub-fieldRequired?Description
TypeYesDefault to Dealer Website
URLYesStock accessible url through that website
NameYesName of the website the stock is shown on