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));
        }
        public GetInboundGuidanceForASINResponse InvokeGetInboundGuidanceForASIN()
        {
            // Create a request.
            GetInboundGuidanceForASINRequest request = new GetInboundGuidanceForASINRequest();
            string sellerId = "example";

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

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

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

            request.MarketplaceId = marketplaceId;
            return(this.client.GetInboundGuidanceForASIN(request));
        }