@tillhub/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Inventory
Configuration
constructor
active
auto
Generate
endpoint
http
id
options
owner
template
uri
Helper
base
Endpoint
get
get
All
put
Inventory
Configuration
Options
Inventory
Configuration
Response
Inventory
Configurations
Query
Options
Inventory
Configurations
Response
Hierarchy
ThBaseHandler
InventoryConfiguration
Index
Constructors
constructor
Properties
active
auto
Generate
endpoint
http
id
options
owner
template
uri
Helper
base
Endpoint
Methods
get
get
All
put
Constructors
constructor
new
Inventory
Configuration
(
options
:
InventoryConfigurationOptions
, http
:
Client
)
:
InventoryConfiguration
Parameters
options:
InventoryConfigurationOptions
http:
Client
Returns
InventoryConfiguration
Properties
Optional
active
active
:
null
|
boolean
Optional
auto
Generate
auto
Generate
:
null
|
boolean
endpoint
endpoint
:
string
http
http
:
Client
Optional
id
id
:
string
options
options
:
InventoryConfigurationOptions
Optional
owner
owner
:
null
|
string
Optional
template
template
:
null
|
string
uri
Helper
uri
Helper
:
UriHelper
Static
base
Endpoint
base
Endpoint
:
string
= '/api/v0/inventory-configurations'
Methods
get
get
(
configurationId
:
string
)
:
Promise
<
InventoryConfigurationReference
>
Parameters
configurationId:
string
Returns
Promise
<
InventoryConfigurationReference
>
get
All
get
All
(
optionsOrQuery
?:
InventoryConfigurationsQueryOptions
)
:
Promise
<
InventoryConfigurationsResponse
>
Parameters
Optional
optionsOrQuery:
InventoryConfigurationsQueryOptions
Returns
Promise
<
InventoryConfigurationsResponse
>
put
put
(
configurationId
:
string
, configuration
:
InventoryConfiguration
)
:
Promise
<
InventoryConfigurationResponse
>
Parameters
configurationId:
string
configuration:
InventoryConfiguration
Returns
Promise
<
InventoryConfigurationResponse
>
Generated using
TypeDoc