Echo API
string · enumstring · required
string · requiredstring · requiredstring · requiredstring · requirednumberstring
string · requiredstring · required
List orders
GET
https://forest-river-demo-main-fb06bf1.zuplo.app
/v2/orders
Returns all orders associated with your dealer account.
query Parameters
statusFilter by order status
Enum values:
pending
confirmed
in-production
shipped
delivered
cancelled
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List orders › Responses
Order list
No data returned
Submit an order
POST
https://forest-river-demo-main-fb06bf1.zuplo.app
/v2/orders
Submit a new vehicle order on behalf of a customer. Returns an order confirmation with tracking number.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Submit an order › Request Body
inventoryIdcustomerIddealerIddepositAmountnotesSubmit an order › Responses
Order created
No data returned
Get order status
GET
https://forest-river-demo-main-fb06bf1.zuplo.app
/v2/orders/{orderId}
Returns the current status and details for a specific order.
path Parameters
orderIdOrder ID returned at creation
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get order status › Responses
Order details
No data returned

