Orders
List an order's vehicles
Returns the caller-owned ordered vehicles under one of the caller's orders, newest first.
get/orders/{orderId}/vehicles
Path parameters
orderIdstring required
Example:Tn6Kv2sBjW8pRc4yLm9D
Query parameters
limitinteger
Page size, 1 to 100.
Example:20
Page size, 1 to 100.
starting_afterstring
Return the page after this resource id (newest first).
Return the page after this resource id (newest first).
expand[]string[]
Repeatable. buyer includes the buyer (with PII); payments includes the buyer’s payments and requires payments:read; payouts includes the caller’s payouts and requires payouts:read.
Repeatable. buyer includes the buyer (with PII); payments includes the buyer’s payments and requires payments:read; payouts includes the caller’s payouts and requires payouts:read.
Response
A page of ordered vehicles.
Changes
No recorded changes to this endpoint across all 1 revision of this API.