I have category ID and need to get all custom attribute for example thumbnail image.
my code does not return all attributes
$category = $this->categoryRepository->get($childId, $this->_storeManager->getStore()->getId());
$category->getData();
I have category ID and need to get all custom attribute for example thumbnail image.
my code does not return all attributes
$category = $this->categoryRepository->get($childId, $this->_storeManager->getStore()->getId());
$category->getData();