public GetLowestPricedOffersForASINResponse InvokeGetLowestPricedOffersForASIN()
 {
     // Create a request.
     GetLowestPricedOffersForASINRequest request = new GetLowestPricedOffersForASINRequest();
     string sellerId = "example";
     request.SellerId = sellerId;
     string mwsAuthToken = "example";
     request.MWSAuthToken = mwsAuthToken;
     string marketplaceId = "example";
     request.MarketplaceId = marketplaceId;
     string asin = "example";
     request.ASIN = asin;
     string itemCondition = "example";
     request.ItemCondition = itemCondition;
     return this.client.GetLowestPricedOffersForASIN(request);
 }
Пример #2
0
 public GetLowestPricedOffersForASINResponse GetLowestPricedOffersForASIN(GetLowestPricedOffersForASINRequest request)
 {
     throw new NotImplementedException();
 }