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