Contest payment dispute
documentedSubmit contestation for a buyer-initiated payment dispute.
POST /sell/fulfillment/v1/payment_dispute/{payment_dispute_id}/contestPayment 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}}/contest" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{ "note": "{{$note}}", "returnAddress": { "addressLine1": "{{$addressLine1}}", "addressLine2": "{{$addressLine2}}", "city": "{{$city}}", "country": "{{$country}}", "county": "{{$county}}", "fullName": "{{$fullName}}", "postalCode": "{{$postalCode}}", "primaryPhone": { "countryCode": "{{$countryCode}}", "number": "{{$number}}" }, "stateOrProvince": "{{$stateOrProvince}}" }, "revision": {{$revision}} }'"