BigCommerce · Capability

BigCommerce Orders V3 — Transactions

BigCommerce Orders V3 — Transactions. 1 operations. Lead operation: BigCommerce Get Transactions. Self-contained Naftiko capability covering one Bigcommerce business surface.

Run with Naftiko BigcommerceTransactions

What You Can Do

GET
Getordertransactions — BigCommerce Get Transactions
/v1/orders/{order-id}/transactions

MCP Tools

bigcommerce-get-transactions

BigCommerce Get Transactions

read-only idempotent

Capability Spec

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