Declaration Syntax| C# | Visual Basic | Visual 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 Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
![]() | 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) | (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 | |
![]() | 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 |
Gets or sets the SellingManagerProductDetails of type SellingManagerProductDetailsType.
|
![]() | SellingManagerProductDetailsReturn |
Gets the returned SellingManagerProductDetails of type SellingManagerProductDetailsType.
|
![]() | SellingManagerProductSpecifics |
Gets or sets the SellingManagerProductSpecifics of type SellingManagerProductSpecificsType.
|
![]() | 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()()() | (Inherited from Object.) |
![]() | Version |
Gets or sets the Version for the API call.
(Inherited from ApiCall.) |
Assembly: eBay.Service (Module: eBay.Service)







