BigCommerce · Schema
EnabledMiscFilter
Miscellaneous Filters which appear as a group.
E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
Properties
| Name | Type | Description |
|---|---|---|
| collapsed_by_default | boolean | |
| display_name | string | |
| display_product_count | boolean | |
| id | integer | |
| is_enabled | boolean | |
| show_free_shipping_filter | boolean | |
| show_in_stock_filter | boolean | |
| show_is_featured_filter | boolean | |
| show_product_count | boolean | |
| type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/EnabledMiscFilter",
"title": "EnabledMiscFilter",
"description": "Miscellaneous Filters which appear as a group.",
"type": "object",
"properties": {
"collapsed_by_default": {
"type": "boolean"
},
"display_name": {
"type": "string"
},
"display_product_count": {
"type": "boolean"
},
"id": {
"type": "integer"
},
"is_enabled": {
"type": "boolean"
},
"show_free_shipping_filter": {
"type": "boolean"
},
"show_in_stock_filter": {
"type": "boolean"
},
"show_is_featured_filter": {
"type": "boolean"
},
"show_product_count": {
"type": "boolean"
},
"type": {
"type": "string",
"enum": [
"other"
]
}
},
"x-internal": false
}