@tillhub/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Suppliers
Products
Relation
constructor
endpoint
http
id
options
uri
Helper
base
Endpoint
bulk
Create
bulk
Delete
create
delete
get
Map
get
Product
Ids
get
Suppliers
Suppliers
Products
Relation
Bulk
Creation
Failed
Suppliers
Products
Relation
Bulk
Delete
Failed
Suppliers
Products
Relation
Creation
Failed
Suppliers
Products
Relation
Delete
Failed
Suppliers
Products
Relation
Map
Failed
Suppliers
Products
Relation
Product
Ids
Failed
Suppliers
Products
Relation
Suppliers
Failed
Suppliers
Products
Relation
Bulk
Create
Query
Suppliers
Products
Relation
Bulk
Delete
Query
Suppliers
Products
Relation
Default
Response
Suppliers
Products
Relation
Map
Query
Suppliers
Products
Relation
Map
Response
Suppliers
Products
Relation
Options
Suppliers
Products
Relation
Product
Ids
Response
Hierarchy
ThBaseHandler
SuppliersProductsRelation
Index
Constructors
constructor
Properties
endpoint
http
id
options
uri
Helper
base
Endpoint
Methods
bulk
Create
bulk
Delete
create
delete
get
Map
get
Product
Ids
get
Suppliers
Constructors
constructor
new
Suppliers
Products
Relation
(
options
:
SuppliersProductsRelationOptions
, http
:
Client
)
:
SuppliersProductsRelation
Parameters
options:
SuppliersProductsRelationOptions
http:
Client
Returns
SuppliersProductsRelation
Properties
endpoint
endpoint
:
string
http
http
:
Client
Optional
id
id
:
string
options
options
:
SuppliersProductsRelationOptions
uri
Helper
uri
Helper
:
UriHelper
Static
base
Endpoint
base
Endpoint
:
string
= '/api/v0/business-partner-products'
Methods
bulk
Create
bulk
Create
(
supplierId
:
string
, query
:
SuppliersProductsRelationBulkCreateQuery
)
:
Promise
<
SuppliersProductsRelationDefaultResponse
>
Parameters
supplierId:
string
query:
SuppliersProductsRelationBulkCreateQuery
Returns
Promise
<
SuppliersProductsRelationDefaultResponse
>
bulk
Delete
bulk
Delete
(
supplierId
:
string
, query
:
SuppliersProductsRelationBulkDeleteQuery
)
:
Promise
<
SuppliersProductsRelationDefaultResponse
>
Parameters
supplierId:
string
query:
SuppliersProductsRelationBulkDeleteQuery
Returns
Promise
<
SuppliersProductsRelationDefaultResponse
>
create
create
(
supplierId
:
string
, productId
:
string
)
:
Promise
<
SuppliersProductsRelationDefaultResponse
>
Parameters
supplierId:
string
productId:
string
Returns
Promise
<
SuppliersProductsRelationDefaultResponse
>
delete
delete
(
supplierId
:
string
, productId
:
string
)
:
Promise
<
SuppliersProductsRelationDefaultResponse
>
Parameters
supplierId:
string
productId:
string
Returns
Promise
<
SuppliersProductsRelationDefaultResponse
>
get
Map
get
Map
(
query
:
SuppliersProductsRelationMapQuery
)
:
Promise
<
SuppliersProductsRelationMapResponse
>
Parameters
query:
SuppliersProductsRelationMapQuery
Returns
Promise
<
SuppliersProductsRelationMapResponse
>
get
Product
Ids
get
Product
Ids
(
supplierId
:
string
)
:
Promise
<
SuppliersProductsRelationProductIdsResponse
>
Parameters
supplierId:
string
Returns
Promise
<
SuppliersProductsRelationProductIdsResponse
>
get
Suppliers
get
Suppliers
(
productId
:
string
)
:
Promise
<
SuppliersProductsRelationDefaultResponse
>
Parameters
productId:
string
Returns
Promise
<
SuppliersProductsRelationDefaultResponse
>
Generated using
TypeDoc