Пример #1
0
 public catalogProductReturnEntity catalogProductInfo(string sessionId, string productId, string storeView, catalogProductRequestAttributes attributes, string identifierType)
 {
     object[] results = this.Invoke("catalogProductInfo", new object[] {
                 sessionId,
                 productId,
                 storeView,
                 attributes,
                 identifierType});
     return ((catalogProductReturnEntity)(results[0]));
 }
Пример #2
0
 /// <remarks/>
 public System.IAsyncResult BegincatalogProductInfo(string sessionId, string productId, string storeView, catalogProductRequestAttributes attributes, string identifierType, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("catalogProductInfo", new object[] {
                 sessionId,
                 productId,
                 storeView,
                 attributes,
                 identifierType}, callback, asyncState);
 }