BigCommerce · Schema

ProductSortEnumValues

The available sorts for PLP pages.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-productsortenumvalues-schema.json Raw ↑
{
  "$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
}