export interface RequestVirtualInventoryItemCreateOrUpdate { id?: string; sku: string; fromOperationCenter: string; quantity: number; }