BigCommerce · Schema

layout_file

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
layout_file string A valid layout file. Please refer to [the article on creating category files (Help Center)](https://support.bigcommerce.com/articles/Public/Creating-Custom-Template-Files/). This field is writable onl
View JSON Schema on GitHub

JSON Schema

bigcommerce-layout-file-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/layout_file",
  "title": "layout_file",
  "type": "object",
  "properties": {
    "layout_file": {
      "maxLength": 500,
      "minLength": 0,
      "type": "string",
      "description": "A valid layout file. Please refer to [the article on creating category files (Help Center)](https://support.bigcommerce.com/articles/Public/Creating-Custom-Template-Files/). This field is writable only for stores with a Blueprint theme applied. For stores with a Stencil theme applied, see [Custom Template Associations](/docs/rest-content/custom-template-associations).\n",
      "example": "category.html"
    }
  }
}