BigCommerce · Capability

BigCommerce Channels — Active Theme

BigCommerce Channels — Active Theme. 1 operations. Lead operation: BigCommerce Get a Channel Active Theme. Self-contained Naftiko capability covering one Bigcommerce business surface.

Run with Naftiko BigcommerceActive Theme

What You Can Do

GET
Getchannelactivetheme — BigCommerce Get a Channel Active Theme
/v1/channels/{channel-id}/active-theme

MCP Tools

bigcommerce-get-channel-active-theme

BigCommerce Get a Channel Active Theme

read-only idempotent

Capability Spec

channels-active-theme.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: BigCommerce Channels — Active Theme
  description: 'BigCommerce Channels — Active Theme. 1 operations. Lead operation: BigCommerce Get a Channel Active Theme.
    Self-contained Naftiko capability covering one Bigcommerce business surface.'
  tags:
  - Bigcommerce
  - Active Theme
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BIGCOMMERCE_API_KEY: BIGCOMMERCE_API_KEY
capability:
  consumes:
  - type: http
    namespace: channels-active-theme
    baseUri: https://api.bigcommerce.com/stores/{store_hash}/v3
    description: BigCommerce Channels — Active Theme business capability. Self-contained, no shared references.
    resources:
    - name: channels-channel_id-active-theme
      path: /channels/{channel_id}/active-theme
      operations:
      - name: getchannelactivetheme
        method: GET
        description: BigCommerce Get a Channel Active Theme
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.BIGCOMMERCE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: channels-active-theme-rest
    port: 8080
    description: REST adapter for BigCommerce Channels — Active Theme. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/channels/{channel-id}/active-theme
      name: channels-channel-id-active-theme
      description: REST surface for channels-channel_id-active-theme.
      operations:
      - method: GET
        name: getchannelactivetheme
        description: BigCommerce Get a Channel Active Theme
        call: channels-active-theme.getchannelactivetheme
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: channels-active-theme-mcp
    port: 9090
    transport: http
    description: MCP adapter for BigCommerce Channels — Active Theme. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: bigcommerce-get-channel-active-theme
      description: BigCommerce Get a Channel Active Theme
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: channels-active-theme.getchannelactivetheme
      outputParameters:
      - type: object
        mapping: $.