addedInput schema / properties / body
Added value: +{
+ "additionalProperties": false,
+ "description": "Generated updateEvidence request body",
+ "properties": {
+ "evidenceId": {
+ "description": "Evidence set ID to update",
+ "type": "string"
+ },
+ "evidenceType": {
+ "description": "Evidence type, e.g. PROOF_OF_DELIVERY",
+ "type": "string"
+ },
+ "files": {
+ "description": "Evidence files to attach",
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "fileId": {
+ "description": "File ID from uploadEvidenceFile",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "lineItems": {
+ "description": "Line items this evidence covers",
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "itemId": {
+ "description": "eBay item ID",
+ "type": "string"
+ },
+ "lineItemId": {
+ "description": "Order line item ID",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}
removedInput schema / properties / evidenceId
Removed value: -{
- "description": "The evidence ID to update",
- "type": "string"
-}
removedInput schema / properties / evidenceType
Removed value: -{
- "description": "Updated evidence type",
- "type": "string"
-}
removedInput schema / properties / files
Removed value: -{
- "description": "Updated file IDs",
- "items": {
- "additionalProperties": false,
- "properties": {
- "fileId": {
- "type": "string"
- }
- },
- "required": [
- "fileId"
- ],
- "type": "object"
- },
- "type": "array"
-}
removedInput schema / properties / lineItems
Removed value: -{
- "description": "Updated line items",
- "items": {
- "additionalProperties": false,
- "properties": {
- "itemId": {
- "type": "string"
- },
- "lineItemId": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
-}
changedInput schema / properties / paymentDisputeId / description
Previous value: -"The payment dispute ID"New value: +"The unique payment dispute ID"
changedInput schema / required
Previous value: -[
- "paymentDisputeId",
- "evidenceId"
-]New value: +[
+ "paymentDisputeId",
+ "body"
+]