brandon14/ebay-sdk-php

View on GitHub

Showing 3,709 of 3,709 total issues

Method updateItemPromotionWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function updateItemPromotionWithHttpInfo($promotion_id, $item_promotion = null)
    {
        $request = $this->updateItemPromotionRequest($promotion_id, $item_promotion);

        try {
Severity: Major
Found in src/Sell/Marketing/V1/Api/ItemPromotionApi.php - About 2 hrs to fix

    Method getReportMetadataWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function getReportMetadataWithHttpInfo()
        {
            $request = $this->getReportMetadataRequest();
    
            try {
    Severity: Major
    Found in src/Sell/Marketing/V1/Api/AdReportMetadataApi.php - About 2 hrs to fix

      Method suggestBidsWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public function suggestBidsWithHttpInfo($ad_group_id, $campaign_id, $targeted_bid_request)
          {
              $request = $this->suggestBidsRequest($ad_group_id, $campaign_id, $targeted_bid_request);
      
              try {
      Severity: Major
      Found in src/Sell/Marketing/V1/Api/AdGroupApi.php - About 2 hrs to fix

        Method getNegativeKeywordsWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            public function getNegativeKeywordsWithHttpInfo($ad_group_ids = null, $campaign_ids = null, $limit = null, $negative_keyword_status = null, $offset = null)
            {
                $request = $this->getNegativeKeywordsRequest($ad_group_ids, $campaign_ids, $limit, $negative_keyword_status, $offset);
        
                try {
        Severity: Major
        Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 2 hrs to fix

          Method getReportMetadataForReportTypeWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              public function getReportMetadataForReportTypeWithHttpInfo($report_type)
              {
                  $request = $this->getReportMetadataForReportTypeRequest($report_type);
          
                  try {
          Severity: Major
          Found in src/Sell/Marketing/V1/Api/AdReportMetadataApi.php - About 2 hrs to fix

            Method createItemPromotionWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                public function createItemPromotionWithHttpInfo($item_promotion = null)
                {
                    $request = $this->createItemPromotionRequest($item_promotion);
            
                    try {
            Severity: Major
            Found in src/Sell/Marketing/V1/Api/ItemPromotionApi.php - About 2 hrs to fix

              Method bulkUpdateKeywordWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  public function bulkUpdateKeywordWithHttpInfo($campaign_id, $bulk_update_keyword_request)
                  {
                      $request = $this->bulkUpdateKeywordRequest($campaign_id, $bulk_update_keyword_request);
              
                      try {
              Severity: Major
              Found in src/Sell/Marketing/V1/Api/KeywordApi.php - About 2 hrs to fix

                Method bulkUpdateNegativeKeywordWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    public function bulkUpdateNegativeKeywordWithHttpInfo($bulk_update_negative_keyword_request)
                    {
                        $request = $this->bulkUpdateNegativeKeywordRequest($bulk_update_negative_keyword_request);
                
                        try {
                Severity: Major
                Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 2 hrs to fix

                  Method getNegativeKeywordWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      public function getNegativeKeywordWithHttpInfo($negative_keyword_id)
                      {
                          $request = $this->getNegativeKeywordRequest($negative_keyword_id);
                  
                          try {
                  Severity: Major
                  Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 2 hrs to fix

                    Method bulkCreateAdsByInventoryReferenceWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        public function bulkCreateAdsByInventoryReferenceWithHttpInfo($campaign_id, $bulk_create_ads_by_inventory_reference_request)
                        {
                            $request = $this->bulkCreateAdsByInventoryReferenceRequest($campaign_id, $bulk_create_ads_by_inventory_reference_request);
                    
                            try {
                    Severity: Major
                    Found in src/Sell/Marketing/V1/Api/AdApi.php - About 2 hrs to fix

                      Method suggestKeywordsWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          public function suggestKeywordsWithHttpInfo($ad_group_id, $campaign_id, $targeted_keyword_request = null)
                          {
                              $request = $this->suggestKeywordsRequest($ad_group_id, $campaign_id, $targeted_keyword_request);
                      
                              try {
                      Severity: Major
                      Found in src/Sell/Marketing/V1/Api/AdGroupApi.php - About 2 hrs to fix

                        Method getItemPromotionWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            public function getItemPromotionWithHttpInfo($promotion_id)
                            {
                                $request = $this->getItemPromotionRequest($promotion_id);
                        
                                try {
                        Severity: Major
                        Found in src/Sell/Marketing/V1/Api/ItemPromotionApi.php - About 2 hrs to fix

                          Method getAdGroupWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              public function getAdGroupWithHttpInfo($ad_group_id, $campaign_id)
                              {
                                  $request = $this->getAdGroupRequest($ad_group_id, $campaign_id);
                          
                                  try {
                          Severity: Major
                          Found in src/Sell/Marketing/V1/Api/AdGroupApi.php - About 2 hrs to fix

                            Method getAdGroupsWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                public function getAdGroupsWithHttpInfo($campaign_id, $ad_group_status = null, $limit = null, $offset = null)
                                {
                                    $request = $this->getAdGroupsRequest($campaign_id, $ad_group_status, $limit, $offset);
                            
                                    try {
                            Severity: Major
                            Found in src/Sell/Marketing/V1/Api/AdGroupApi.php - About 2 hrs to fix

                              Method getKeywordsWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  public function getKeywordsWithHttpInfo($campaign_id, $ad_group_ids = null, $keyword_status = null, $limit = null, $offset = null)
                                  {
                                      $request = $this->getKeywordsRequest($campaign_id, $ad_group_ids, $keyword_status, $limit, $offset);
                              
                                      try {
                              Severity: Major
                              Found in src/Sell/Marketing/V1/Api/KeywordApi.php - About 2 hrs to fix

                                Method createAdGroupWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    public function createAdGroupWithHttpInfo($campaign_id, $create_ad_group_request)
                                    {
                                        $request = $this->createAdGroupRequest($campaign_id, $create_ad_group_request);
                                
                                        try {
                                Severity: Major
                                Found in src/Sell/Marketing/V1/Api/AdGroupApi.php - About 2 hrs to fix

                                  Method bulkCreateKeywordWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      public function bulkCreateKeywordWithHttpInfo($campaign_id, $bulk_create_keyword_request)
                                      {
                                          $request = $this->bulkCreateKeywordRequest($campaign_id, $bulk_create_keyword_request);
                                  
                                          try {
                                  Severity: Major
                                  Found in src/Sell/Marketing/V1/Api/KeywordApi.php - About 2 hrs to fix

                                    Method getReportWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        public function getReportWithHttpInfo($report_id)
                                        {
                                            $request = $this->getReportRequest($report_id);
                                    
                                            try {
                                    Severity: Major
                                    Found in src/Sell/Marketing/V1/Api/AdReportApi.php - About 2 hrs to fix

                                      Method createNegativeKeywordWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                          public function createNegativeKeywordWithHttpInfo($create_negative_keyword_request)
                                          {
                                              $request = $this->createNegativeKeywordRequest($create_negative_keyword_request);
                                      
                                              try {
                                      Severity: Major
                                      Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 2 hrs to fix

                                        Method bulkDeleteAdsByListingIdWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            public function bulkDeleteAdsByListingIdWithHttpInfo($campaign_id, $bulk_delete_ad_request)
                                            {
                                                $request = $this->bulkDeleteAdsByListingIdRequest($campaign_id, $bulk_delete_ad_request);
                                        
                                                try {
                                        Severity: Major
                                        Found in src/Sell/Marketing/V1/Api/AdApi.php - About 2 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language