brandon14/ebay-sdk-php

View on GitHub

Showing 3,709 of 3,709 total issues

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

    public function registerClientWithHttpInfo($client_settings)
    {
        $request = $this->registerClientRequest($client_settings);

        try {
Severity: Major
Found in src/Developer/ClientRegistration/V1/Api/RegisterApi.php - About 2 hrs to fix

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

        public function getSigningKeysWithHttpInfo()
        {
            $request = $this->getSigningKeysRequest();
    
            try {
    Severity: Major
    Found in src/Developer/KeyManagement/V1/Api/SigningKeyApi.php - About 2 hrs to fix

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

          public function getRateLimitsWithHttpInfo($api_context = null, $api_name = null)
          {
              $request = $this->getRateLimitsRequest($api_context, $api_name);
      
              try {
      Severity: Major
      Found in src/Developer/AnalyticsBeta/V1/Api/RateLimitApi.php - About 2 hrs to fix

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

            public function removeGuestCouponWithHttpInfo($checkout_session_id, $x_ebay_c_marketplace_id, $coupon_request = null)
            {
                $request = $this->removeGuestCouponRequest($checkout_session_id, $x_ebay_c_marketplace_id, $coupon_request);
        
                try {
        Severity: Major
        Found in src/Buy/Order/V2/Api/GuestCheckoutSessionApi.php - About 2 hrs to fix

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

              public function updateGuestShippingAddressWithHttpInfo($checkout_session_id, $x_ebay_c_marketplace_id, $shipping_address_impl = null)
              {
                  $request = $this->updateGuestShippingAddressRequest($checkout_session_id, $x_ebay_c_marketplace_id, $shipping_address_impl);
          
                  try {
          Severity: Major
          Found in src/Buy/Order/V2/Api/GuestCheckoutSessionApi.php - About 2 hrs to fix

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

                public function updateGuestQuantityWithHttpInfo($checkout_session_id, $x_ebay_c_marketplace_id, $update_quantity = null)
                {
                    $request = $this->updateGuestQuantityRequest($checkout_session_id, $x_ebay_c_marketplace_id, $update_quantity);
            
                    try {
            Severity: Major
            Found in src/Buy/Order/V2/Api/GuestCheckoutSessionApi.php - About 2 hrs to fix

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

                  public function getUserRateLimitsWithHttpInfo($api_context = null, $api_name = null)
                  {
                      $request = $this->getUserRateLimitsRequest($api_context, $api_name);
              
                      try {
              Severity: Major
              Found in src/Developer/AnalyticsBeta/V1/Api/UserRateLimitApi.php - About 2 hrs to fix

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

                    public function getGuestCheckoutSessionWithHttpInfo($checkout_session_id, $x_ebay_c_marketplace_id)
                    {
                        $request = $this->getGuestCheckoutSessionRequest($checkout_session_id, $x_ebay_c_marketplace_id);
                
                        try {
                Severity: Major
                Found in src/Buy/Order/V2/Api/GuestCheckoutSessionApi.php - About 2 hrs to fix

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

                      public function getSigningKeyWithHttpInfo($signing_key_id)
                      {
                          $request = $this->getSigningKeyRequest($signing_key_id);
                  
                          try {
                  Severity: Major
                  Found in src/Developer/KeyManagement/V1/Api/SigningKeyApi.php - About 2 hrs to fix

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

                        public function initiateGuestCheckoutSessionWithHttpInfo($x_ebay_c_marketplace_id, $x_ebay_c_enduserctx = null, $create_guest_checkout_session_request_v2 = null)
                        {
                            $request = $this->initiateGuestCheckoutSessionRequest($x_ebay_c_marketplace_id, $x_ebay_c_enduserctx, $create_guest_checkout_session_request_v2);
                    
                            try {
                    Severity: Major
                    Found in src/Buy/Order/V2/Api/GuestCheckoutSessionApi.php - About 2 hrs to fix

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

                          public function applyGuestCouponWithHttpInfo($checkout_session_id, $x_ebay_c_marketplace_id, $coupon_request = null)
                          {
                              $request = $this->applyGuestCouponRequest($checkout_session_id, $x_ebay_c_marketplace_id, $coupon_request);
                      
                              try {
                      Severity: Major
                      Found in src/Buy/Order/V2/Api/GuestCheckoutSessionApi.php - About 2 hrs to fix

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

                            public function updateGuestShippingOptionWithHttpInfo($checkout_session_id, $x_ebay_c_marketplace_id, $update_shipping_option = null)
                            {
                                $request = $this->updateGuestShippingOptionRequest($checkout_session_id, $x_ebay_c_marketplace_id, $update_shipping_option);
                        
                                try {
                        Severity: Major
                        Found in src/Buy/Order/V2/Api/GuestCheckoutSessionApi.php - About 2 hrs to fix

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

                              public function createShippingQuoteWithHttpInfo($x_ebay_c_marketplace_id, $shipping_quote_request)
                              {
                                  $request = $this->createShippingQuoteRequest($x_ebay_c_marketplace_id, $shipping_quote_request);
                          
                                  try {
                          Severity: Major
                          Found in src/Sell/Logistics/V1/Api/ShippingQuoteApi.php - About 2 hrs to fix

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

                                public function getAutomotivePartsCompatibilityPoliciesWithHttpInfo($marketplace_id, $filter = null)
                                {
                                    $request = $this->getAutomotivePartsCompatibilityPoliciesRequest($marketplace_id, $filter);
                            
                                    try {
                            Severity: Major
                            Found in src/Sell/Metadata/V1/Api/MarketplaceApi.php - About 2 hrs to fix

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

                                  public function getReturnPoliciesWithHttpInfo($marketplace_id, $filter = null)
                                  {
                                      $request = $this->getReturnPoliciesRequest($marketplace_id, $filter);
                              
                                      try {
                              Severity: Major
                              Found in src/Sell/Metadata/V1/Api/MarketplaceApi.php - About 2 hrs to fix

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

                                    public function getShipmentWithHttpInfo($shipment_id)
                                    {
                                        $request = $this->getShipmentRequest($shipment_id);
                                
                                        try {
                                Severity: Major
                                Found in src/Sell/Logistics/V1/Api/ShipmentApi.php - About 2 hrs to fix

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

                                      public function getExtendedProducerResponsibilityPoliciesWithHttpInfo($marketplace_id, $filter = null)
                                      {
                                          $request = $this->getExtendedProducerResponsibilityPoliciesRequest($marketplace_id, $filter);
                                  
                                          try {
                                  Severity: Major
                                  Found in src/Sell/Metadata/V1/Api/MarketplaceApi.php - About 2 hrs to fix

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

                                        public function createItemDraftWithHttpInfo($x_ebay_c_marketplace_id, $content_language = null, $item_draft = null)
                                        {
                                            $request = $this->createItemDraftRequest($x_ebay_c_marketplace_id, $content_language, $item_draft);
                                    
                                            try {
                                    Severity: Major
                                    Found in src/Sell/ListingBeta/V1/Api/ItemDraftApi.php - About 2 hrs to fix

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

                                          public function cancelShipmentWithHttpInfo($shipment_id)
                                          {
                                              $request = $this->cancelShipmentRequest($shipment_id);
                                      
                                              try {
                                      Severity: Major
                                      Found in src/Sell/Logistics/V1/Api/ShipmentApi.php - About 2 hrs to fix

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

                                            public function getListingStructurePoliciesWithHttpInfo($marketplace_id, $filter = null)
                                            {
                                                $request = $this->getListingStructurePoliciesRequest($marketplace_id, $filter);
                                        
                                                try {
                                        Severity: Major
                                        Found in src/Sell/Metadata/V1/Api/MarketplaceApi.php - About 2 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language