eBay .NET SDK v575 Full Release

AddDisputeCall.AddDispute Method

Enables a seller to create a new Unpaid Item dispute. (Item Not Received disputes can only be created via the eBay web site.)

Overload List

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);

See Also

AddDisputeCall Class | eBay.Service.Call Namespace