naftiko: 1.0.0-alpha2
info:
label: eBay Fulfillment API — Payment_dispute
description: 'eBay Fulfillment API — Payment_dispute. 9 operations. Lead operation: eBay Get Payment Dispute Details. Self-contained
Naftiko capability covering one Ebay business surface.'
tags:
- Ebay
- Payment_dispute
created: '2026-05-19'
modified: '2026-05-19'
binds:
- namespace: env
keys:
EBAY_API_KEY: EBAY_API_KEY
capability:
consumes:
- type: http
namespace: fulfillment-payment-dispute
baseUri: https://api.ebay.com{basePath}
description: eBay Fulfillment API — Payment_dispute business capability. Self-contained, no shared references.
resources:
- name: payment_dispute-payment_dispute_id
path: /payment_dispute/{payment_dispute_id}
operations:
- name: getpaymentdispute
method: GET
description: eBay Get Payment Dispute Details
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: payment_dispute_id
in: path
type: string
description: This parameter is used to specify the unique identifier of the payment dispute being retrieved.
Use the application/json.
For more information, '
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: false
- name: payment_dispute-payment_dispute_id-activity
path: /payment_dispute/{payment_dispute_id}/activity
operations:
- name: getactivities
method: GET
description: eBay Get Payment Dispute Activity
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: payment_dispute_id
in: path
type: string
description: This parameter is used to specify the unique identifier of the payment dispute associated with the
activity log being retrieved.
Use the application/json.
For more information, '
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: false
- name: payment_dispute-payment_dispute_id-fetch_evidence_content
path: /payment_dispute/{payment_dispute_id}/fetch_evidence_content
operations:
- name: fetchevidencecontent
method: GET
description: eBay Get Payment Dispute Evidence File
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: payment_dispute_id
in: path
type: string
description: This path parameter is used to specify the unique identifier of the payment dispute associated with
the evidence file being retrieved.
Use the