@plentymarkets/shop-api / categoryGetters
Variable: categoryGetters ​
const
categoryGetters:object
Type declaration ​
getCategoryDetails() ​
getCategoryDetails: (
category
) =>CategoryDetails
|null
Parameters ​
• category: Category
Returns ​
CategoryDetails
| null
getCategoryName() ​
getCategoryName: (
category
) =>string
Parameters ​
• category: Category
Returns ​
string
getId() ​
getId: (
category
) =>number
Parameters ​
• category: Category
Returns ​
number
getMetaDescription() ​
getMetaDescription: (
category
) =>string
Parameters ​
• category: Category
Returns ​
string
getMetaKeywords() ​
getMetaKeywords: (
category
) =>string
Parameters ​
• category: Category
Returns ​
string
getMetaTitle() ​
getMetaTitle: (
category
) =>string
Parameters ​
• category: Category
Returns ​
string
getParentId() ​
getParentId: (
category
) =>number
Parameters ​
• category: Category
Returns ​
number