@@ -133,7 +133,7 @@ catch (ApiException e)
133133
134134<a id =" ebaycompletedsoldlistings " ></a >
135135# ** EbayCompletedSoldListings**
136- > Object EbayCompletedSoldListings (string query, string domain = null, string categoryId = null, int? page = null, int? perPage = null, string sortBy = null, string condition = null, decimal? minPrice = null, decimal? maxPrice = null)
136+ > Object EbayCompletedSoldListings (string query, string domain = null, string categoryId = null, int? page = null, int? perPage = null, string sortBy = null, string condition = null, decimal? minPrice = null, decimal? maxPrice = null, string location = null )
137137
138138Completed / sold listings
139139
@@ -171,14 +171,15 @@ namespace Example
171171 var page = 1 ; // int? | (optional) (default to 1)
172172 var perPage = 56 ; // int? | 60, 120 or 240 (optional)
173173 var sortBy = " \" best_match\" " ; // string | best_match|ending_soonest|newly_listed|price_low_to_high|price_high_to_low (optional) (default to "best_match")
174- var condition = " condition_example" ; // string | new|open_box|refurbished|used|for_parts (optional)
174+ var condition = " condition_example" ; // string | new|open_box|refurbished|used|for_parts|graded|ungraded (optional)
175175 var minPrice = 8 . 14 D ; // decimal? | (optional)
176176 var maxPrice = 8 . 14 D ; // decimal? | (optional)
177+ var location = " location_example" ; // string | domestic|worldwide (optional)
177178
178179 try
179180 {
180181 // Completed / sold listings
181- Object result = apiInstance .EbayCompletedSoldListings (query , domain , categoryId , page , perPage , sortBy , condition , minPrice , maxPrice );
182+ Object result = apiInstance .EbayCompletedSoldListings (query , domain , categoryId , page , perPage , sortBy , condition , minPrice , maxPrice , location );
182183 Debug .WriteLine (result );
183184 }
184185 catch (ApiException e )
@@ -199,7 +200,7 @@ This returns an ApiResponse object which contains the response data, status code
199200try
200201{
201202 // Completed / sold listings
202- ApiResponse < Object > response = apiInstance .EbayCompletedSoldListingsWithHttpInfo (query , domain , categoryId , page , perPage , sortBy , condition , minPrice , maxPrice );
203+ ApiResponse < Object > response = apiInstance .EbayCompletedSoldListingsWithHttpInfo (query , domain , categoryId , page , perPage , sortBy , condition , minPrice , maxPrice , location );
203204 Debug .Write (" Status Code: " + response .StatusCode );
204205 Debug .Write (" Response Headers: " + response .Headers );
205206 Debug .Write (" Response Body: " + response .Data );
@@ -222,9 +223,10 @@ catch (ApiException e)
222223| ** page** | ** int?** | | [ optional] [ default to 1] |
223224| ** perPage** | ** int?** | 60, 120 or 240 | [ optional] |
224225| ** sortBy** | ** string** | best_match| ending_soonest| newly_listed| price_low_to_high| price_high_to_low | [ optional] [ default to " ; best_match" ; ] |
225- | ** condition** | ** string** | new| open_box| refurbished| used| for_parts | [ optional] |
226+ | ** condition** | ** string** | new| open_box| refurbished| used| for_parts| graded | ungraded | [ optional] |
226227| ** minPrice** | ** decimal?** | | [ optional] |
227228| ** maxPrice** | ** decimal?** | | [ optional] |
229+ | ** location** | ** string** | domestic| worldwide | [ optional] |
228230
229231### Return type
230232
@@ -1258,7 +1260,7 @@ This endpoint does not need any parameter.
12581260
12591261<a id =" ebaysearchlistings " ></a >
12601262# ** EbaySearchListings**
1261- > Object EbaySearchListings (string query, string domain = null, string categoryId = null, int? page = null, int? perPage = null, string sortBy = null, string condition = null, string buyingFormat = null, decimal? minPrice = null, decimal? maxPrice = null, bool? freeShipping = null)
1263+ > Object EbaySearchListings (string query, string domain = null, string categoryId = null, int? page = null, int? perPage = null, string sortBy = null, string condition = null, string buyingFormat = null, decimal? minPrice = null, decimal? maxPrice = null, bool? freeShipping = null, string location = null )
12621264
12631265Search listings
12641266
@@ -1296,16 +1298,17 @@ namespace Example
12961298 var page = 1 ; // int? | (optional) (default to 1)
12971299 var perPage = 56 ; // int? | 60, 120 or 240 (optional)
12981300 var sortBy = " \" best_match\" " ; // string | best_match|ending_soonest|newly_listed|price_low_to_high|price_high_to_low (optional) (default to "best_match")
1299- var condition = " condition_example" ; // string | new|open_box|refurbished|used|for_parts (optional)
1301+ var condition = " condition_example" ; // string | new|open_box|refurbished|used|for_parts|graded|ungraded (optional)
13001302 var buyingFormat = " buyingFormat_example" ; // string | auction|buy_it_now|best_offer (optional)
13011303 var minPrice = 8 . 14 D ; // decimal? | (optional)
13021304 var maxPrice = 8 . 14 D ; // decimal? | (optional)
13031305 var freeShipping = false ; // bool? | (optional) (default to false)
1306+ var location = " location_example" ; // string | domestic|worldwide (optional)
13041307
13051308 try
13061309 {
13071310 // Search listings
1308- Object result = apiInstance .EbaySearchListings (query , domain , categoryId , page , perPage , sortBy , condition , buyingFormat , minPrice , maxPrice , freeShipping );
1311+ Object result = apiInstance .EbaySearchListings (query , domain , categoryId , page , perPage , sortBy , condition , buyingFormat , minPrice , maxPrice , freeShipping , location );
13091312 Debug .WriteLine (result );
13101313 }
13111314 catch (ApiException e )
@@ -1326,7 +1329,7 @@ This returns an ApiResponse object which contains the response data, status code
13261329try
13271330{
13281331 // Search listings
1329- ApiResponse < Object > response = apiInstance .EbaySearchListingsWithHttpInfo (query , domain , categoryId , page , perPage , sortBy , condition , buyingFormat , minPrice , maxPrice , freeShipping );
1332+ ApiResponse < Object > response = apiInstance .EbaySearchListingsWithHttpInfo (query , domain , categoryId , page , perPage , sortBy , condition , buyingFormat , minPrice , maxPrice , freeShipping , location );
13301333 Debug .Write (" Status Code: " + response .StatusCode );
13311334 Debug .Write (" Response Headers: " + response .Headers );
13321335 Debug .Write (" Response Body: " + response .Data );
@@ -1349,11 +1352,12 @@ catch (ApiException e)
13491352| ** page** | ** int?** | | [ optional] [ default to 1] |
13501353| ** perPage** | ** int?** | 60, 120 or 240 | [ optional] |
13511354| ** sortBy** | ** string** | best_match| ending_soonest| newly_listed| price_low_to_high| price_high_to_low | [ optional] [ default to " ; best_match" ; ] |
1352- | ** condition** | ** string** | new| open_box| refurbished| used| for_parts | [ optional] |
1355+ | ** condition** | ** string** | new| open_box| refurbished| used| for_parts| graded | ungraded | [ optional] |
13531356| ** buyingFormat** | ** string** | auction| buy_it_now| best_offer | [ optional] |
13541357| ** minPrice** | ** decimal?** | | [ optional] |
13551358| ** maxPrice** | ** decimal?** | | [ optional] |
13561359| ** freeShipping** | ** bool?** | | [ optional] [ default to false] |
1360+ | ** location** | ** string** | domestic| worldwide | [ optional] |
13571361
13581362### Return type
13591363
0 commit comments