HomeCommunityControl GalleryComponentsECommerce. Net FedEx Shipping Label Generator

. Net FedEx Shipping Label Generator



Submit a Review

376 Downloads

2,557 Views


Description

Ecommercemax FedEx Shipping Label Generator enables a .NET programmer / developer to: * Programmatically create FEDEX shipping transactions and FEDEX Shipping labels directly within your own custom desktop programs or website. * Void shipping transactions on shipment level or package level. * Create outgoing or return labels. * Create PNG, PDF, DOC, DPL, EPL2, RTF, TEXT or ZPLII label image types * Create COMMON2D or LABEL_DATA_ONLY label format types * Create PAPER_4X6, PAPER_4X8, PAPER_4X9, PAPER_7X475, PAPER_85X11_BOTTOM_HALF_LABEL, PAPER_85X11_TOP_HALF_LABEL, STOCK_4X6, STOCK_4X675_LEADING_DOC_TAB, STOCK_4X675_TRAILING_DOC_TAB, STOCK_4X8, STOCK_4X9_LEADING_DOC_TAB, STOCK_4X9_TRAILING_DOC_TAB or PAPER_4X6 label stock types * Create domestic and international shipping labels. * Create shipping labels for multiple packages simultaneously. * Create shipping label for packages with Insurance or Declared Value * Automatically create Return Labels for your ARS or RMA System that will be directly emailed to your customer * You can put this component right on your own server - giving you full control over the component. Unlike any other solutions, this is NOT dependent on any middle WebService between your own hosting server and Fedex. * With complete demo packages for creating a shipment, cancelling a shipment, generating returns label * Yours forever to use. No renewal, or recurring subscription fees. This DLL file is compatible with any .NET programming language like C#, VB.NET, C++, or Delphi. Compatible with .NET Framework 1.1, 2.0, 3.0 and 3.5

Syntax Example

eFdx = new ECOMMERCE_FeShip(); eFdx.EMX_UserCredentialKey = "YourDataHere"; eFdx.EMX_UserCredentialPassword = "YourDataHere"; eFdx.EMX_AccountNumber = "YourDataHere"; eFdx.EMX_MeterNumber = "YourDataHere"; ....cut... eFdx.EMX_ShipperContactPersonName = "Sender Name"; eFdx.EMX_ShipperContactCompanyName = "Sender Company Name"; eFdx.EMX_ShipperAddressCountryCode = "US"; ....cut... eFdx.EMX_RecipientContactPersonName = "Recipient Name"; eFdx.EMX_RecipientContactCompanyName = "Recipient Company Name"; ....cut... eFdx.EMX_RecipientAddressCountryCode = "US"; eFdx.EMX_LabelSpecificationImageType = ShippingDocumentImageType.PNG; ....cut... eFdx.EMX_RequestedShipmentDropoffType = DropoffType.REGULAR_PICKUP; eFdx.EMX_RequestedShipmentServiceType = ServiceType.FEDEX_GROUND; //Service types are STANDARD_OVERNIGHT, PRIORITY_OVERNIGHT, ... eFdx.EMX_RequestedShipmentServiceType = ServiceType.FEDEX_2_DAY; eFdx.EMX_RequestedShipmentPackagingType = PackagingType.YOUR_PACKAGING; // Packaging type FEDEX_BOK, FEDEX_PAK, FEDEX_TUBE, YOUR_PACKAGING, ... ....cut... ProcessShipmentReply reply = service.processShipment(request); ....so on...

Screenshots

Reviews

Submit a review