export interface ListProduct { productId: string; variantId: string; sku: string; }