Log in
Interface

CategoryProductSearchResultInterface

Magento\Catalog\Api\Data\CategoryProductSearchResultInterface

What it does

This interface defines the contract for search results containing category-product relationships.

Developers use this when retrieving lists of products assigned to categories through Magento's API, typically in response to queries about which products belong to specific categories.

It extends SearchResultsInterface to provide standardized pagination and filtering capabilities for category product link data.

Public Methods

  • getItems()
  • setItems()