Esempio n. 1
0
        public ListMarketplaceParticipationsByNextTokenResponse InvokeListMarketplaceParticipationsByNextToken()
        {
            // Create a request.
            ListMarketplaceParticipationsByNextTokenRequest request = new ListMarketplaceParticipationsByNextTokenRequest();
            string sellerId = "example";

            request.SellerId = sellerId;
            string mwsAuthToken = "example";

            request.MWSAuthToken = mwsAuthToken;
            string nextToken = "example";

            request.NextToken = nextToken;
            return(this.client.ListMarketplaceParticipationsByNextToken(request));
        }
Esempio n. 2
0
 public ListMarketplaceParticipationsByNextTokenResponse ListMarketplaceParticipationsByNextToken(ListMarketplaceParticipationsByNextTokenRequest request)
 {
     return(connection.Call(
                new MarketplaceWebServiceSellersClient.Request <ListMarketplaceParticipationsByNextTokenResponse>("ListMarketplaceParticipationsByNextToken", typeof(ListMarketplaceParticipationsByNextTokenResponse), servicePath),
                request));
 }
 public ListMarketplaceParticipationsByNextTokenResponse ListMarketplaceParticipationsByNextToken(ListMarketplaceParticipationsByNextTokenRequest request)
 {
     return(newResponse <ListMarketplaceParticipationsByNextTokenResponse>());
 }