Retrieve a previously created model by its id.
GET
/order/{order_id}
order
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/2/order/'
Response Response Example
{
"customer_contact_email": "string",
"customer_name": "string",
"id": 0,
"notes": "string",
"prints": [
{
"material": {
"color": "string",
"color_sample": "string",
"id": 0,
"type": "string"
},
"model": {
"id": 0,
"rendering_url": "string",
"surface_area": 0,
"volume": 0,
"x": 0,
"y": 0,
"z": 0
},
"quantity": 0,
"units": "string"
}
],
"reference": "string",
"ship_by": "string",
"shipping_address": {
"city": "string",
"country": "string",
"email": "string",
"name": "string",
"state": "string",
"street1": "string",
"street2": "string",
"zip": "string"
}
}
Request
Path Params
order_id
string
required
Responses
Modified at 2023-08-16 02:30:56