eBay · Schema

AddEvidencePaymentDisputeResponse

This type is used by the response payload of the addEvidence method. Its only field is an unique identifier of an evidence set.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
evidenceId string The value returned in this field is the unique identifier of the newly-created evidence set. Upon a successful call, this value is automatically genererated. This new evidence set for the payment disp
View JSON Schema on GitHub

JSON Schema

ebay-addevidencepaymentdisputeresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AddEvidencePaymentDisputeResponse",
  "title": "AddEvidencePaymentDisputeResponse",
  "type": "object",
  "properties": {
    "evidenceId": {
      "type": "string",
      "description": "The value returned in this field is the unique identifier of the newly-created evidence set. Upon a successful call, this value is automatically genererated. This new evidence set for the payment dispute includes the evidence file(s) that were passed in to the <strong>fileId</strong> array in the request payload. The <strong>evidenceId</strong> value will be needed if the seller wishes to add to the evidence set by using the <strong>updateEvidence</strong> method, or if they want to retrieve a specific evidence file within the evidence set by using the <strong>fetchEvidenceContent</strong> method."
    }
  },
  "description": "This type is used by the response payload of the <strong>addEvidence</strong> method. Its only field is an unique identifier of an evidence set."
}