CollectionSortOrder enum

Specifies the sort order for the products in the collection.

Values

  • PRICE_DESC
    By price, in descending order (highest - lowest).
  • ALPHA_DESC
    Alphabetically, in descending order (Z - A).
  • BEST_SELLING
    By best-selling products.
  • CREATED
    By date created, in ascending order (oldest - newest).
  • CREATED_DESC
    By date created, in descending order (newest - oldest).
  • MANUAL
    In the order set manually by the merchant.
  • PRICE_ASC
    By price, in ascending order (lowest - highest).
  • ALPHA_ASC
    Alphabetically, in ascending order (A - Z).

Types that return CollectionSortOrder

  • [Collection.sortOrder](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/collection#sortorder-2021-01)