brandon14/ebay-sdk-php

View on GitHub

Showing 3,709 of 3,709 total issues

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

    public function getShoppingCartWithHttpInfo()
    {
        $request = $this->getShoppingCartRequest();

        try {
Severity: Major
Found in src/Buy/Browse/V1/Api/ShoppingCartApi.php - About 2 hrs to fix

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

        public function getEventItemsWithHttpInfo($event_ids, $x_ebay_c_marketplace_id, $category_ids = null, $delivery_country = null, $limit = null, $offset = null)
        {
            $request = $this->getEventItemsRequest($event_ids, $x_ebay_c_marketplace_id, $category_ids, $delivery_country, $limit, $offset);
    
            try {
    Severity: Major
    Found in src/Buy/Deal/V1/Api/EventItemApi.php - About 2 hrs to fix

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

          public function getItemByLegacyIdWithHttpInfo($legacy_item_id, $fieldgroups = null, $legacy_variation_id = null, $legacy_variation_sku = null)
          {
              $request = $this->getItemByLegacyIdRequest($legacy_item_id, $fieldgroups, $legacy_variation_id, $legacy_variation_sku);
      
              try {
      Severity: Major
      Found in src/Buy/Browse/V1/Api/ItemApi.php - About 2 hrs to fix

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

            public function removeItemWithHttpInfo($remove_cart_item_input = null)
            {
                $request = $this->removeItemRequest($remove_cart_item_input);
        
                try {
        Severity: Major
        Found in src/Buy/Browse/V1/Api/ShoppingCartApi.php - About 2 hrs to fix

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

              public function getDealItemsWithHttpInfo($x_ebay_c_marketplace_id, $category_ids = null, $commissionable = null, $delivery_country = null, $limit = null, $offset = null)
              {
                  $request = $this->getDealItemsRequest($x_ebay_c_marketplace_id, $category_ids, $commissionable, $delivery_country, $limit, $offset);
          
                  try {
          Severity: Major
          Found in src/Buy/Deal/V1/Api/DealItemApi.php - About 2 hrs to fix

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

                public function searchByImageWithHttpInfo($aspect_filter = null, $category_ids = null, $charity_ids = null, $fieldgroups = null, $filter = null, $limit = null, $offset = null, $sort = null, $search_by_image_request = null)
                {
                    $request = $this->searchByImageRequest($aspect_filter, $category_ids, $charity_ids, $fieldgroups, $filter, $limit, $offset, $sort, $search_by_image_request);
            
                    try {
            Severity: Major
            Found in src/Buy/Browse/V1/Api/SearchByImageApi.php - About 2 hrs to fix

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

                  public function getItemWithHttpInfo($item_id, $fieldgroups = null)
                  {
                      $request = $this->getItemRequest($item_id, $fieldgroups);
              
                      try {
              Severity: Major
              Found in src/Buy/Browse/V1/Api/ItemApi.php - About 2 hrs to fix

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

                    public function searchWithHttpInfo($aspect_filter = null, $category_ids = null, $epid = null, $fieldgroups = null, $filter = null, $gtin = null, $limit = null, $offset = null, $q = null, $sort = null)
                    {
                        $request = $this->searchRequest($aspect_filter, $category_ids, $epid, $fieldgroups, $filter, $gtin, $limit, $offset, $q, $sort);
                
                        try {
                Severity: Major
                Found in src/Buy/MarketplaceInsightsBeta/V1/Api/ItemSalesApi.php - About 2 hrs to fix

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

                      public function getEventWithHttpInfo($x_ebay_c_marketplace_id, $event_id)
                      {
                          $request = $this->getEventRequest($x_ebay_c_marketplace_id, $event_id);
                  
                          try {
                  Severity: Major
                  Found in src/Buy/Deal/V1/Api/EventApi.php - About 2 hrs to fix

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

                        public function getEventsWithHttpInfo($x_ebay_c_marketplace_id, $limit = null, $offset = null)
                        {
                            $request = $this->getEventsRequest($x_ebay_c_marketplace_id, $limit, $offset);
                    
                            try {
                    Severity: Major
                    Found in src/Buy/Deal/V1/Api/EventApi.php - About 2 hrs to fix

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

                          public function getFileWithHttpInfo($file_id, $x_ebay_c_marketplace_id)
                          {
                              $request = $this->getFileRequest($file_id, $x_ebay_c_marketplace_id);
                      
                              try {
                      Severity: Major
                      Found in src/Buy/Feed/V1/Api/FileApi.php - About 2 hrs to fix

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

                            public function placeProxyBidWithHttpInfo($item_id, $x_ebay_c_marketplace_id, $place_proxy_bid_request = null)
                            {
                                $request = $this->placeProxyBidRequest($item_id, $x_ebay_c_marketplace_id, $place_proxy_bid_request);
                        
                                try {
                        Severity: Major
                        Found in src/Buy/OfferBeta/V1/Api/BiddingApi.php - About 2 hrs to fix

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

                              public function getGuestPurchaseOrderWithHttpInfo($purchase_order_id)
                              {
                                  $request = $this->getGuestPurchaseOrderRequest($purchase_order_id);
                          
                                  try {
                          Severity: Major
                          Found in src/Buy/Order/V2/Api/GuestPurchaseOrderApi.php - About 2 hrs to fix

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

                                public function getFeedTypeWithHttpInfo($feed_type_id)
                                {
                                    $request = $this->getFeedTypeRequest($feed_type_id);
                            
                                    try {
                            Severity: Major
                            Found in src/Buy/Feed/V1/Api/FeedTypeApi.php - About 2 hrs to fix

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

                                  public function getFeedTypesWithHttpInfo($continuation_token = null, $feed_scope = null, $limit = null, $marketplace_ids = null)
                                  {
                                      $request = $this->getFeedTypesRequest($continuation_token, $feed_scope, $limit, $marketplace_ids);
                              
                                      try {
                              Severity: Major
                              Found in src/Buy/Feed/V1/Api/FeedTypeApi.php - About 2 hrs to fix

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

                                    public function getBiddingWithHttpInfo($item_id, $x_ebay_c_marketplace_id)
                                    {
                                        $request = $this->getBiddingRequest($item_id, $x_ebay_c_marketplace_id);
                                
                                        try {
                                Severity: Major
                                Found in src/Buy/OfferBeta/V1/Api/BiddingApi.php - About 2 hrs to fix

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

                                      public function getMerchandisedProductsWithHttpInfo($category_id, $metric_name, $aspect_filter = null, $limit = null)
                                      {
                                          $request = $this->getMerchandisedProductsRequest($category_id, $metric_name, $aspect_filter, $limit);
                                  
                                          try {
                                  Severity: Major
                                  Found in src/Buy/MarketingBeta/V1/Api/MerchandisedProductApi.php - About 2 hrs to fix

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

                                        public function getAccessWithHttpInfo()
                                        {
                                            $request = $this->getAccessRequest();
                                    
                                            try {
                                    Severity: Major
                                    Found in src/Buy/Feed/V1/Api/AccessApi.php - About 2 hrs to fix

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

                                          public function getFilesWithHttpInfo($x_ebay_c_marketplace_id, $category_ids = null, $continuation_token = null, $feed_scope = null, $feed_type_id = null, $limit = null, $look_back = null)
                                          {
                                              $request = $this->getFilesRequest($x_ebay_c_marketplace_id, $category_ids, $continuation_token, $feed_scope, $feed_type_id, $limit, $look_back);
                                      
                                              try {
                                      Severity: Major
                                      Found in src/Buy/Feed/V1/Api/FileApi.php - About 2 hrs to fix

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

                                            public function createSigningKeyWithHttpInfo($create_signing_key_request = null)
                                            {
                                                $request = $this->createSigningKeyRequest($create_signing_key_request);
                                        
                                                try {
                                        Severity: Major
                                        Found in src/Developer/KeyManagement/V1/Api/SigningKeyApi.php - About 2 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language