ShipmentRouter.Shared 1.0.4

.NET Framework 4.5
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 Versions
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
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 1,912 2/16/2017

added hosted inventory;
bug fixes