Ekho Dealer Actions
Below are all the relevant Ekho Dealer actions on Zapier to help with data transfer.Assign VIN to a Vehicle
Assign VIN to a Vehicle
What does this action do: Writes the VIN associated with a purchased vehicle to the Ekho Dealer DB.What data does the action require:
purchasedVehicleId
: Ekho Dealer’s unique identifier for the purchased vehicle associated with the VIN.vin
: VIN associated with a purchased vehicle to write to Ekho Dealer
vin
value.Assign Odometer Reading to a Vehicle
Assign Odometer Reading to a Vehicle
What does this action do: Assigns the official odometer reading to the vehicle.What data does the action require:
purchasedVehicleId
: Ekho Dealer’s unique identifier for the purchased vehicle.odometerReading
: Official odometer reading of the vehicle prior to sale to end consumer.
odometerReading
rounded to the nearest whole number.Assign Odometer Validity to Vehicle
Assign Odometer Validity to Vehicle
What does this action do: Assign the validity of the odometer reading to an object. This is used in registration and titling.What data does the action require:
purchasedVehicleId
: Ekho Dealer’s unique identifier for the purchased vehicle.odometerValidity
: Indicates the odometer validity/condition. Should be one of three choices: Actual, ExceedsMechnicalLimits, NotActual. Important note: the capitalization on these three choices is important.
odometerValidity
value.Update Vehicle Fulfillment Status
Update Vehicle Fulfillment Status
What does this action do: Updates the Vehicle Fulfillment Status to one of the following: [FULFILLED, UNFULFILLED, READY_TO_FULFILL, CANCELLED].What data does the action require:
purchasedVehicleId
: Ekho Dealer’s unique identifier for the purchased vehicle.vehicleFulfillmentStatus
: Indicates the fulfillment status of the vehicle. Should be one of the following choices:FULFILLED
,UNFULFILLED
,READY_TO_FULFILL
,CANCELLED
. Important note: the capitalization on these three choices is important.
vehicleFulfillmentStatus
value.Assign Motorcycle Engine Number to a Vehicle
Assign Motorcycle Engine Number to a Vehicle
What does this action do: Writes the Motorcycle Engine Number associated with a purchased vehicle to the Ekho Dealer DB.What data does the action require:
purchasedVehicleId
: Ekho Dealer’s unique identifier for the purchased vehicle.motorcycleEngineNumber
: Motorcycle Engine Number associated with a purchased vehicle to write to Ekho Dealer.
motorcycleEngineNumber
value.Fetch Abandoned Cart Data
Fetch Abandoned Cart Data
What does this action do: Finds abandoned cart data associated with a
cart id. What data does the action require: -
cartId
: The cart id
associated with the abandoned cart. What data does this action return:
the Abandoned Cart
with the relevant data properties.Fetch Placed Order Data
Fetch Placed Order Data
What does this action do: fetches a
Placed Order
from Ekho Dealer’s
database. What data does the action require: - placedOrderId
: The Ekho
Dealer ID of the Placed Order
you want to fetch. What data does this
action return: the Placed Order
with the relevant data properties.Fetch Purchased Vehicle Data
Fetch Purchased Vehicle Data
What does this action do: fetches a
Purchased Vehicle
from Ekho
Dealer’s database What data does the action require: -
purchasedVehicleId
: The Ekho Dealer ID of the Purchased Vehicle
you want
to fetch. What data does this action return: the Purchased Vehicle
with the relevant data properties.Fetch Purchased Accessory Data
Fetch Purchased Accessory Data
What does this action do: fetches a
Purchased Accessory
from Ekho
Dealer’s database What data does the action require: -
purchasedAccessoryId
: The Ekho Dealer ID of the Purchased Accessory
you
want to fetch. What data does this action return: the Purchased Accessory
with the relevant data properties.Fetch Buyer Data
Fetch Buyer Data
What does this action do: fetches a
Buyer
from Ekho Dealer’s database
What data does the action require: - buyerId
: The Ekho Dealer ID of
the Buyer
you want to fetch. What data does this action return: the
Buyer
with the relevant data properties.Fetch Preorder Data
Fetch Preorder Data
What does this action do: fetches a
Preorder
from Ekho Dealer’s
database. What data does the action require: - preorderId
: The Ekho
Dealer ID of the Preorder
you want to fetch. What data does this action
return: the Preorder
with the relevant data properties.