GitHub

MagentoCompleteCategoryResponse

import { MagentoCompleteCategoryResponse } from '@daffodil/category/driver/magento'

interface MagentoCompleteCategoryResponse {
  category: MagentoCategory
  aggregates: MagentoAggregation[]
  products: MagentoProduct[]
  sort_fields: MagentoProductSortFields
  page_info: MagentoSearchResultPageInfo
  total_count: number
  appliedSortOption: string
  appliedSortDirection: DaffSortDirectionEnum
}