Alokai

GetProductSearchParams

type GetProductSearchParams = {
  configurations?: string[];
  currentPage?: number;
  filter?: ProductAttributeFilterInput;
  pageSize?: number;
  search?: string;
  sort?: ProductAttributeSortInput;
};

Referenced Types

On this page