Home > @vsf-enterprise/bigcommerce-api > GetFiltersParameters
# GetFiltersParameters interface
Definition of graphql parameters for getting filters same information as the product filters
Signature:
export interface GetFiltersParameters
# Properties
| Property | Type | Description |
|---|---|---|
| after? | string | (Optional) Cursor-pointer to determine the page the user is in |
| filters | SearchProductsFiltersInput | Available search filters for use when querying products |
| first? | number | (Optional) The page size to display |
| sort? | SearchProductsSortInput | (Optional) The results are sorted by relevance if the sort argument is not provided. |