BigCommerce · Schema

ConfiguredFiltersOverride

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
context object
data object
View JSON Schema on GitHub

JSON Schema

bigcommerce-configuredfiltersoverride-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConfiguredFiltersOverride",
  "title": "ConfiguredFiltersOverride",
  "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": {
    "context": {
      "$ref": "#/components/schemas/SearchFilterOverrideContextIdentifier"
    },
    "data": {
      "$ref": "#/components/schemas/ConfiguredFilters"
    }
  },
  "x-internal": false
}