Shipping Integrator V5 - Online Help
Shipping Integrator V5
Questions / Feedback?

Subscribe Method

Requests the unique meter number specific to the FedEx customer's account number.

Syntax

[VB.NET]
Public Sub Subscribe()
[C#]
public void Subscribe();

Remarks

This method is applicable to CSP and non-CSP developers.

The customer should call this method to obtain the unique meter number specific to the FedEx customer's account number for integration testing and when a customer application moves to production. This is a one-time only request to register the customer's FedEx account.

Upon successful response, a unique client device (i.e. meter number specific to the customer's FedEx account number), and RegisteredServices (which identifies the FedEx shipping service type(s) that the caller has been registered and authorized to use) will be returned to the client.

This MeterNumber should be used in all subsequent requests sent to FedEx web services.

Note that you must have a valid AccountNumber before requesting a meter number. In most cases, only one meter number is required for your shipping application. For companies with more than one shipping facility or distribution center, you must have a FedEx account number and meter number pair for each facility. For example, if you have distribution centers in California, Texas, and Florida, the label created at the Texas facility must have the account number and meter number associated with that facility. If you submit packages with labels that are generated on the California account and meter number pair, this situation may negatively impact FedEx's ability to deliver your packages in a timely and efficient manner.

The following properties can be passed in the request:

Upon successful response, the following properties will be filled:

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0