eBay · Capability

eBay Finances API — Transfer

eBay Finances API — Transfer. 1 operations. Lead operation: Transfer. Self-contained Naftiko capability covering one Ebay business surface.

Run with Naftiko EbayTransfer

What You Can Do

GET
Gettransfer

/v1/transfer/{transfer-id}

MCP Tools

div-class-msgbox-important-p-class-msgbox-importantindiv

read-only idempotent

Capability Spec

finances-transfer.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: eBay Finances API — Transfer
  description: 'eBay Finances API — Transfer. 1 operations. Lead operation: Transfer. Self-contained Naftiko capability covering
    one Ebay business surface.'
  tags:
  - Ebay
  - Transfer
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    EBAY_API_KEY: EBAY_API_KEY
capability:
  consumes:
  - type: http
    namespace: finances-transfer
    baseUri: https://apiz.ebay.com{basePath}
    description: eBay Finances API — Transfer business capability. Self-contained, no shared references.
    resources:
    - name: transfer-transfer_Id
      path: /transfer/{transfer_Id}
      operations:
      - name: gettransfer
        method: GET
        description: '<div class="msgbox_important"><p class="msgbox_importantInDiv" data-mc-autonum="&lt;b&gt;&lt;span style=&quot;color:
          #dd1e31;&quot; class=&quot;mcFormatColor&quot;&gt;Important! &lt;/span&gt;&lt;/b&gt;"><span class="autonumber"><span><b><sp'
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: X-EBAY-C-MARKETPLACE-ID
          in: header
          type: string
          description: This header identifies the seller's eBay marketplace.<br><br>See <a href="/api-docs/static/rest-request-components.html#marketpl
            " target="_blank ">HTTP request
          required: true
        - name: transfer_Id
          in: path
          type: string
          description: This path parameter is used to specify the unique identifier of the <code>TRANSFER</code> transaction
            type you wish to retrieve.<br><br>Use the <a href="/api-do
          required: true
    authentication:
      type: bearer
      token: '{{env.EBAY_API_KEY}}'
  exposes:
  - type: rest
    namespace: finances-transfer-rest
    port: 8080
    description: REST adapter for eBay Finances API — Transfer. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/transfer/{transfer-id}
      name: transfer-transfer-id
      description: REST surface for transfer-transfer_Id.
      operations:
      - method: GET
        name: gettransfer
        description: '<div class="msgbox_important"><p class="msgbox_importantInDiv" data-mc-autonum="&lt;b&gt;&lt;span style=&quot;color:
          #dd1e31;&quot; class=&quot;mcFormatColor&quot;&gt;Important! &lt;/span&gt;&lt;/b&gt;"><span class="autonumber"><span><b><sp'
        call: finances-transfer.gettransfer
        with:
          X-EBAY-C-MARKETPLACE-ID: rest.X-EBAY-C-MARKETPLACE-ID
          transfer_Id: rest.transfer_Id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: finances-transfer-mcp
    port: 9090
    transport: http
    description: MCP adapter for eBay Finances API — Transfer. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: div-class-msgbox-important-p-class-msgbox-importantindiv
      description: '<div class="msgbox_important"><p class="msgbox_importantInDiv" data-mc-autonum="&lt;b&gt;&lt;span style=&quot;color:
        #dd1e31;&quot; class=&quot;mcFormatColor&quot;&gt;Important! &lt;/span&gt;&lt;/b&gt;"><span class="autonumber"><span><b><sp'
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: finances-transfer.gettransfer
      with:
        X-EBAY-C-MARKETPLACE-ID: tools.X-EBAY-C-MARKETPLACE-ID
        transfer_Id: tools.transfer_Id
      outputParameters:
      - type: object
        mapping: $.