ProductItemSortOrder
public enum ProductItemSortOrder : String, Decodable
Represents the different sorting orders a Product based query can have
-
Undocumented
Declaration
Swift
case ascending = "Asc" -
Undocumented
Declaration
Swift
case descending = "Desc"
ProductItemSortOrder Enumeration Reference