export interface RequestProcessingInputItemCreateOrUpdate { id?: string; sku: string; quantityGradeA?: number; quantityGradeB?: number; }