@nosto/preact
Preparing search index...
ShopifyProduct
Interface ShopifyProduct
Shopify product data structure from handle.js endpoint.
interface
ShopifyProduct
{
available
:
boolean
;
compare_at_price
:
null
|
number
;
compare_at_price_max
:
number
;
compare_at_price_min
:
number
;
compare_at_price_varies
:
boolean
;
created_at
:
string
;
description
:
string
;
featured_image
:
string
;
handle
:
string
;
id
:
number
;
images
:
string
[]
;
options
:
ShopifyOption
[]
;
price
:
number
;
price_max
:
number
;
price_min
:
number
;
price_varies
:
boolean
;
published_at
:
string
;
tags
:
string
[]
;
title
:
string
;
type
:
string
;
url
:
string
;
variants
:
ShopifyVariant
[]
;
vendor
:
string
;
}
Index
Properties
available
compare_
at_
price
compare_
at_
price_
max
compare_
at_
price_
min
compare_
at_
price_
varies
created_
at
description
featured_
image
handle
id
images
options
price
price_
max
price_
min
price_
varies
published_
at
tags
title
type
url
variants
vendor
Properties
available
available
:
boolean
compare_
at_
price
compare_at_price
:
null
|
number
compare_
at_
price_
max
compare_at_price_max
:
number
compare_
at_
price_
min
compare_at_price_min
:
number
compare_
at_
price_
varies
compare_at_price_varies
:
boolean
created_
at
created_at
:
string
description
description
:
string
featured_
image
featured_image
:
string
handle
handle
:
string
id
id
:
number
images
images
:
string
[]
options
options
:
ShopifyOption
[]
price
price
:
number
price_
max
price_max
:
number
price_
min
price_min
:
number
price_
varies
price_varies
:
boolean
published_
at
published_at
:
string
tags
tags
:
string
[]
title
title
:
string
type
type
:
string
url
url
:
string
variants
variants
:
ShopifyVariant
[]
vendor
vendor
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
available
compare_
at_
price
compare_
at_
price_
max
compare_
at_
price_
min
compare_
at_
price_
varies
created_
at
description
featured_
image
handle
id
images
options
price
price_
max
price_
min
price_
varies
published_
at
tags
title
type
url
variants
vendor
@nosto/preact
Loading...
Shopify product data structure from handle.js endpoint.