export interface CreateOrderRequest { /** When true, creates a sandbox order that auto-progresses without producer intervention. */ sandbox?: boolean; }