Type Alias SingleProductOptions
SingleProductOptions: { enabled?: boolean | null; groupTrackingId?: string | null; pdpPrompt?: string | null; productDescriptionHtml?: string | null; productName?: string | null; productPrimaryImageUrl?: string | null; productQuestions?: DefaultSearchQuery[] | null; productTrackingId?: string | null; recSearchQuery?: string | null; }