brandon14/ebay-sdk-php

View on GitHub

Showing 3,709 of 3,709 total issues

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

    public function bulkCreateOfferWithHttpInfo($bulk_ebay_offer_details_with_keys)
    {
        $request = $this->bulkCreateOfferRequest($bulk_ebay_offer_details_with_keys);

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

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

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

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

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

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

            public function findListingRecommendationsWithHttpInfo($x_ebay_c_marketplace_id, $filter = null, $limit = null, $offset = null, $find_listing_recommendation_request = null)
            {
                $request = $this->findListingRecommendationsRequest($x_ebay_c_marketplace_id, $filter, $limit, $offset, $find_listing_recommendation_request);
        
                try {
        Severity: Major
        Found in src/Sell/Recommendation/V1/Api/ListingRecommendationApi.php - About 2 hrs to fix

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

              public function getActivitiesWithHttpInfo($payment_dispute_id)
              {
                  $request = $this->getActivitiesRequest($payment_dispute_id);
          
                  try {
          Severity: Major
          Found in src/Sell/Fulfillment/V1/Api/PaymentDisputeApi.php - About 2 hrs to fix

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

                public function sendOfferToInterestedBuyersWithHttpInfo($x_ebay_c_marketplace_id, $create_offers_request = null)
                {
                    $request = $this->sendOfferToInterestedBuyersRequest($x_ebay_c_marketplace_id, $create_offers_request);
            
                    try {
            Severity: Major
            Found in src/Sell/Negotiation/V1/Api/OfferApi.php - About 2 hrs to fix

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

                  public function getListingViolationsSummaryWithHttpInfo($x_ebay_c_marketplace_id = null, $compliance_type = null)
                  {
                      $request = $this->getListingViolationsSummaryRequest($x_ebay_c_marketplace_id, $compliance_type);
              
                      try {
              Severity: Major
              Found in src/Sell/Compliance/V1/Api/ListingViolationSummaryApi.php - About 2 hrs to fix

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

                    public function fetchEvidenceContentWithHttpInfo($payment_dispute_id, $evidence_id, $file_id)
                    {
                        $request = $this->fetchEvidenceContentRequest($payment_dispute_id, $evidence_id, $file_id);
                
                        try {
                Severity: Major
                Found in src/Sell/Fulfillment/V1/Api/PaymentDisputeApi.php - About 2 hrs to fix

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

                      public function findEligibleItemsWithHttpInfo($x_ebay_c_marketplace_id, $limit = null, $offset = null)
                      {
                          $request = $this->findEligibleItemsRequest($x_ebay_c_marketplace_id, $limit, $offset);
                  
                          try {
                  Severity: Major
                  Found in src/Sell/Negotiation/V1/Api/OfferApi.php - About 2 hrs to fix

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

                        public function addEvidenceWithHttpInfo($payment_dispute_id, $add_evidence_payment_dispute_request = null)
                        {
                            $request = $this->addEvidenceRequest($payment_dispute_id, $add_evidence_payment_dispute_request);
                    
                            try {
                    Severity: Major
                    Found in src/Sell/Fulfillment/V1/Api/PaymentDisputeApi.php - About 2 hrs to fix

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

                          public function getListingViolationsWithHttpInfo($x_ebay_c_marketplace_id, $compliance_type = null, $offset = null, $listing_id = null, $limit = null, $filter = null)
                          {
                              $request = $this->getListingViolationsRequest($x_ebay_c_marketplace_id, $compliance_type, $offset, $listing_id, $limit, $filter);
                      
                              try {
                      Severity: Major
                      Found in src/Sell/Compliance/V1/Api/ListingViolationApi.php - About 2 hrs to fix

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

                            public function getShippingFulfillmentsWithHttpInfo($order_id)
                            {
                                $request = $this->getShippingFulfillmentsRequest($order_id);
                        
                                try {
                        Severity: Major
                        Found in src/Sell/Fulfillment/V1/Api/ShippingFulfillmentApi.php - About 2 hrs to fix

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

                              public function getPaymentDisputeSummariesWithHttpInfo($order_id = null, $buyer_username = null, $open_date_from = null, $open_date_to = null, $payment_dispute_status = null, $limit = null, $offset = null)
                              {
                                  $request = $this->getPaymentDisputeSummariesRequest($order_id, $buyer_username, $open_date_from, $open_date_to, $payment_dispute_status, $limit, $offset);
                          
                                  try {
                          Severity: Major
                          Found in src/Sell/Fulfillment/V1/Api/PaymentDisputeApi.php - About 2 hrs to fix

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

                                public function getOrdersWithHttpInfo($field_groups = null, $filter = null, $limit = null, $offset = null, $order_ids = null)
                                {
                                    $request = $this->getOrdersRequest($field_groups, $filter, $limit, $offset, $order_ids);
                            
                                    try {
                            Severity: Major
                            Found in src/Sell/Fulfillment/V1/Api/OrderApi.php - About 2 hrs to fix

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

                                  public function issueRefundWithHttpInfo($order_id, $issue_refund_request = null)
                                  {
                                      $request = $this->issueRefundRequest($order_id, $issue_refund_request);
                              
                                      try {
                              Severity: Major
                              Found in src/Sell/Fulfillment/V1/Api/OrderApi.php - About 2 hrs to fix

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

                                    public function uploadEvidenceFileWithHttpInfo($payment_dispute_id)
                                    {
                                        $request = $this->uploadEvidenceFileRequest($payment_dispute_id);
                                
                                        try {
                                Severity: Major
                                Found in src/Sell/Fulfillment/V1/Api/PaymentDisputeApi.php - About 2 hrs to fix

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

                                      public function getShippingFulfillmentWithHttpInfo($fulfillment_id, $order_id)
                                      {
                                          $request = $this->getShippingFulfillmentRequest($fulfillment_id, $order_id);
                                  
                                          try {
                                  Severity: Major
                                  Found in src/Sell/Fulfillment/V1/Api/ShippingFulfillmentApi.php - About 2 hrs to fix

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

                                        public function searchWithHttpInfo($x_ebay_c_marketplace_id = null, $aspect_filter = null, $category_ids = null, $fieldgroups = null, $gtin = null, $limit = null, $mpn = null, $offset = null, $q = null)
                                        {
                                            $request = $this->searchRequest($x_ebay_c_marketplace_id, $aspect_filter, $category_ids, $fieldgroups, $gtin, $limit, $mpn, $offset, $q);
                                    
                                            try {
                                    Severity: Major
                                    Found in src/Commerce/CatalogBeta/V1/Api/ProductSummaryApi.php - About 2 hrs to fix

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

                                          public function getOrderWithHttpInfo($order_id, $field_groups = null)
                                          {
                                              $request = $this->getOrderRequest($order_id, $field_groups);
                                      
                                              try {
                                      Severity: Major
                                      Found in src/Sell/Fulfillment/V1/Api/OrderApi.php - About 2 hrs to fix

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

                                            public function getPaymentDisputeWithHttpInfo($payment_dispute_id)
                                            {
                                                $request = $this->getPaymentDisputeRequest($payment_dispute_id);
                                        
                                                try {
                                        Severity: Major
                                        Found in src/Sell/Fulfillment/V1/Api/PaymentDisputeApi.php - About 2 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language