brandon14/ebay-sdk-php

View on GitHub

Showing 3,709 of 3,709 total issues

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

    public function getAdWithHttpInfo($ad_id, $campaign_id)
    {
        $request = $this->getAdRequest($ad_id, $campaign_id);

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

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

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

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

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

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

            public function bulkUpdateAdsBidByInventoryReferenceWithHttpInfo($campaign_id, $bulk_create_ads_by_inventory_reference_request)
            {
                $request = $this->bulkUpdateAdsBidByInventoryReferenceRequest($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 getListingSetWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              public function getListingSetWithHttpInfo($promotion_id, $limit = null, $offset = null, $q = null, $sort = null, $status = null)
              {
                  $request = $this->getListingSetRequest($promotion_id, $limit, $offset, $q, $sort, $status);
          
                  try {
          Severity: Major
          Found in src/Sell/Marketing/V1/Api/PromotionApi.php - About 2 hrs to fix

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

                public function getPromotionsWithHttpInfo($marketplace_id, $limit = null, $offset = null, $promotion_status = null, $promotion_type = null, $q = null, $sort = null)
                {
                    $request = $this->getPromotionsRequest($marketplace_id, $limit, $offset, $promotion_status, $promotion_type, $q, $sort);
            
                    try {
            Severity: Major
            Found in src/Sell/Marketing/V1/Api/PromotionApi.php - About 2 hrs to fix

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

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

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

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

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

                      public function getCampaignsWithHttpInfo($campaign_name = null, $campaign_status = null, $end_date_range = null, $funding_strategy = null, $limit = null, $offset = null, $start_date_range = null)
                      {
                          $request = $this->getCampaignsRequest($campaign_name, $campaign_status, $end_date_range, $funding_strategy, $limit, $offset, $start_date_range);
                  
                          try {
                  Severity: Major
                  Found in src/Sell/Marketing/V1/Api/CampaignApi.php - About 2 hrs to fix

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

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

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

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

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

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

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

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

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

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

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

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

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

                                    public function updateItemPriceMarkdownPromotionWithHttpInfo($promotion_id, $item_price_markdown = null)
                                    {
                                        $request = $this->updateItemPriceMarkdownPromotionRequest($promotion_id, $item_price_markdown);
                                
                                        try {
                                Severity: Major
                                Found in src/Sell/Marketing/V1/Api/ItemPriceMarkdownApi.php - About 2 hrs to fix

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

                                      public function findCampaignByAdReferenceWithHttpInfo($inventory_reference_id = null, $inventory_reference_type = null, $listing_id = null)
                                      {
                                          $request = $this->findCampaignByAdReferenceRequest($inventory_reference_id, $inventory_reference_type, $listing_id);
                                  
                                          try {
                                  Severity: Major
                                  Found in src/Sell/Marketing/V1/Api/CampaignApi.php - About 2 hrs to fix

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

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

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

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

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

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