public GetPrepInstructionsForSKUResponse InvokeGetPrepInstructionsForSKU()
        {
            // Create a request.
            GetPrepInstructionsForSKURequest request = new GetPrepInstructionsForSKURequest();
            string sellerId = "example";

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

            request.MWSAuthToken = mwsAuthToken;
            SellerSKUList sellerSKUList = new SellerSKUList();

            request.SellerSKUList = sellerSKUList;
            string shipToCountryCode = "example";

            request.ShipToCountryCode = shipToCountryCode;
            return(this.client.GetPrepInstructionsForSKU(request));
        }
Ejemplo n.º 2
0
 public GetPrepInstructionsForSKUResponse GetPrepInstructionsForSKU(GetPrepInstructionsForSKURequest request)
 {
     return(connection.Call(
                new FBAInboundServiceMWSClient.Request <GetPrepInstructionsForSKUResponse>("GetPrepInstructionsForSKU", typeof(GetPrepInstructionsForSKUResponse), servicePath),
                request));
 }
Ejemplo n.º 3
0
 public GetPrepInstructionsForSKUResponse GetPrepInstructionsForSKU(GetPrepInstructionsForSKURequest request)
 {
     return(newResponse <GetPrepInstructionsForSKUResponse>());
 }