@nosto/nosto-js
Preparing search index...
client
JSONProduct
Interface JSONProduct
interface
JSONProduct
{
alternate_image_urls
:
string
[]
;
brand
?:
string
;
categories
:
string
[]
;
custom_fields
:
Record
<
string
,
string
>
;
date_published
?:
number
;
description
?:
string
;
handle
:
string
;
image_url
?:
string
;
list_price
?:
number
;
list_price_text
?:
string
;
name
:
string
;
price
:
number
;
price_currency_code
:
string
;
price_text
?:
string
;
product_id
:
string
;
rating_value
?:
number
;
recommended_sku
?:
JSONSku
;
review_count
?:
number
;
skus
:
JSONSku
[]
;
tags1
:
string
[]
;
tags2
:
string
[]
;
tags3
:
string
[]
;
thumb_url
?:
string
;
url
:
string
;
variant_id
?:
string
;
}
Index
Properties
alternate_
image_
urls
brand?
categories
custom_
fields
date_
published?
description?
handle
image_
url?
list_
price?
list_
price_
text?
name
price
price_
currency_
code
price_
text?
product_
id
rating_
value?
recommended_
sku?
review_
count?
skus
tags1
tags2
tags3
thumb_
url?
url
variant_
id?
Properties
alternate_
image_
urls
alternate_image_urls
:
string
[]
Optional
brand
brand
?:
string
categories
categories
:
string
[]
custom_
fields
custom_fields
:
Record
<
string
,
string
>
Optional
date_
published
date_published
?:
number
Optional
description
description
?:
string
handle
handle
:
string
Optional
image_
url
image_url
?:
string
Optional
list_
price
list_price
?:
number
Optional
list_
price_
text
list_price_text
?:
string
name
name
:
string
price
price
:
number
price_
currency_
code
price_currency_code
:
string
Optional
price_
text
price_text
?:
string
product_
id
product_id
:
string
Optional
rating_
value
rating_value
?:
number
Optional
recommended_
sku
recommended_sku
?:
JSONSku
Optional
review_
count
review_count
?:
number
skus
skus
:
JSONSku
[]
tags1
tags1
:
string
[]
tags2
tags2
:
string
[]
tags3
tags3
:
string
[]
Optional
thumb_
url
thumb_url
?:
string
url
url
:
string
Optional
variant_
id
variant_id
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alternate_
image_
urls
brand
categories
custom_
fields
date_
published
description
handle
image_
url
list_
price
list_
price_
text
name
price
price_
currency_
code
price_
text
product_
id
rating_
value
recommended_
sku
review_
count
skus
tags1
tags2
tags3
thumb_
url
url
variant_
id
@nosto/nosto-js
Loading...