BigCommerce · Schema

ChannelConfigMeta

Optional channel configuration object.

E-CommerceRetailCatalogOrderCheckoutPaymentsSoftware-as-a-Service

Properties

Name Type Description
app object A [channel app](/docs/integrations/channels#channel-apps) config object for optionally configuring the channelʼs user interface in the control panel.
View JSON Schema on GitHub

JSON Schema

bigcommerce-channelconfigmeta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChannelConfigMeta",
  "title": "ChannelConfigMeta",
  "type": "object",
  "description": "Optional channel configuration object.",
  "x-internal": false,
  "properties": {
    "app": {
      "type": "object",
      "description": "A [channel app](/docs/integrations/channels#channel-apps) config object for optionally configuring the channel\u02bcs user interface in the control panel.",
      "properties": {
        "id": {
          "type": "integer",
          "description": "The unique `id` given to an app registered in [DevTools](https://devtools.bigcommerce.com/); used to create links to the app in channel manager. `app.id` is optional; however, if you\u02bcre building an app that creates or manages a channel, we recommend including it to ensure the user interface in the control panel works properly. Select partners who are promoted in the Channel Manager must build an app, and include the app ID in the create channel request. [Learn how to find an App\u02bcs ID](/docs/integrations/apps/guide/id)."
        },
        "sections": {
          "type": "array",
          "description": "Sections are now deprecated under config_meta. The new /channel-menus endpoints should be used instead. If set, when the app is loaded within the control panel, the navigation `sections` will be directly embedded in the control panel navigation.",
          "deprecated": true,
          "items": {
            "type": "object",
            "deprecated": true,
            "properties": {
              "title": {
                "type": "string",
                "description": "The title of the navigation section.",
                "example": "\"Settings\"",
                "deprecated": true
              },
              "query_path": {
                "type": "string",
                "description": "The value that will be passed to the app\u02bcs iFrame in the URL and will allow the app to display the appropriate section within the app iFrame in the control panel.",
                "deprecated": true
              }
            }
          }
        }
      }
    }
  },
  "x-examples": {
    "example-1": {
      "app": {
        "id": 0,
        "sections": [
          {
            "title": "\"Settings\"",
            "query_path": "string"
          }
        ]
      }
    }
  }
}

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-channelconfigmeta"
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.