Documentation
Preparing search index...
ts_lib/src/external_api_shop_backend
BackendApiFunctionMap
Interface BackendApiFunctionMap
interface
BackendApiFunctionMap
{
activeExtraProcesses
:
()
=>
ShopExtraProcess
[]
;
articleUuids
:
()
=>
string
[]
;
computeShippingCosts
:
(
kilometer
:
number
,
packagings
:
ShopPackaging
[]
,
)
=>
undefined
|
ShippingCosts
;
computeShopPackagings
:
()
=>
ShopPackaging
[]
;
createBackendBomData
:
()
=>
ShopBackendBomData
;
createShopBackendProjectData
:
(
config
:
ShopBackendDataConfig
,
)
=>
ShopBackendProjectData
;
prepareUnsafeSession
:
(
sheetNestorTimeout
:
CamNestorTimeout
)
=>
void
;
serializeProject
:
()
=>
string
;
setInternalPartNumbers
:
(
articleUuidToShopPartNumber
:
{
[
index
:
string
]:
string
}
,
)
=>
void
;
}
Hierarchy (
View Summary
)
BackendApiFunctionMap
ApiFunctionMap
Index
Properties
active
Extra
Processes
article
Uuids
compute
Shipping
Costs
compute
Shop
Packagings
create
Backend
Bom
Data
create
Shop
Backend
Project
Data
prepare
Unsafe
Session
serialize
Project
set
Internal
Part
Numbers
Properties
active
Extra
Processes
activeExtraProcesses
:
()
=>
ShopExtraProcess
[]
article
Uuids
articleUuids
:
()
=>
string
[]
compute
Shipping
Costs
computeShippingCosts
:
(
kilometer
:
number
,
packagings
:
ShopPackaging
[]
,
)
=>
undefined
|
ShippingCosts
compute
Shop
Packagings
computeShopPackagings
:
()
=>
ShopPackaging
[]
create
Backend
Bom
Data
createBackendBomData
:
()
=>
ShopBackendBomData
create
Shop
Backend
Project
Data
createShopBackendProjectData
:
(
config
:
ShopBackendDataConfig
,
)
=>
ShopBackendProjectData
prepare
Unsafe
Session
prepareUnsafeSession
:
(
sheetNestorTimeout
:
CamNestorTimeout
)
=>
void
serialize
Project
serializeProject
:
()
=>
string
set
Internal
Part
Numbers
setInternalPartNumbers
:
(
articleUuidToShopPartNumber
:
{
[
index
:
string
]:
string
}
,
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Extra
Processes
article
Uuids
compute
Shipping
Costs
compute
Shop
Packagings
create
Backend
Bom
Data
create
Shop
Backend
Project
Data
prepare
Unsafe
Session
serialize
Project
set
Internal
Part
Numbers
Documentation
Loading...