@makerinc/react-sdk
    Preparing search index...

    Type Alias SortOrder

    SortOrder:
        | "default"
        | "highest_price"
        | "lowest_price"
        | "newest"
        | "best_sellers"
        | "featured"
        | "highest_discount"

    Product sorting options for category and search queries Server type: Store.ProductSortOrder.t