@plentymarkets/shop-api / getCategoryTemplate
Function: getCategoryTemplate() ​
getCategoryTemplate(
context
,params
):Promise
<Data
<CategoryTemplate
>>
Method getCategoryTemplate - Used to get category template instance.
Parameters ​
• context: PlentysystemsIntegrationContext
• params: CategoryTemplateParams
CategoryTemplateParams
Returns ​
Promise
<Data
<CategoryTemplate
>>
CategoryTemplate
Example ​
ts
const { data } = await getCategoryTemplate(() => useSdk().plentysystems.getCategoryTemplate(1));