ShipmentRouter.Shared 1.0.4

dotnet add package ShipmentRouter.Shared --version 1.0.4
NuGet\Install-Package ShipmentRouter.Shared -Version 1.0.4
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="ShipmentRouter.Shared" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ShipmentRouter.Shared --version 1.0.4
#r "nuget: ShipmentRouter.Shared, 1.0.4"
#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 ShipmentRouter.Shared as a Cake Addin
#addin nuget:?package=ShipmentRouter.Shared&version=1.0.4

// Install ShipmentRouter.Shared as a Cake Tool
#tool nuget:?package=ShipmentRouter.Shared&version=1.0.4

ShipmentRouter RESTful JSON order routing web services split Ecommerce order to multiple shipments, allocate warehouse inventory and route shipments to specific warehouses based on routing scenarios and available inventory. ShipmentRouter has major order routing functionality such as address geocoding, validation and accuracy check, shipment routing requests synchronous processing, inventory allocation and distribution to multiple warehouses, scenario execution across selected products and warehouses, instant inventory allocation for eligible warehouses routed by order routing scenarios. ShipmentRouter supports multiple omnichannel fulfillment options as a part of order management system such as Ship from Store, Pickup in Store, Reserve and Collect.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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.4 2,326 2/16/2017

added hosted inventory;
bug fixes