Preorders
Retrieve a preorder
Returns a single caller-owned, paid preorder by its id.
get/preorders/{id}
Path parameters
idstring required
Example:m3Vt8sQjRk2dLw9pXb4C
Query parameters
expand[]string[]
Repeatable. Expand buyer to include the buyer (with PII).
Repeatable. Expand buyer to include the buyer (with PII).
Response
The requested preorder.
Example response
{
"data": {
"id": "m3Vt8sQjRk2dLw9pXb4C"
}
}