BigCommerce · Schema

EnabledFiltersOverride

A new set of enabled Product Filtering filters which should display in a particular context, such as on a particular Channel, or while viewing a particular Category. Array order indicates the display order on the storefront.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
data object
scope object
View JSON Schema on GitHub

JSON Schema

bigcommerce-enabledfiltersoverride-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EnabledFiltersOverride",
  "title": "EnabledFiltersOverride",
  "description": "A new set of enabled Product Filtering filters which should display in a particular context, such as on a particular Channel, or while viewing a particular Category. Array order indicates the display order on the storefront.",
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/EnabledFilters"
    },
    "scope": {
      "$ref": "#/components/schemas/SearchFilterOverrideScopeIdentifier"
    }
  },
  "x-internal": false
}