@nosto/preact
Preparing search index...
ShopifyImage
Interface ShopifyImage
Shopify product image data structure.
interface
ShopifyImage
{
alt
:
null
|
string
;
created_at
:
string
;
height
:
number
;
id
:
number
;
position
:
number
;
product_id
:
number
;
src
:
string
;
updated_at
:
string
;
variant_ids
:
number
[]
;
width
:
number
;
}
Index
Properties
alt
created_
at
height
id
position
product_
id
src
updated_
at
variant_
ids
width
Properties
alt
alt
:
null
|
string
created_
at
created_at
:
string
height
height
:
number
id
id
:
number
position
position
:
number
product_
id
product_id
:
number
src
src
:
string
updated_
at
updated_at
:
string
variant_
ids
variant_ids
:
number
[]
width
width
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alt
created_
at
height
id
position
product_
id
src
updated_
at
variant_
ids
width
@nosto/preact
Loading...
Shopify product image data structure.