export interface SellixAPIConfig { apiKey: string; baseUrl?: string; merchant?: string; }