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.

dataPurchasedVehicle[] required— unresolved $ref
has_moreboolean required

True when another page follows the returned one.

next_cursorstring nullable required

Pass as starting_after to fetch the next page; null when has_more is false.

Changes

No recorded changes to this endpoint across all 1 revision of this API.