Search
Preparing search index...
The search index is not available
merchisdk
Options
All
Public
Public/Protected
All
Inherited
Menu
merchisdk
entities/inventory
Inventory
Class Inventory
Hierarchy
Entity
Inventory
Index
Constructors
constructor
Properties
address
archived
back
Objects
create
id
inventory
Unit
Variations
is
Dirty
is
Orphan
jobs
key
merchi
name
notes
product
properties
Map
quantity
variations
Groups
merchi
Methods
clean
Dirty
create
Factory
delete
from
Json
get
Primary
Key
Value
is
Variation
Field
Option
Selected
recover
save
to
Form
Data
to
Json
update
Order
get
list
Constructors
constructor
new
Inventory
(
merchi
?:
Merchi
)
:
Inventory
Parameters
Optional
merchi:
Merchi
Returns
Inventory
Properties
Optional
address
address
:
null
|
Address
Optional
archived
archived
:
null
|
Date
Readonly
back
Objects
back
Objects
:
Set
<
Entity
>
= ...
create
create
:
(
options
?:
CreateOptions
)
=>
Promise
<
Inventory
>
= ...
Type declaration
(
options
?:
CreateOptions
)
:
Promise
<
Inventory
>
Parameters
Optional
options:
CreateOptions
Returns
Promise
<
Inventory
>
Optional
id
id
:
number
Optional
inventory
Unit
Variations
inventory
Unit
Variations
:
InventoryUnitVariation
[]
is
Dirty
is
Dirty
:
boolean
= false
Optional
is
Orphan
is
Orphan
:
boolean
Optional
jobs
jobs
:
Job
[]
key
key
:
string
= ...
merchi
merchi
:
Merchi
Optional
name
name
:
string
Optional
notes
notes
:
string
Optional
product
product
:
Product
properties
Map
properties
Map
:
Map
<
string
,
PropertyInfo
>
Optional
quantity
quantity
:
number
Optional
variations
Groups
variations
Groups
:
VariationsGroup
[]
Static
merchi
merchi
:
Merchi
Methods
clean
Dirty
clean
Dirty
(
)
:
void
Returns
void
create
Factory
create
Factory
(
__namedParameters
:
Object
)
:
(
options
?:
CreateOptions
)
=>
Promise
<
this
>
Parameters
__namedParameters:
Object
Returns
(
options
?:
CreateOptions
)
=>
Promise
<
this
>
(
options
?:
CreateOptions
)
:
Promise
<
this
>
Parameters
Optional
options:
CreateOptions
Returns
Promise
<
this
>
delete
delete
(
options
?:
DeleteOptions
)
:
Promise
<
this
>
Parameters
Optional
options:
DeleteOptions
Returns
Promise
<
this
>
from
Json
from
Json
(
json
:
any
, options
?:
FromJsonOptions
)
:
this
Parameters
json:
any
Optional
options:
FromJsonOptions
Returns
this
get
Primary
Key
Value
get
Primary
Key
Value
(
)
:
any
Returns
any
is
Variation
Field
Option
Selected
is
Variation
Field
Option
Selected
(
option
:
VariationFieldsOption
)
:
boolean
Parameters
option:
VariationFieldsOption
Returns
boolean
recover
recover
(
options
?:
SaveOptions
)
:
Promise
<
this
>
Parameters
Optional
options:
SaveOptions
Returns
Promise
<
this
>
save
save
(
options
?:
SaveOptions
)
:
Promise
<
this
>
Parameters
Optional
options:
SaveOptions
Returns
Promise
<
this
>
to
Form
Data
to
Form
Data
(
options
?:
SerialiseOptions
, fileIndex
?:
Counter
)
:
FormData
Parameters
Optional
options:
SerialiseOptions
Optional
fileIndex:
Counter
Returns
FormData
to
Json
to
Json
(
)
:
any
Returns
any
update
Order
update
Order
(
property
:
string
)
:
void
Parameters
property:
string
Returns
void
Static
get
get<T>
(
key
:
string
|
number
, options
?:
GetOptions
)
:
Promise
<
InstanceType
<
T
>
>
Type parameters
T
:
typeof
Entity
Parameters
key:
string
|
number
Optional
options:
GetOptions
Returns
Promise
<
InstanceType
<
T
>
>
Static
list
list<T>
(
options
?:
ListOptions
)
:
Promise
<
ListResponse
<
InstanceType
<
T
>
>
>
Type parameters
T
:
typeof
Entity
Parameters
Optional
options:
ListOptions
Returns
Promise
<
ListResponse
<
InstanceType
<
T
>
>
>
Modules
entities/inventory
Inventory
constructor
address
archived
back
Objects
create
id
inventory
Unit
Variations
is
Dirty
is
Orphan
jobs
key
merchi
name
notes
product
properties
Map
quantity
variations
Groups
merchi
clean
Dirty
create
Factory
delete
from
Json
get
Primary
Key
Value
is
Variation
Field
Option
Selected
recover
save
to
Form
Data
to
Json
update
Order
get
list
Generated using
TypeDoc