naftiko: 1.0.0-alpha2 info: label: eBay Finances API — Transaction description: 'eBay Finances API — Transaction. 2 operations. Lead operation: Transaction. Self-contained Naftiko capability covering one Ebay business surface.' tags: - Ebay - Transaction created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: EBAY_API_KEY: EBAY_API_KEY capability: consumes: - type: http namespace: finances-transaction baseUri: https://apiz.ebay.com{basePath} description: eBay Finances API — Transaction business capability. Self-contained, no shared references. resources: - name: transaction path: /transaction operations: - name: gettransactions method: GET description: '


See HTTP request required: true - name: filter in: query type: string description: 'Numerous filters are available for the getTransactions method, and these filters are discussed below. One or more of these filter types can be ' - name: limit in: query type: string description: The number of monetary transactions to return per page of the result set. Use this parameter in conjunction with the offset parameter to control the pagi - name: offset in: query type: string description: This integer value indicates the actual position that the first monetary transaction returned on the current page has in the results set. So, if you wanted to v - name: sort in: query type: string description: 'By default, monetary transactions that match the input criteria are sorted in descending order according to the transaction date (i.e, most recent transactions ' - name: transaction_summary path: /transaction_summary operations: - name: gettransactionsummary method: GET description: '


See
HTTP request required: true - name: filter in: query type: string description: Numerous filters are available for the getTransactionSummary method, and these filters are discussed below. One or more of these filter types c authentication: type: bearer token: '{{env.EBAY_API_KEY}}' exposes: - type: rest namespace: finances-transaction-rest port: 8080 description: REST adapter for eBay Finances API — Transaction. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/transaction name: transaction description: REST surface for transaction. operations: - method: GET name: gettransactions description: '