BigCommerce · Schema

searchKeywords

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
search_keywords string Comma-separated list of keywords that shoppers can use to locate this page when searching the store.
View JSON Schema on GitHub

JSON Schema

bigcommerce-searchkeywords-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/searchKeywords",
  "title": "searchKeywords",
  "type": "object",
  "properties": {
    "search_keywords": {
      "type": "string",
      "description": "Comma-separated list of keywords that shoppers can use to locate this page when searching the store.\n",
      "example": "trousers,pockets,luxury",
      "nullable": true,
      "default": "\"\"",
      "readOnly": false
    }
  }
}