@plentymarkets/shop-api / setCategorySettings
Function: setCategorySettings() ​
setCategorySettings(
context
,params
):Promise
<Data
<Category
>>
Defined in: api/setCategorySettings/index.ts:23
Method setCategorySettings - Edit a category.
Parameters ​
context ​
PlentysystemsIntegrationContext
params ​
EditCategoryParams[]
Returns ​
Category
Example ​
ts
const { data } = await setCategorySettings(() => useSdk().plentysystems.setCategorySettings(params));