BigCommerce · Schema

StorefrontCategorySettings

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
category_tree_depth integer
default_product_sort object
listing_mode object
View JSON Schema on GitHub

JSON Schema

bigcommerce-storefrontcategorysettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StorefrontCategorySettings",
  "title": "StorefrontCategorySettings",
  "type": "object",
  "properties": {
    "category_tree_depth": {
      "type": "integer",
      "maximum": 8,
      "minimum": 1
    },
    "default_product_sort": {
      "$ref": "#/components/schemas/ProductSortEnumValues"
    },
    "listing_mode": {
      "$ref": "#/components/schemas/CategoryListingModeEnumValues"
    }
  },
  "x-tags": [
    "Models"
  ]
}