@@ -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, string location = 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, string language = null )
137137
138138Completed / sold listings
139139
@@ -175,11 +175,12 @@ namespace Example
175175 var minPrice = 8 . 14 D ; // decimal? | (optional)
176176 var maxPrice = 8 . 14 D ; // decimal? | (optional)
177177 var location = " location_example" ; // string | domestic|worldwide (optional)
178+ var language = " language_example" ; // string | english|japanese|chinese|korean (optional)
178179
179180 try
180181 {
181182 // Completed / sold listings
182- Object result = apiInstance .EbayCompletedSoldListings (query , domain , categoryId , page , perPage , sortBy , condition , minPrice , maxPrice , location );
183+ Object result = apiInstance .EbayCompletedSoldListings (query , domain , categoryId , page , perPage , sortBy , condition , minPrice , maxPrice , location , language );
183184 Debug .WriteLine (result );
184185 }
185186 catch (ApiException e )
@@ -200,7 +201,7 @@ This returns an ApiResponse object which contains the response data, status code
200201try
201202{
202203 // Completed / sold listings
203- ApiResponse < Object > response = apiInstance .EbayCompletedSoldListingsWithHttpInfo (query , domain , categoryId , page , perPage , sortBy , condition , minPrice , maxPrice , location );
204+ ApiResponse < Object > response = apiInstance .EbayCompletedSoldListingsWithHttpInfo (query , domain , categoryId , page , perPage , sortBy , condition , minPrice , maxPrice , location , language );
204205 Debug .Write (" Status Code: " + response .StatusCode );
205206 Debug .Write (" Response Headers: " + response .Headers );
206207 Debug .Write (" Response Body: " + response .Data );
@@ -227,6 +228,7 @@ catch (ApiException e)
227228| ** minPrice** | ** decimal?** | | [ optional] |
228229| ** maxPrice** | ** decimal?** | | [ optional] |
229230| ** location** | ** string** | domestic| worldwide | [ optional] |
231+ | ** language** | ** string** | english| japanese| chinese| korean | [ optional] |
230232
231233### Return type
232234
@@ -1260,7 +1262,7 @@ This endpoint does not need any parameter.
12601262
12611263<a id =" ebaysearchlistings " ></a >
12621264# ** EbaySearchListings**
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)
1265+ > 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, string language = null )
12641266
12651267Search listings
12661268
@@ -1304,11 +1306,12 @@ namespace Example
13041306 var maxPrice = 8 . 14 D ; // decimal? | (optional)
13051307 var freeShipping = false ; // bool? | (optional) (default to false)
13061308 var location = " location_example" ; // string | domestic|worldwide (optional)
1309+ var language = " language_example" ; // string | english|japanese|chinese|korean (optional)
13071310
13081311 try
13091312 {
13101313 // Search listings
1311- Object result = apiInstance .EbaySearchListings (query , domain , categoryId , page , perPage , sortBy , condition , buyingFormat , minPrice , maxPrice , freeShipping , location );
1314+ Object result = apiInstance .EbaySearchListings (query , domain , categoryId , page , perPage , sortBy , condition , buyingFormat , minPrice , maxPrice , freeShipping , location , language );
13121315 Debug .WriteLine (result );
13131316 }
13141317 catch (ApiException e )
@@ -1329,7 +1332,7 @@ This returns an ApiResponse object which contains the response data, status code
13291332try
13301333{
13311334 // Search listings
1332- ApiResponse < Object > response = apiInstance .EbaySearchListingsWithHttpInfo (query , domain , categoryId , page , perPage , sortBy , condition , buyingFormat , minPrice , maxPrice , freeShipping , location );
1335+ ApiResponse < Object > response = apiInstance .EbaySearchListingsWithHttpInfo (query , domain , categoryId , page , perPage , sortBy , condition , buyingFormat , minPrice , maxPrice , freeShipping , location , language );
13331336 Debug .Write (" Status Code: " + response .StatusCode );
13341337 Debug .Write (" Response Headers: " + response .Headers );
13351338 Debug .Write (" Response Body: " + response .Data );
@@ -1358,6 +1361,7 @@ catch (ApiException e)
13581361| ** maxPrice** | ** decimal?** | | [ optional] |
13591362| ** freeShipping** | ** bool?** | | [ optional] [ default to false] |
13601363| ** location** | ** string** | domestic| worldwide | [ optional] |
1364+ | ** language** | ** string** | english| japanese| chinese| korean | [ optional] |
13611365
13621366### Return type
13631367
0 commit comments