Home > doofinder > BasicResult
BasicResult interface
Represents a single search result when the basic
transformer is used.
Signature:
export interface BasicResult
Properties
Property | Type | Description |
---|---|---|
add_to_cart | string | Information provided from the data source to add the result to the shopping cart. |
description | string | Description of the result. |
df_rating | number | Users score for the result. |
dfid | string | Id of the result in Doofinder. |
id | string | number | Id of the result. |
image_link | string | Image of the result. |
link | string | Link to the result. |
price | number | Price of the result. Optional. |
sale_price | number | Sale price of the result. Optional. |
title | string | Title of the result. |
type | string | Type of the result in Doofinder. |