Endpoints
Typical flow
1
Discover your fields
Call
GET /order-fields to learn which custom
fields your workspace expects and their keys.2
Create the order
POST /orders with the order number and any custom
field values.Order ids returned by the API are obfuscated strings (not sequential
integers). Use them as opaque identifiers.

