Log in
Repository

CategoryRepositoryInterface

Magento\AdobeStockAssetApi\Api\CategoryRepositoryInterface

What it does

This repository interface manages Adobe Stock asset categories, providing standard CRUD operations.

Developers use this to save, retrieve, delete, or search for categories associated with Adobe Stock assets, acting as the main entry point for category data management in the Adobe Stock integration.

Public Methods

  • save()
  • delete()
  • getList()
  • getById()
  • deleteById()