BigCommerce · Schema

search_keywords

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
search_keywords string A comma-separated list of keywords that can be used to locate the category when searching the store.
View JSON Schema on GitHub

JSON Schema

bigcommerce-search-keywords-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/search_keywords",
  "title": "search_keywords",
  "type": "object",
  "properties": {
    "search_keywords": {
      "type": "string",
      "description": "A comma-separated list of keywords that can be used to locate the category when searching the store.\n"
    }
  }
}