BigCommerce · Capability

BigCommerce Customers V3 — Validate Credentials

BigCommerce Customers V3 — Validate Credentials. 1 operations. Lead operation: BigCommerce Validate a customer credentials. Self-contained Naftiko capability covering one Bigcommerce business surface.

Run with Naftiko BigcommerceValidate Credentials

What You Can Do

POST
Validatecustomercredentials — BigCommerce Validate a customer credentials
/v1/customers/validate-credentials

MCP Tools

bigcommerce-validate-customer-credentials

BigCommerce Validate a customer credentials

read-only

Capability Spec

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