public GetLowestPricedOffersForSKUResponse InvokeGetLowestPricedOffersForSKU()
 {
     // Create a request.
     GetLowestPricedOffersForSKURequest request = new GetLowestPricedOffersForSKURequest();
     string sellerId = "example";
     request.SellerId = sellerId;
     string mwsAuthToken = "example";
     request.MWSAuthToken = mwsAuthToken;
     string marketplaceId = "example";
     request.MarketplaceId = marketplaceId;
     string sellerSKU = "example";
     request.SellerSKU = sellerSKU;
     string itemCondition = "example";
     request.ItemCondition = itemCondition;
     return this.client.GetLowestPricedOffersForSKU(request);
 }
Esempio n. 2
0
 public GetLowestPricedOffersForSKUResponse GetLowestPricedOffersForSKU(GetLowestPricedOffersForSKURequest request)
 {
     throw new NotImplementedException();
 }