Skip to main content
GET
Custom Fields
Each workspace configures its own custom fields on orders. Call this endpoint to discover the field schema before creating orders.

Response

array
The built-in fields every order supports (order_number, due_date).
array
Your workspace’s active custom fields. Each has a key (use this in the custom_fields object when creating an order), label, type, required flag, and options (for select-type fields).

Example

Field types