ProductItemSortOption

public enum ProductItemSortOption : String, Decodable

Represents the different sorting options a Product based query can have

  • Undocumented

    Declaration

    Swift

    case price = "Price"
  • Undocumented

    Declaration

    Swift

    case title = "Title"