BigCommerce · Schema

brand_Full

Common Brand properties.

E-CommerceRetailCatalogOrderCheckoutPaymentsSoftware-as-a-Service

Properties

Name Type Description
id integer Unique ID of the *Brand*. Read-Only.
name string The name of the brand. Must be unique. Required in POST.
page_title string The title shown in the browser while viewing the brand.
meta_keywords array An array of meta keywords to include in the HTML.
meta_description string A meta description to include.
search_keywords string A comma-separated list of keywords that can be used to locate this brand.
image_url string Image URL used for this category on the storefront. Images can be uploaded via form file post to `/brands/{brandId}/image`, or by providing a publicly accessible URL in this field.
custom_url object
View JSON Schema on GitHub

JSON Schema

bigcommerce-brand-full-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/brand_Full",
  "title": "brand_Full",
  "required": [
    "name"
  ],
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique ID of the *Brand*. Read-Only.",
      "readOnly": true
    },
    "name": {
      "maxLength": 255,
      "minLength": 1,
      "type": "string",
      "description": "The name of the brand. Must be unique.\nRequired in POST.",
      "example": "Common Good",
      "x-required": [
        "post",
        "put"
      ]
    },
    "page_title": {
      "maxLength": 255,
      "minLength": 0,
      "type": "string",
      "description": "The title shown in the browser while viewing the brand.\n",
      "example": "Common Good"
    },
    "meta_keywords": {
      "type": "array",
      "description": "An array of meta keywords to include in the HTML.\n",
      "items": {
        "type": "string"
      },
      "example": [
        "modern",
        "clean",
        "contemporary"
      ]
    },
    "meta_description": {
      "maxLength": 65535,
      "minLength": 0,
      "type": "string",
      "description": "A meta description to include.\n",
      "example": "Common Good is a modern brand."
    },
    "search_keywords": {
      "maxLength": 65535,
      "minLength": 0,
      "type": "string",
      "description": "A comma-separated list of keywords that can be used to locate this brand.\n",
      "example": "kitchen, laundry, cart, storage"
    },
    "image_url": {
      "type": "string",
      "description": "Image URL used for this category on the storefront. Images can be uploaded via form file post to `/brands/{brandId}/image`, or by providing a publicly accessible URL in this field.\n",
      "example": "https://cdn8.bigcommerce.com/s-12345/product_images/k/your-image-name.png",
      "x-url": true
    },
    "custom_url": {
      "$ref": "#/components/schemas/customUrl_Full"
    }
  },
  "description": "Common Brand properties.",
  "x-internal": false
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/bigcommerce-brand-full"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.