Enables a seller to create a new Unpaid Item dispute. (Item Not Received disputes can only be created via the eBay web site.)
Enables a seller to create a new Unpaid Item dispute. (Item Not Received disputes can only be created via the eBay web site.)
public string AddDispute(DisputeExplanationCodeType,DisputeReasonCodeType,string,string);
For backward compatibility with old wrappers.
public string AddDispute(string,string,DisputeReasonCodeType,DisputeExplanationCodeType);
AddDisputeCall Class | eBay.Service.Call Namespace