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

PostageProvider Property

The postage provider to use.

Syntax

[VB.NET]
Public Property PostageProvider As UspsratesPostageProviders

[C#]
public UspsratesPostageProviders PostageProvider {get; set;}

enum UspsratesPostageProviders { ppNone, ppEndicia, ppStamps }

Remarks

When set to none, the component will communicate with USPS servers to get rates and print labels. USPS web services do not provide postage.

If postage is necessary, set this property to ppEndicia to use Endicia's web services which provides postage. In order to use this provider, an Endicia account must be set up through their website.

Once you have an Endicia AccountNumber, you should also have obtained a UserId and Password uniquely assigned to your account by Endicia. These values are all necessary to get rates and shipping labels through their web services.

Default Value

0

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