Fedex

The FedEx plugin provides real-time shipping rates and package tracking services to StoreBuilder using your FedEx account.

Installing the Fedex Plugin

Add the StoreBuilder.Fedex.dll to your web project by adding a reference to the Nuget package StoreBuilder.Fedex

Fedex Settings

The Fedex plugin requires the following settings to be configured within Storebuilder:

StoreBuilder.Fedex.Url (string)

The Url Endpoint provided by FedEx to make API calls.

StoreBuilder.Fedex.Key (string)

This is the Key for your FedEx WebAuthenticationCredential. It is used with StoreBuilder.Fedex.Password as a two part authentication string to identify the sender. Its value is provided by FedEx after registration

StoreBuilder.Fedex.Password (string)

This is the Password for your FedEx WebAuthenticationCredential. It is used with StoreBuilder.Fedex.Key as a two part authentication string to identify the sender. Its value is provided by FedEx after registration

StoreBuilder.Fedex.AccountNumber (string)

This is your FedEx Account Number. It can be found by logging into your FedEx account and going to My Profile > Account Management

StoreBuilder.Fedex.MeterNumber (string)

This is your FedEx Meter Number.