BigCommerce · Capability

BigCommerce Storefront Token — Customer Impersonation Token

BigCommerce Storefront Token — Customer Impersonation Token. 1 operations. Lead operation: BigCommerce Create a Token. Self-contained Naftiko capability covering one Bigcommerce business surface.

Run with Naftiko BigcommerceCustomer Impersonation Token

What You Can Do

POST
Createtokenwithcustomerimpersonation — BigCommerce Create a Token
/v1/storefront/api-token-customer-impersonation

MCP Tools

bigcommerce-create-token

BigCommerce Create a Token

Capability Spec

storefront-token-customer-impersonation-token.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: BigCommerce Storefront Token — Customer Impersonation Token
  description: 'BigCommerce Storefront Token — Customer Impersonation Token. 1 operations. Lead operation: BigCommerce Create
    a Token. Self-contained Naftiko capability covering one Bigcommerce business surface.'
  tags:
  - Bigcommerce
  - Customer Impersonation Token
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BIGCOMMERCE_API_KEY: BIGCOMMERCE_API_KEY
capability:
  consumes:
  - type: http
    namespace: storefront-token-customer-impersonation-token
    baseUri: https://api.bigcommerce.com/stores/{store_hash}/v3
    description: BigCommerce Storefront Token — Customer Impersonation Token business capability. Self-contained, no shared
      references.
    resources:
    - name: storefront-api-token-customer-impersonation
      path: /storefront/api-token-customer-impersonation
      operations:
      - name: createtokenwithcustomerimpersonation
        method: POST
        description: BigCommerce Create a Token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.BIGCOMMERCE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: storefront-token-customer-impersonation-token-rest
    port: 8080
    description: REST adapter for BigCommerce Storefront Token — Customer Impersonation Token. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/storefront/api-token-customer-impersonation
      name: storefront-api-token-customer-impersonation
      description: REST surface for storefront-api-token-customer-impersonation.
      operations:
      - method: POST
        name: createtokenwithcustomerimpersonation
        description: BigCommerce Create a Token
        call: storefront-token-customer-impersonation-token.createtokenwithcustomerimpersonation
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: storefront-token-customer-impersonation-token-mcp
    port: 9090
    transport: http
    description: MCP adapter for BigCommerce Storefront Token — Customer Impersonation Token. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: bigcommerce-create-token
      description: BigCommerce Create a Token
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: storefront-token-customer-impersonation-token.createtokenwithcustomerimpersonation
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.