eBay · Schema

FileEvidence

This type is used to store the unique identifier of an evidence file. Evidence files are used by seller to contest a payment dispute.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
fileId string This field is used to identify the evidence file to be uploaded to the evidence set.

This file is created with the View JSON Schema on GitHub

JSON Schema

ebay-fileevidence-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FileEvidence",
  "title": "FileEvidence",
  "type": "object",
  "properties": {
    "fileId": {
      "type": "string",
      "description": "This field is used to identify the evidence file to be uploaded to the evidence set.<br><br> This file is created with the <a href=\"/api-docs/sell/fulfillment/resources/payment_dispute/methods/uploadEvidenceFile\" target=\"_blank \">uploadEvidenceFile</a> method and can be retrieved using the <a href=\"/api-docs/sell/fulfillment/resources/payment_dispute/methods/getPaymentDisputes\" target=\"_blank \">getPaymentDisputes</a> method."
    }
  },
  "description": "This type is used to store the unique identifier of an evidence file. Evidence files are used by seller to contest a payment dispute."
}