Home > @vsf-enterprise/bigcommerce-api > GraphQL > CategoryProductSort
# GraphQL.CategoryProductSort enum
Signature:
export declare enum CategoryProductSort
# Enumeration Members
| Member | Value | Description |
|---|---|---|
| AToZ | "A_TO_Z" | |
| BestReviewed | "BEST_REVIEWED" | |
| BestSelling | "BEST_SELLING" | |
| Default | "DEFAULT" | |
| Featured | "FEATURED" | |
| HighestPrice | "HIGHEST_PRICE" | |
| LowestPrice | "LOWEST_PRICE" | |
| Newest | "NEWEST" | |
| ZToA | "Z_TO_A" |