export type CreateProductPayload = { status: string; }; export type CreateProductInput = { ingestionId?: string; retailerUrls?: string[]; googleShoppingUrl?: string; productIds?: string[]; };