You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Please note that upgrades to an SDK should always be done in a test environment.
8
8
9
9
## Add the eBay.Service.SDK NuGet Package
10
10
11
-
**Current Version** : 1.0.0
11
+
**Current Version** : 1.0.1
12
12
13
13
Use of this source code is governed by [Apache-2.0 license](https://opensource.org/licenses/Apache-2.0). If you’re looking for the latest stable version, you can get it directly from NuGet.org.
14
14
@@ -30,15 +30,15 @@ Use of this source code is governed by [Apache-2.0 license](https://opensource.o
30
30
**eBay.Service.SDK** package:
31
31
32
32
```xml
33
-
Install-Package eBay.Service.SDK -Version 1.0.0
33
+
Install-Package eBay.Service.SDK -Version 1.0.1
34
34
```
35
35
36
36
- After the command completes, open the **.csproj** file to see the
Copy file name to clipboardExpand all lines: Source/eBay.Service.SDK/Call/EndItemCall.cs
+1-27Lines changed: 1 addition & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -71,31 +71,15 @@ public EndItemCall(ApiContext ApiContext)
71
71
/// The seller's reason for ending the listing early is input into this required field. The seller is not allowed to use the <code>ProductDeleted</code> value, as this ending reason can only be used internally by eBay to administratively end a listing due to the associated Catalog product being removed from the eBay Catalog.
72
72
/// </param>
73
73
///
74
-
/// <param name="SellerInventoryID">
75
-
/// This field was previously only used to identify and end Half.com listings, and since the Half.com site has been shut down, this element is no longer applicable.
0 commit comments