UPS
The UPS plugin provides real-time shipping rates and package tracking services to StoreBuilder using your UPS account.
Installing the UPS Plugin
Add the StoreBuilder.UPS.dll
to your web project by adding a reference to the Nuget package StoreBuilder.UPS
UPS Settings
The UPS plugin requires the following settings to be configured within Storebuilder:
StoreBuilder.UPS.Url (binary)
This Url Endpoing provided by UPS to make API calls.
StoreBuilder.UPS.Username (string)
The Username for your UPS account.
StoreBuilder.UPS.Password (string)
The Password for your UPS account.
StoreBuilder.UPS.AccessToken (string)
The Access Key provided to you for using the UPS API.