brandon14/ebay-sdk-php

View on GitHub

Showing 3,709 of 3,709 total issues

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

    public function bulkUpdateAdsStatusByListingIdWithHttpInfo($campaign_id, $bulk_update_ad_status_by_listing_id_request)
    {
        $request = $this->bulkUpdateAdsStatusByListingIdRequest($campaign_id, $bulk_update_ad_status_by_listing_id_request);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                    public function getReportTasksWithHttpInfo($limit = null, $offset = null, $report_task_statuses = null)
                    {
                        $request = $this->getReportTasksRequest($limit, $offset, $report_task_statuses);
                
                        try {
                Severity: Major
                Found in src/Sell/Marketing/V1/Api/AdReportTaskApi.php - About 2 hrs to fix

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

                      public function getOptedInProgramsWithHttpInfo()
                      {
                          $request = $this->getOptedInProgramsRequest();
                  
                          try {
                  Severity: Major
                  Found in src/Sell/Account/V1/Api/ProgramApi.php - About 2 hrs to fix

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

                        public function getRateTableWithHttpInfo($rate_table_id)
                        {
                            $request = $this->getRateTableRequest($rate_table_id);
                    
                            try {
                    Severity: Major
                    Found in src/Sell/Account/V2/Api/RateTableApi.php - About 2 hrs to fix

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

                          public function getSubscriptionWithHttpInfo($limit = null, $continuation_token = null)
                          {
                              $request = $this->getSubscriptionRequest($limit, $continuation_token);
                      
                              try {
                      Severity: Major
                      Found in src/Sell/Account/V1/Api/SubscriptionApi.php - About 2 hrs to fix

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

                            public function createCustomPolicyWithHttpInfo($x_ebay_c_marketplace_id, $custom_policy_create_request)
                            {
                                $request = $this->createCustomPolicyRequest($x_ebay_c_marketplace_id, $custom_policy_create_request);
                        
                                try {
                        Severity: Major
                        Found in src/Sell/Account/V1/Api/CustomPolicyApi.php - About 2 hrs to fix

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

                              public function createReturnPolicyWithHttpInfo($return_policy_request)
                              {
                                  $request = $this->createReturnPolicyRequest($return_policy_request);
                          
                                  try {
                          Severity: Major
                          Found in src/Sell/Account/V1/Api/ReturnPolicyApi.php - About 2 hrs to fix

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

                                public function getReturnPolicyWithHttpInfo($return_policy_id)
                                {
                                    $request = $this->getReturnPolicyRequest($return_policy_id);
                            
                                    try {
                            Severity: Major
                            Found in src/Sell/Account/V1/Api/ReturnPolicyApi.php - About 2 hrs to fix

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

                                  public function getPaymentPoliciesWithHttpInfo($marketplace_id)
                                  {
                                      $request = $this->getPaymentPoliciesRequest($marketplace_id);
                              
                                      try {
                              Severity: Major
                              Found in src/Sell/Account/V1/Api/PaymentPolicyApi.php - About 2 hrs to fix

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

                                    public function getPaymentPolicyWithHttpInfo($payment_policy_id)
                                    {
                                        $request = $this->getPaymentPolicyRequest($payment_policy_id);
                                
                                        try {
                                Severity: Major
                                Found in src/Sell/Account/V1/Api/PaymentPolicyApi.php - About 2 hrs to fix

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

                                      public function getAdvertisingEligibilityWithHttpInfo($x_ebay_c_marketplace_id, $program_types = null)
                                      {
                                          $request = $this->getAdvertisingEligibilityRequest($x_ebay_c_marketplace_id, $program_types);
                                  
                                          try {
                                  Severity: Major
                                  Found in src/Sell/Account/V1/Api/AdvertisingEligibilityApi.php - About 2 hrs to fix

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

                                        public function createFulfillmentPolicyWithHttpInfo($fulfillment_policy_request)
                                        {
                                            $request = $this->createFulfillmentPolicyRequest($fulfillment_policy_request);
                                    
                                            try {
                                    Severity: Major
                                    Found in src/Sell/Account/V1/Api/FulfillmentPolicyApi.php - About 2 hrs to fix

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

                                          public function updateReturnPolicyWithHttpInfo($return_policy_id, $return_policy_request)
                                          {
                                              $request = $this->updateReturnPolicyRequest($return_policy_id, $return_policy_request);
                                      
                                              try {
                                      Severity: Major
                                      Found in src/Sell/Account/V1/Api/ReturnPolicyApi.php - About 2 hrs to fix

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

                                            public function optOutOfProgramWithHttpInfo($program)
                                            {
                                                $request = $this->optOutOfProgramRequest($program);
                                        
                                                try {
                                        Severity: Major
                                        Found in src/Sell/Account/V1/Api/ProgramApi.php - About 2 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language