The available sorts for PLP pages.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProductSortEnumValues", "title": "ProductSortEnumValues", "description": "The available sorts for PLP pages.", "type": "string", "default": "bestselling", "enum": [ "featured", "bestselling", "newest", "alphaasc", "alphadesc", "pricedesc", "priceasc", "avgcustomerreview", "relevance" ], "x-internal": false }