Interface ProductSearchFacetDistinctBucketSortExpression

interface ProductSearchFacetDistinctBucketSortExpression {
    by: ProductSearchFacetDistinctBucketSortBy;
    order: SearchSortOrder;
}

Properties

Properties

Defines whether to sort by bucket count or key.

Defines the sorting order.