brandon14/ebay-sdk-php

View on GitHub

Showing 3,709 of 3,709 total issues

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

    public function getCustomerServiceMetricTaskWithHttpInfo($task_id)
    {
        $request = $this->getCustomerServiceMetricTaskRequest($task_id);

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

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

        public function getInventoryLocationsWithHttpInfo($limit = null, $offset = null)
        {
            $request = $this->getInventoryLocationsRequest($limit, $offset);
    
            try {
    Severity: Major
    Found in src/Sell/Inventory/V1/Api/LocationApi.php - About 2 hrs to fix

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

          public function bulkMigrateListingWithHttpInfo($bulk_migrate_listing)
          {
              $request = $this->bulkMigrateListingRequest($bulk_migrate_listing);
      
              try {
      Severity: Major
      Found in src/Sell/Inventory/V1/Api/ListingApi.php - About 2 hrs to fix

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

            public function getProductCompatibilityWithHttpInfo($sku)
            {
                $request = $this->getProductCompatibilityRequest($sku);
        
                try {
        Severity: Major
        Found in src/Sell/Inventory/V1/Api/ProductCompatibilityApi.php - About 2 hrs to fix

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

              public function getScheduleWithHttpInfo($schedule_id)
              {
                  $request = $this->getScheduleRequest($schedule_id);
          
                  try {
          Severity: Major
          Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 2 hrs to fix

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

                public function getInventoryLocationWithHttpInfo($merchant_location_key)
                {
                    $request = $this->getInventoryLocationRequest($merchant_location_key);
            
                    try {
            Severity: Major
            Found in src/Sell/Inventory/V1/Api/LocationApi.php - About 2 hrs to fix

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

                  public function getLatestResultFileWithHttpInfo($schedule_id)
                  {
                      $request = $this->getLatestResultFileRequest($schedule_id);
              
                      try {
              Severity: Major
              Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 2 hrs to fix

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

                    public function getInventoryItemGroupWithHttpInfo($inventory_item_group_key)
                    {
                        $request = $this->getInventoryItemGroupRequest($inventory_item_group_key);
                
                        try {
                Severity: Major
                Found in src/Sell/Inventory/V1/Api/InventoryItemGroupApi.php - About 2 hrs to fix

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

                      public function bulkGetInventoryItemWithHttpInfo($bulk_get_inventory_item)
                      {
                          $request = $this->bulkGetInventoryItemRequest($bulk_get_inventory_item);
                  
                          try {
                  Severity: Major
                  Found in src/Sell/Inventory/V1/Api/InventoryItemApi.php - About 2 hrs to fix

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

                        public function createOfferWithHttpInfo($content_language, $ebay_offer_details_with_keys)
                        {
                            $request = $this->createOfferRequest($content_language, $ebay_offer_details_with_keys);
                    
                            try {
                    Severity: Major
                    Found in src/Sell/Inventory/V1/Api/OfferApi.php - About 2 hrs to fix

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

                          public function updateOfferWithHttpInfo($content_language, $offer_id, $ebay_offer_details_with_id)
                          {
                              $request = $this->updateOfferRequest($content_language, $offer_id, $ebay_offer_details_with_id);
                      
                              try {
                      Severity: Major
                      Found in src/Sell/Inventory/V1/Api/OfferApi.php - About 2 hrs to fix

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

                            public function bulkUpdatePriceQuantityWithHttpInfo($bulk_price_quantity)
                            {
                                $request = $this->bulkUpdatePriceQuantityRequest($bulk_price_quantity);
                        
                                try {
                        Severity: Major
                        Found in src/Sell/Inventory/V1/Api/InventoryItemApi.php - About 2 hrs to fix

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

                              public function getOfferWithHttpInfo($offer_id)
                              {
                                  $request = $this->getOfferRequest($offer_id);
                          
                                  try {
                          Severity: Major
                          Found in src/Sell/Inventory/V1/Api/OfferApi.php - About 2 hrs to fix

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

                                public function getOffersWithHttpInfo($format = null, $limit = null, $marketplace_id = null, $offset = null, $sku = null)
                                {
                                    $request = $this->getOffersRequest($format, $limit, $marketplace_id, $offset, $sku);
                            
                                    try {
                            Severity: Major
                            Found in src/Sell/Inventory/V1/Api/OfferApi.php - About 2 hrs to fix

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

                                  public function bulkCreateOrReplaceInventoryItemWithHttpInfo($bulk_inventory_item)
                                  {
                                      $request = $this->bulkCreateOrReplaceInventoryItemRequest($bulk_inventory_item);
                              
                                      try {
                              Severity: Major
                              Found in src/Sell/Inventory/V1/Api/InventoryItemApi.php - About 2 hrs to fix

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

                                    public function getListingFeesWithHttpInfo($offer_keys_with_id = null)
                                    {
                                        $request = $this->getListingFeesRequest($offer_keys_with_id);
                                
                                        try {
                                Severity: Major
                                Found in src/Sell/Inventory/V1/Api/OfferApi.php - About 2 hrs to fix

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

                                      public function withdrawOfferWithHttpInfo($offer_id)
                                      {
                                          $request = $this->withdrawOfferRequest($offer_id);
                                  
                                          try {
                                  Severity: Major
                                  Found in src/Sell/Inventory/V1/Api/OfferApi.php - About 2 hrs to fix

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

                                        public function publishOfferByInventoryItemGroupWithHttpInfo($publish_by_inventory_item_group_request)
                                        {
                                            $request = $this->publishOfferByInventoryItemGroupRequest($publish_by_inventory_item_group_request);
                                    
                                            try {
                                    Severity: Major
                                    Found in src/Sell/Inventory/V1/Api/OfferApi.php - About 2 hrs to fix

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

                                          public function getInventoryItemsWithHttpInfo($limit = null, $offset = null)
                                          {
                                              $request = $this->getInventoryItemsRequest($limit, $offset);
                                      
                                              try {
                                      Severity: Major
                                      Found in src/Sell/Inventory/V1/Api/InventoryItemApi.php - About 2 hrs to fix

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

                                            public function bulkPublishOfferWithHttpInfo($bulk_offer)
                                            {
                                                $request = $this->bulkPublishOfferRequest($bulk_offer);
                                        
                                                try {
                                        Severity: Major
                                        Found in src/Sell/Inventory/V1/Api/OfferApi.php - About 2 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language