public GetPrepInstructionsForASINResponse InvokeGetPrepInstructionsForASIN()
        {
            // Create a request.
            GetPrepInstructionsForASINRequest request = new GetPrepInstructionsForASINRequest();
            string sellerId = "example";

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

            request.MWSAuthToken = mwsAuthToken;
            AsinList asinList = new AsinList();

            request.ASINList = asinList;
            string shipToCountryCode = "example";

            request.ShipToCountryCode = shipToCountryCode;
            return(this.client.GetPrepInstructionsForASIN(request));
        }
Esempio n. 2
0
 public GetPrepInstructionsForASINResponse GetPrepInstructionsForASIN(GetPrepInstructionsForASINRequest request)
 {
     return(connection.Call(
                new FBAInboundServiceMWSClient.Request <GetPrepInstructionsForASINResponse>("GetPrepInstructionsForASIN", typeof(GetPrepInstructionsForASINResponse), servicePath),
                request));
 }
Esempio n. 3
0
 public GetPrepInstructionsForASINResponse GetPrepInstructionsForASIN(GetPrepInstructionsForASINRequest request)
 {
     return(newResponse <GetPrepInstructionsForASINResponse>());
 }