@nosto/preact
Preparing search index...
ShopifyVariant
Interface ShopifyVariant
Shopify product variant data structure.
interface
ShopifyVariant
{
available
:
boolean
;
barcode
:
string
;
compare_at_price
:
null
|
number
;
featured_image
:
null
|
ShopifyImage
;
featured_media
:
ShopifyMedia
;
id
:
number
;
inventory_management
:
string
;
name
:
string
;
option1
:
null
|
string
;
option2
:
null
|
string
;
option3
:
null
|
string
;
options
:
string
[]
;
price
:
number
;
public_title
:
string
;
requires_shipping
:
boolean
;
sku
:
string
;
taxable
:
boolean
;
title
:
string
;
weight
:
number
;
}
Index
Properties
available
barcode
compare_
at_
price
featured_
image
featured_
media
id
inventory_
management
name
option1
option2
option3
options
price
public_
title
requires_
shipping
sku
taxable
title
weight
Properties
available
available
:
boolean
barcode
barcode
:
string
compare_
at_
price
compare_at_price
:
null
|
number
featured_
image
featured_image
:
null
|
ShopifyImage
featured_
media
featured_media
:
ShopifyMedia
id
id
:
number
inventory_
management
inventory_management
:
string
name
name
:
string
option1
option1
:
null
|
string
option2
option2
:
null
|
string
option3
option3
:
null
|
string
options
options
:
string
[]
price
price
:
number
public_
title
public_title
:
string
requires_
shipping
requires_shipping
:
boolean
sku
sku
:
string
taxable
taxable
:
boolean
title
title
:
string
weight
weight
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
available
barcode
compare_
at_
price
featured_
image
featured_
media
id
inventory_
management
name
option1
option2
option3
options
price
public_
title
requires_
shipping
sku
taxable
title
weight
@nosto/preact
Loading...
Shopify product variant data structure.