Shopify · Capability

Shopify API — Transactions

Shopify API — Transactions. 7 operations. Lead operation: Shopify Retrieves A List Of All Balance Transactions Ordered By Processingtime. Self-contained Naftiko capability covering one Shopify business surface.

Run with Naftiko ShopifyTransactions

What You Can Do

GET
Deprecated202001getshopifypaymentsbalancetransactions — Shopify Retrieves A List Of All Balance Transactions Ordered By Processingtime
/v1/admin/api/2020-01/shopify-payments/balance/transactions-json
GET
Deprecated202001gettendertransactions — Shopify Retrieves A List Of Tender Transactions
/v1/admin/api/2020-01/tender-transactions-json
GET
Deprecated202004gettendertransactions — Shopify Retrieves A List Of Tender Transactions
/v1/admin/api/2020-04/tender-transactions-json
GET
Deprecated202007gettendertransactions — Shopify Retrieves A List Of Tender Transactions
/v1/admin/api/2020-07/tender-transactions-json
GET
Gettendertransactions — Shopify Retrieves A List Of Tender Transactions
/v1/admin/api/2020-10/tender-transactions-json
GET
Deprecated202101gettendertransactions — Shopify Retrieves A List Of Tender Transactions
/v1/admin/api/2021-01/tender-transactions-json
GET
Deprecatedunstablegettendertransactions — Shopify Retrieves A List Of Tender Transactions
/v1/admin/api/unstable/tender-transactions-json

MCP Tools

shopify-retrieves-list-all-balance

Shopify Retrieves A List Of All Balance Transactions Ordered By Processingtime

read-only idempotent
shopify-retrieves-list-tender-transactions

Shopify Retrieves A List Of Tender Transactions

read-only idempotent
shopify-retrieves-list-tender-transactions-2

Shopify Retrieves A List Of Tender Transactions

read-only idempotent
shopify-retrieves-list-tender-transactions-3

Shopify Retrieves A List Of Tender Transactions

read-only idempotent
shopify-retrieves-list-tender-transactions-4

Shopify Retrieves A List Of Tender Transactions

read-only idempotent
shopify-retrieves-list-tender-transactions-5

Shopify Retrieves A List Of Tender Transactions

read-only idempotent
shopify-retrieves-list-tender-transactions-6

Shopify Retrieves A List Of Tender Transactions

read-only idempotent

Capability Spec

