export interface RequestBulkSkuPriceUpdate { sku: string; segments: { segment: string; price: number; }[]; }