BigCommerce · Capability

BigCommerce Tax Settings — Tax Settings

BigCommerce Tax Settings — Tax Settings. 2 operations. Lead operation: BigCommerce Get Tax Settings. Self-contained Naftiko capability covering one Bigcommerce business surface.

Run with Naftiko BigcommerceTax Settings

What You Can Do

GET
Gettaxsettings — BigCommerce Get Tax Settings
/v1/tax/settings
PUT
Updatetaxsettings — BigCommerce Update Tax Settings
/v1/tax/settings

MCP Tools

bigcommerce-get-tax-settings

BigCommerce Get Tax Settings

read-only idempotent
bigcommerce-update-tax-settings

BigCommerce Update Tax Settings

idempotent

Capability Spec

tax-settings-tax-settings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: BigCommerce Tax Settings — Tax Settings
  description: 'BigCommerce Tax Settings — Tax Settings. 2 operations. Lead operation: BigCommerce Get Tax Settings. Self-contained
    Naftiko capability covering one Bigcommerce business surface.'
  tags:
  - Bigcommerce
  - Tax Settings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BIGCOMMERCE_API_KEY: BIGCOMMERCE_API_KEY
capability:
  consumes:
  - type: http
    namespace: tax-settings-tax-settings
    baseUri: https://api.bigcommerce.com/stores/{store_hash}/v3
    description: BigCommerce Tax Settings — Tax Settings business capability. Self-contained, no shared references.
    resources:
    - name: tax-settings
      path: /tax/settings
      operations:
      - name: gettaxsettings
        method: GET
        description: BigCommerce Get Tax Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatetaxsettings
        method: PUT
        description: BigCommerce Update Tax Settings
        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: tax-settings-tax-settings-rest
    port: 8080
    description: REST adapter for BigCommerce Tax Settings — Tax Settings. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/tax/settings
      name: tax-settings
      description: REST surface for tax-settings.
      operations:
      - method: GET
        name: gettaxsettings
        description: BigCommerce Get Tax Settings
        call: tax-settings-tax-settings.gettaxsettings
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatetaxsettings
        description: BigCommerce Update Tax Settings
        call: tax-settings-tax-settings.updatetaxsettings
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tax-settings-tax-settings-mcp
    port: 9090
    transport: http
    description: MCP adapter for BigCommerce Tax Settings — Tax Settings. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: bigcommerce-get-tax-settings
      description: BigCommerce Get Tax Settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tax-settings-tax-settings.gettaxsettings
      outputParameters:
      - type: object
        mapping: $.
    - name: bigcommerce-update-tax-settings
      description: BigCommerce Update Tax Settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: tax-settings-tax-settings.updatetaxsettings
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.