@tillhub/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Product
Branch
Customizations
constructor
endpoint
http
options
uri
Helper
base
Endpoint
create
delete
get
All
put
Product
Branch
Customization
Product
Branch
Customization
Options
Product
Branch
Customization
Query
Product
Branch
Customization
Response
Product
Branch
Customizations
Response
Hierarchy
ThBaseHandler
ProductBranchCustomizations
Index
Constructors
constructor
Properties
endpoint
http
options
uri
Helper
base
Endpoint
Methods
create
delete
get
All
put
Constructors
constructor
new
Product
Branch
Customizations
(
options
:
ProductBranchCustomizationOptions
, http
:
Client
)
:
ProductBranchCustomizations
Parameters
options:
ProductBranchCustomizationOptions
http:
Client
Returns
ProductBranchCustomizations
Properties
endpoint
endpoint
:
string
http
http
:
Client
options
options
:
ProductBranchCustomizationOptions
uri
Helper
uri
Helper
:
UriHelper
Static
base
Endpoint
base
Endpoint
:
string
= '/api/v1/products'
Methods
create
create
(
productBranchCustomization
:
ProductBranchCustomization
)
:
Promise
<
ProductBranchCustomizationResponse
>
Parameters
productBranchCustomization:
ProductBranchCustomization
Returns
Promise
<
ProductBranchCustomizationResponse
>
delete
delete
(
productBranchCustomizationId
:
string
)
:
Promise
<
ProductBranchCustomizationResponse
>
Parameters
productBranchCustomizationId:
string
Returns
Promise
<
ProductBranchCustomizationResponse
>
get
All
get
All
(
query
?:
ProductBranchCustomizationQuery
)
:
Promise
<
ProductBranchCustomizationsResponse
>
Parameters
Optional
query:
ProductBranchCustomizationQuery
Returns
Promise
<
ProductBranchCustomizationsResponse
>
put
put
(
productBranchCustomizationId
:
string
, productBranchCustomization
:
ProductBranchCustomization
)
:
Promise
<
ProductBranchCustomizationResponse
>
Parameters
productBranchCustomizationId:
string
productBranchCustomization:
ProductBranchCustomization
Returns
Promise
<
ProductBranchCustomizationResponse
>
Generated using
TypeDoc