Skip to content

Latest commit

 

History

History
executable file
·
16 lines (13 loc) · 3.16 KB

DisputeEvidence.md

File metadata and controls

executable file
·
16 lines (13 loc) · 3.16 KB

DisputeEvidence

Properties

Name Type Description Notes
evidence_id string Unique identifier of the evidential file set. Potentially, each evidential file set can have more than one file, that is why there is this file set identifier, and then an identifier for each file within this file set. [optional]
evidence_type string This enumeration value shows the type of evidential file provided. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/fulfillment/types/api:EvidenceTypeEnum&#x27;&gt;eBay API documentation</a> [optional]
files \cbdesk\ebay_fullfilment\Model\FileInfo[] This array shows the name, ID, file type, and upload date for each provided file. [optional]
line_items \cbdesk\ebay_fullfilment\Model\OrderLineItems[] This array shows one or more order line items associated with the evidential document that has been provided. [optional]
provided_date string The timestamp in this field shows the date/time when the seller provided a requested evidential document to eBay. <br/><br/>The timestamps returned here use the ISO-8601 24-hour date and time format, and the time zone used is Universal Coordinated Time (UTC), also known as Greenwich Mean Time (GMT), or Zulu. The ISO-8601 format looks like this: <em>yyyy-MM-ddThh:mm.ss.sssZ</em>. An example would be <code>2019-08-04T19:09:02.768Z</code>. [optional]
request_date string The timestamp in this field shows the date/time when eBay requested the evidential document from the seller in response to a payment dispute. <br/><br/>The timestamps returned here use the ISO-8601 24-hour date and time format, and the time zone used is Universal Coordinated Time (UTC), also known as Greenwich Mean Time (GMT), or Zulu. The ISO-8601 format looks like this: <em>yyyy-MM-ddThh:mm.ss.sssZ</em>. An example would be <code>2019-08-04T19:09:02.768Z</code>. [optional]
respond_by_date string The timestamp in this field shows the date/time when the seller was expected to provide a requested evidential document to eBay. <br/><br/>The timestamps returned here use the ISO-8601 24-hour date and time format, and the time zone used is Universal Coordinated Time (UTC), also known as Greenwich Mean Time (GMT), or Zulu. The ISO-8601 format looks like this: <em>yyyy-MM-ddThh:mm.ss.sssZ</em>. An example would be <code>2019-08-04T19:09:02.768Z</code>. [optional]
shipment_tracking \cbdesk\ebay_fullfilment\Model\TrackingInfo[] This array shows the shipping carrier and shipment tracking number associated with each shipment package of the order. This array is returned if the seller has provided shipment tracking information as evidence to support <code>PROOF_OF_DELIVERY</code>. [optional]

[Back to Model list] [Back to API list] [Back to README]