eBay .NET SDK v615 Full Release reference library
AddSellingManagerProductCall Class
NamespaceseBay.Service.CallAddSellingManagerProductCall
Declaration Syntax
C#Visual BasicVisual C++
[ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)]
public class AddSellingManagerProductCall : ApiCall
<ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)> _
Public Class AddSellingManagerProductCall _
	Inherits ApiCall
[ClassInterfaceAttribute(ClassInterfaceType::AutoDispatch)]
public ref class AddSellingManagerProductCall : public ApiCall
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
AddSellingManagerProductCall()()()

AddSellingManagerProductCall(ApiContext)

AbstractRequest
Gets or sets the Request of the call of type AbstractRequestType.
(Inherited from ApiCall.)
AbstractResponse
Gets the Response of the call of type AbstractResponseType.
(Inherited from ApiCall.)
AddSellingManagerProduct(SellingManagerProductDetailsType, Int64, SellingManagerProductSpecificsType)
Creates a Selling Manager product. Sellers use Selling Manager products to store SYI forms for use as listing templates. For Selling Manager applications only. This call is subject to change without notice; the deprecation process is inapplicable to this call. For more information about writing Selling Manager applications, please see http://developer.ebay.com/products/selling-manager-applications.

AfterRequest
Occurs after the API call returns the response.
(Inherited from ApiCall.)
ApiCallBase
The base interface object.

ApiContext
Gets or sets the ApiContext of the call of type ApiContext.
(Inherited from ApiCall.)
ApiException
Gets any exceptions that occured during the API call.
(Inherited from ApiCall.)
ApiRequest
Gets or sets the AddSellingManagerProductRequestType for this API call.

ApiResponse
Gets the AddSellingManagerProductResponseType for this API call.

BeforeRequest
Occurs before the API call is sent.
(Inherited from ApiCall.)
CallMetricsEntry
Holds the call metrics object used to optionally track client and server side latencies.
(Inherited from ApiCall.)
CallRetry
Gets or sets call retry of type CallRetry.
(Inherited from ApiCall.)
DetailLevelList
Gets or sets the DetailLevel of type DetailLevelCodeTypeCollection.
(Inherited from ApiCall.)
DetailLevelOverride
Prevents DetailLevelList from being sent if set to true.
(Inherited from ApiCall.)
EnableCompression
Set to true to ask the server to compress the response data to reduce the transfer size. By default HTTP compression is enabled to improve the performance.
(Inherited from ApiCall.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Execute()()()
Sends the AbstractRequest to eBay.
(Inherited from ApiCall.)
ExecuteRequest(AbstractRequestType)
Sends the Request and returns the Response.
(Inherited from ApiCall.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FolderID
Gets or sets the FolderID of type Int64.

GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetSecurityHeader()()()
Constructs a security header from values in ApiContext.
(Inherited from ApiCall.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
HasError
Returns true if Error has occured, else false.
(Inherited from ApiCall.)
HasWarning
Returns true if warning has occured, else false.
(Inherited from ApiCall.)
InterfaceServiceType
Reserved for eBay internal use. The type to be used to create the Web Service service instance.
(Inherited from ApiCall.)
LogMessage(String, MessageType, MessageSeverity)
Log the message information under the specified type and severity.
(Inherited from ApiCall.)
LogMessagePayload(String, MessageSeverity, Exception)
Log the message information under the specified type and severity, in the context of an exception - used for exception-based payload logging. Message type is always assumed to be ApiMessage.
(Inherited from ApiCall.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ResponseTime
Gets the time the API Call took to respond of type TimeSpan
(Inherited from ApiCall.)
SellingManagerProductDetails
SellingManagerProductDetailsReturn
SellingManagerProductSpecifics
Site
Gets or sets the Site for the API call of type SiteCodeType
(Inherited from ApiCall.)
SoapRequest
Gets the last raw web service request of type String
(Inherited from ApiCall.)
SoapResponse
Gets the last raw web service response of type String
(Inherited from ApiCall.)
Timeout
Gets or sets the Timeout for the API call.
(Inherited from ApiCall.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Version
Gets or sets the Version for the API call.
(Inherited from ApiCall.)
Inheritance Hierarchy
Object
ApiCall
 AddSellingManagerProductCall

Assembly: eBay.Service (Module: eBay.Service)