ShipStation4Net 1.0.10

dotnet add package ShipStation4Net --version 1.0.10
NuGet\Install-Package ShipStation4Net -Version 1.0.10
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ShipStation4Net" Version="1.0.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ShipStation4Net --version 1.0.10
#r "nuget: ShipStation4Net, 1.0.10"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ShipStation4Net as a Cake Addin
#addin nuget:?package=ShipStation4Net&version=1.0.10

// Install ShipStation4Net as a Cake Tool
#tool nuget:?package=ShipStation4Net&version=1.0.10

A .NET Standard Library using System.Net.HttpClient and NewtonSoft.Json which provides access to the ShipStation API.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.10 239 3/15/2024
1.0.9 77 3/15/2024
1.0.8 136 3/5/2024
1.0.7 651 12/13/2023
1.0.6 84 12/12/2023
1.0.5 1,883 7/14/2023
1.0.4 3,807 12/15/2022
1.0.3 957 10/5/2022
1.0.2 1,214 6/22/2022
1.0.1 1,876 12/29/2021
1.0.0 7,226 12/29/2021
0.10.76 3,875 7/7/2021
0.10.73 4,703 4/6/2020
0.10.72 4,151 11/7/2019
0.10.71 572 7/17/2019
0.10.70 1,514 7/14/2018
0.10.69 1,033 3/16/2018
0.10.67 940 3/6/2018
0.10.35 1,155 12/12/2017
0.10.31 1,118 12/8/2017
0.10.30 1,145 12/7/2017
0.10.29 996 12/6/2017
0.10.26 926 11/28/2017
0.10.1 1,002 11/21/2017
0.9.15 1,118 10/24/2017
0.9.1 975 9/13/2017
0.9.0 988 9/7/2017

#### 1.0.10 - 15.03.2024
* Adjusted ShipmentItem.OrderItemId as well

#### 1.0.9 - 15.03.2024
* Switch OrderItem.OrderItemId to be long instead of int

#### 1.0.8 - 04.03.2024
* Parse apiLimitRemaining & limitResetSeconds headers only on 429 response + a bit more refactoring

#### 1.0.7 - 13.12.2023
* Made interfaces public to simplify unit testing

#### 1.0.6 - 12.12.2023
* Added IGetsResourceUrlResponses to Fulfillments

#### 1.0.5 - 14.07.2023
* xcover & parcelguard insurance options added to enum

#### 1.0.4 - 14.12.2022
* Added ProductType entity and changed property on Product entity

#### 1.0.3 - 05.10.2022
* Fixed issue with Void Shipment Label api endpoint

#### 1.0.2 - 22.06.2022
* Updated Newtonsoft.Json to 13.0.1

#### 1.0.1 - 29.12.2021
* Updated product length, width, height, weigthOz from int to double

#### 1.0.0 - 28.12.2021
* Updated to match latest api documentation
* Added support for Webhook api endpoints
* Added support for multiple orders create/update

#### 0.10.76 - 07.07.2021
* Fixed issue with deserialization when ShipStation returns weight in inches - ignore weight units that are not expected

#### 0.10.75 - 21.04.2021
* Updated System.Net.Http to 4.3.4

#### 0.10.74 - 30.04.2020
* Fix time zone string for OSX

#### 0.10.73 - 05.04.2020
* Added support for retreving webhook payloads

#### 0.10.72 - 07.11.2019
* Added "provider" to InsuranceOptionProviders enum

#### 0.10.71 - 17.07.2019
* Fixes model issue with shipmentItems options

#### 0.10.70 - 13.07.2018
* Added Stores.RefreshAllStoresAsync method on client