Upload evidence file
documentedUpload an evidentiary file for a payment dispute (multipart/form-data).
POST /sell/fulfillment/v1/payment_dispute/{payment_dispute_id}/upload_evidence_filePayment Disputesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://apiz.ebay.com/sell/fulfillment/v1/payment_dispute/{{$payment_dispute_id}}/upload_evidence_file" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-F "file=@{{$evidence_file_path}};type={{$evidence_file_mime_type}}"