shopify-transactions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopify  API — Transactions
  description: 'Shopify  API — Transactions. 7 operations. Lead operation: Shopify Retrieves A List Of All Balance Transactions
    Ordered By Processingtime. Self-contained Naftiko capability covering one Shopify business surface.'
  tags:
  - Shopify
  - Transactions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPIFY_API_KEY: SHOPIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopify-transactions
    baseUri: ''
    description: Shopify  API — Transactions business capability. Self-contained, no shared references.
    resources:
    - name: admin-api-2020-01-shopify_payments-balance-transactions.json
      path: /admin/api/2020-01/shopify_payments/balance/transactions.json
      operations:
      - name: deprecated202001getshopifypaymentsbalancetransactions
        method: GET
        description: Shopify Retrieves A List Of All Balance Transactions Ordered By Processingtime
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: since_id
          in: query
          type: string
          description: Filter response to transactions exclusively after the specified ID.
        - name: last_id
          in: query
          type: string
          description: Filter response to transactions exclusively before the specified ID
        - name: test
          in: query
          type: string
          description: Filter response to transactions placed in test mode.
        - name: payout_id
          in: query
          type: string
          description: Filter response to transactions paid out in the specified payout.
        - name: payout_status
          in: query
          type: string
          description: Filter response to transactions with the specified payout status
    - name: admin-api-2020-01-tender_transactions.json
      path: /admin/api/2020-01/tender_transactions.json
      operations:
      - name: deprecated202001gettendertransactions
        method: GET
        description: Shopify Retrieves A List Of Tender Transactions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: string
          description: The maximum number of results to retrieve.
        - name: since_id
          in: query
          type: string
          description: Retrieve only transactions after the specified ID.
        - name: processed_at_min
          in: query
          type: string
          description: Show tender transactions processed_at or after the specified date.
        - name: processed_at_max
          in: query
          type: string
          description: Show tender transactions processed_at or before the specified date.
        - name: processed_at
          in: query
          type: string
          description: Show tender transactions processed at the specified date.
        - name: order
          in: query
          type: string
          description: Show tender transactions ordered by processed_at in ascending or descending order.
    - name: admin-api-2020-04-tender_transactions.json
      path: /admin/api/2020-04/tender_transactions.json
      operations:
      - name: deprecated202004gettendertransactions
        method: GET
        description: Shopify Retrieves A List Of Tender Transactions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: string
          description: The maximum number of results to retrieve.
        - name: since_id
          in: query
          type: string
          description: Retrieve only transactions after the specified ID.
        - name: processed_at_min
          in: query
          type: string
          description: Show tender transactions processed_at or after the specified date.
        - name: processed_at_max
          in: query
          type: string
          description: Show tender transactions processed_at or before the specified date.
        - name: processed_at
          in: query
          type: string
          description: Show tender transactions processed at the specified date.
        - name: order
          in: query
          type: string
          description: Show tender transactions ordered by processed_at in ascending or descending order.
    - name: admin-api-2020-07-tender_transactions.json
      path: /admin/api/2020-07/tender_transactions.json
      operations:
      - name: deprecated202007gettendertransactions
        method: GET
        description: Shopify Retrieves A List Of Tender Transactions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: string
          description: The maximum number of results to retrieve.
        - name: since_id
          in: query
          type: string
          description: Retrieve only transactions after the specified ID.
        - name: processed_at_min
          in: query
          type: string
          description: Show tender transactions processed_at or after the specified date.
        - name: processed_at_max
          in: query
          type: string
          description: Show tender transactions processed_at or before the specified date.
        - name: processed_at
          in: query
          type: string
          description: Show tender transactions processed at the specified date.
        - name: order
          in: query
          type: string
          description: Show tender transactions ordered by processed_at in ascending or descending order.
    - name: admin-api-2020-10-tender_transactions.json
      path: /admin/api/2020-10/tender_transactions.json
      operations:
      - name: gettendertransactions
        method: GET
        description: Shopify Retrieves A List Of Tender Transactions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: string
          description: The maximum number of results to retrieve.
        - name: since_id
          in: query
          type: string
          description: Retrieve only transactions after the specified ID.
        - name: processed_at_min
          in: query
          type: string
          description: Show tender transactions processed_at or after the specified date.
        - name: processed_at_max
          in: query
          type: string
          description: Show tender transactions processed_at or before the specified date.
        - name: processed_at
          in: query
          type: string
          description: Show tender transactions processed at the specified date.
        - name: order
          in: query
          type: string
          description: Show tender transactions ordered by processed_at in ascending or descending order.
    - name: admin-api-2021-01-tender_transactions.json
      path: /admin/api/2021-01/tender_transactions.json
      operations:
      - name: deprecated202101gettendertransactions
        method: GET
        description: Shopify Retrieves A List Of Tender Transactions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: string
          description: The maximum number of results to retrieve.
        - name: since_id
          in: query
          type: string
          description: Retrieve only transactions after the specified ID.
        - name: processed_at_min
          in: query
          type: string
          description: Show tender transactions processed_at or after the specified date.
        - name: processed_at_max
          in: query
          type: string
          description: Show tender transactions processed_at or before the specified date.
        - name: processed_at
          in: query
          type: string
          description: Show tender transactions processed at the specified date.
        - name: order
          in: query
          type: string
          description: Show tender transactions ordered by processed_at in ascending or descending order.
    - name: admin-api-unstable-tender_transactions.json
      path: /admin/api/unstable/tender_transactions.json
      operations:
      - name: deprecatedunstablegettendertransactions
        method: GET
        description: Shopify Retrieves A List Of Tender Transactions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: string
          description: The maximum number of results to retrieve.
        - name: since_id
          in: query
          type: string
          description: Retrieve only transactions after the specified ID.
        - name: processed_at_min
          in: query
          type: string
          description: Show tender transactions processed_at or after the specified date.
        - name: processed_at_max
          in: query
          type: string
          description: Show tender transactions processed_at or before the specified date.
        - name: processed_at
          in: query
          type: string
          description: Show tender transactions processed at the specified date.
        - name: order
          in: query
          type: string
          description: Show tender transactions ordered by processed_at in ascending or descending order.
  exposes:
  - type: rest
    namespace: shopify-transactions-rest
    port: 8080
    description: REST adapter for Shopify  API — Transactions. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/admin/api/2020-01/shopify-payments/balance/transactions-json
      name: admin-api-2020-01-shopify-payments-balance-transactions-json
      description: REST surface for admin-api-2020-01-shopify_payments-balance-transactions.json.
      operations:
      - method: GET
        name: deprecated202001getshopifypaymentsbalancetransactions
        description: Shopify Retrieves A List Of All Balance Transactions Ordered By Processingtime
        call: shopify-transactions.deprecated202001getshopifypaymentsbalancetransactions
        with:
          since_id: rest.since_id
          last_id: rest.last_id
          test: rest.test
          payout_id: rest.payout_id
          payout_status: rest.payout_status
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-01/tender-transactions-json
      name: admin-api-2020-01-tender-transactions-json
      description: REST surface for admin-api-2020-01-tender_transactions.json.
      operations:
      - method: GET
        name: deprecated202001gettendertransactions
        description: Shopify Retrieves A List Of Tender Transactions
        call: shopify-transactions.deprecated202001gettendertransactions
        with:
          limit: rest.limit
          since_id: rest.since_id
          processed_at_min: rest.processed_at_min
          processed_at_max: rest.processed_at_max
          processed_at: rest.processed_at
          order: rest.order
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-04/tender-transactions-json
      name: admin-api-2020-04-tender-transactions-json
      description: REST surface for admin-api-2020-04-tender_transactions.json.
      operations:
      - method: GET
        name: deprecated202004gettendertransactions
        description: Shopify Retrieves A List Of Tender Transactions
        call: shopify-transactions.deprecated202004gettendertransactions
        with:
          limit: rest.limit
          since_id: rest.since_id
          processed_at_min: rest.processed_at_min
          processed_at_max: rest.processed_at_max
          processed_at: rest.processed_at
          order: rest.order
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-07/tender-transactions-json
      name: admin-api-2020-07-tender-transactions-json
      description: REST surface for admin-api-2020-07-tender_transactions.json.
      operations:
      - method: GET
        name: deprecated202007gettendertransactions
        description: Shopify Retrieves A List Of Tender Transactions
        call: shopify-transactions.deprecated202007gettendertransactions
        with:
          limit: rest.limit
          since_id: rest.since_id
          processed_at_min: rest.processed_at_min
          processed_at_max: rest.processed_at_max
          processed_at: rest.processed_at
          order: rest.order
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-10/tender-transactions-json
      name: admin-api-2020-10-tender-transactions-json
      description: REST surface for admin-api-2020-10-tender_transactions.json.
      operations:
      - method: GET
        name: gettendertransactions
        description: Shopify Retrieves A List Of Tender Transactions
        call: shopify-transactions.gettendertransactions
        with:
          limit: rest.limit
          since_id: rest.since_id
          processed_at_min: rest.processed_at_min
          processed_at_max: rest.processed_at_max
          processed_at: rest.processed_at
          order: rest.order
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/tender-transactions-json
      name: admin-api-2021-01-tender-transactions-json
      description: REST surface for admin-api-2021-01-tender_transactions.json.
      operations:
      - method: GET
        name: deprecated202101gettendertransactions
        description: Shopify Retrieves A List Of Tender Transactions
        call: shopify-transactions.deprecated202101gettendertransactions
        with:
          limit: rest.limit
          since_id: rest.since_id
          processed_at_min: rest.processed_at_min
          processed_at_max: rest.processed_at_max
          processed_at: rest.processed_at
          order: rest.order
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/tender-transactions-json
      name: admin-api-unstable-tender-transactions-json
      description: REST surface for admin-api-unstable-tender_transactions.json.
      operations:
      - method: GET
        name: deprecatedunstablegettendertransactions
        description: Shopify Retrieves A List Of Tender Transactions
        call: shopify-transactions.deprecatedunstablegettendertransactions
        with:
          limit: rest.limit
          since_id: rest.since_id
          processed_at_min: rest.processed_at_min
          processed_at_max: rest.processed_at_max
          processed_at: rest.processed_at
          order: rest.order
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopify-transactions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopify  API — Transactions. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: shopify-retrieves-list-all-balance
      description: Shopify Retrieves A List Of All Balance Transactions Ordered By Processingtime
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-transactions.deprecated202001getshopifypaymentsbalancetransactions
      with:
        since_id: tools.since_id
        last_id: tools.last_id
        test: tools.test
        payout_id: tools.payout_id
        payout_status: tools.payout_status
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-tender-transactions
      description: Shopify Retrieves A List Of Tender Transactions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-transactions.deprecated202001gettendertransactions
      with:
        limit: tools.limit
        since_id: tools.since_id
        processed_at_min: tools.processed_at_min
        processed_at_max: tools.processed_at_max
        processed_at: tools.processed_at
        order: tools.order
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-tender-transactions-2
      description: Shopify Retrieves A List Of Tender Transactions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-transactions.deprecated202004gettendertransactions
      with:
        limit: tools.limit
        since_id: tools.since_id
        processed_at_min: tools.processed_at_min
        processed_at_max: tools.processed_at_max
        processed_at: tools.processed_at
        order: tools.order
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-tender-transactions-3
      description: Shopify Retrieves A List Of Tender Transactions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-transactions.deprecated202007gettendertransactions
      with:
        limit: tools.limit
        since_id: tools.since_id
        processed_at_min: tools.processed_at_min
        processed_at_max: tools.processed_at_max
        processed_at: tools.processed_at
        order: tools.order
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-tender-transactions-4
      description: Shopify Retrieves A List Of Tender Transactions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-transactions.gettendertransactions
      with:
        limit: tools.limit
        since_id: tools.since_id
        processed_at_min: tools.processed_at_min
        processed_at_max: tools.processed_at_max
        processed_at: tools.processed_at
        order: tools.order
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-tender-transactions-5
      description: Shopify Retrieves A List Of Tender Transactions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-transactions.deprecated202101gettendertransactions
      with:
        limit: tools.limit
        since_id: tools.since_id
        processed_at_min: tools.processed_at_min
        processed_at_max: tools.processed_at_max
        processed_at: tools.processed_at
        order: tools.order
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-retrieves-list-tender-transactions-6
      description: Shopify Retrieves A List Of Tender Transactions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shopify-transactions.deprecatedunstablegettendertransactions
      with:
        limit: tools.limit
        since_id: tools.since_id
        processed_at_min: tools.processed_at_min
        processed_at_max: tools.processed_at_max
        processed_at: tools.processed_at
        order: tools.order
      outputParameters:
      - type: object
        mapping: $.