Skip to main content

Status Codes

This page documents the integer status codes used throughout the API for models, orders, and production orders (line items).

Model Status

Model status codes indicate the processing state of a 3D model file.

StatusNameDescription
0FailedThe model upload or processing failed
1UploadedThe model file has been uploaded successfully
2ProcessingThe model is currently being processed
3ProcessedThe model has been successfully processed and is ready for use

Example

A model with status: 3 means the model has been successfully processed and is ready to be used in orders.

Order Status

Order status codes indicate the current state of an order in the system.

StatusNameDescription
0CanceledOrExpiredThe order has been canceled or has expired
1CreatedThe order has been created but not yet paid
2OnHoldThe order is temporarily on hold
3UnpaidThe order is awaiting payment
4PendingThe order payment is pending confirmation
5PaidThe order has been paid and is ready for production
10ShippedThe order has been shipped to the customer
15OnHoldThe order is on hold while production reviews or is waiting on something

Example

An order with status: 3 means the order is awaiting payment.