Preparing search index...
The search index is not available
@bloomreach/discovery-web-sdk
@bloomreach/discovery-web-sdk
<internal>
SearchResponseDoc
Interface SearchResponseDoc
Represents a document in the search response.
interface
SearchResponseDoc
{
brand
:
string
;
description
:
string
;
pid
:
string
;
price
:
number
;
price_range
:
number
[]
;
promotions
?:
string
[]
;
sale_price
:
number
;
sale_price_range
:
number
[]
;
score
?:
number
;
thumb_image
:
string
;
title
:
string
;
url
:
string
;
variants
:
Variant
[]
;
}
Index
Properties
brand
description
pid
price
price_
range
promotions?
sale_
price
sale_
price_
range
score?
thumb_
image
title
url
variants
Properties
brand
brand
:
string
description
description
:
string
pid
pid
:
string
price
price
:
number
price_
range
price_
range
:
number
[]
Optional
promotions
promotions
?:
string
[]
sale_
price
sale_
price
:
number
sale_
price_
range
sale_
price_
range
:
number
[]
Optional
score
score
?:
number
thumb_
image
thumb_
image
:
string
title
title
:
string
url
url
:
string
variants
variants
:
Variant
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
brand
description
pid
price
price_
range
promotions
sale_
price
sale_
price_
range
score
thumb_
image
title
url
variants
@bloomreach/discovery-web-sdk
Loading...
Represents a document in the search response.