Freeze Design Frontend - TypeScript API
Preparing search index...
StoreReadiness
Interface StoreReadiness
interface
StoreReadiness
{
overall
:
ReadinessStatus
;
ready
:
boolean
;
checks
:
ReadinessCheck
[]
;
catalog
:
{
active_products
:
number
;
sellable_products
:
number
;
incomplete_products
:
IncompleteProduct
[]
;
incomplete_count
:
number
;
}
;
}
Index
Properties
overall
ready
checks
catalog
Properties
overall
overall
:
ReadinessStatus
ready
ready
:
boolean
checks
checks
:
ReadinessCheck
[]
catalog
catalog
:
{
active_products
:
number
;
sellable_products
:
number
;
incomplete_products
:
IncompleteProduct
[]
;
incomplete_count
:
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
overall
ready
checks
catalog
Freeze Design Frontend - TypeScript API
Loading...