fedex

Sending raw data to FedEx Label printer

I'm working on a .NET WinForms app that needs to print a FEDEX shipping label. As part of the FedEx api, I can get raw label data for the printer. I just don't know how to send that data to the printer through .NET (I'm using C#). To be clear, the data is already pre formatted into ZPL (Zebra printer language) I just need to send it...

Working with FedEx API and .Net

I am trying to get a list of rates for all available services from FedEx using 1 call, and having a tough time with their documentation. Anyone have some code snippets of how you interfaced with them? .Net code is preferable but anything will help more than their crapping code samples! Thanks ...

Tracking number patterns.

Is there any place to get patterns for shipping tracking numbers for all shipping companies like UPS,FedEX, DHL, AirBorne, USPS ... ...

Regular Expression patterns for Tracking numbers.

Does anybody know good place or patterns for checking which company tracking number is the given tracking number for a package. Idea is After scanning a barcode for a package check tracking number with patterns and show which company it was shipped by. ...

FedEx and UPS Tracking API

Anyone familiar with either the FedEx or UPS APIs. Is it possible to calculate the "guaranteed delivery date" of a package. I want to be able to tell if a package arrived late. Thanks ...

Error trying to connect to FedEx Ship Service API when using PHP

I had decided to integrate FedEx Shipping Service into one of my online apps. I downloaded a sample PHP code from the FedEX developer center. But when I tried to work with the ShipGroundDomestic.php5 I am getting error. I modified the file according to my specifications & plugged in the credentials. But I am unable to make it work. I am ...

Is there any API to integrate FEDEX ?

Hi all, Currently i am in need to integrate FEDEX API in my project. I searched a lot in google. But i cant able to find perfect one. could any one help me to resolve this problem... Thanks in Advance... Fero ...

CustomerReferences entry not included in FedEx web service request geberated via PHP

I am working on this FedEx web service integration project for some time. I am using PHP to make calls to the FedEx server. Everything seems to be working properly. But I am having problems with CustomerReferences fields appearing in the original fedex request that is sent to the server. I am using the ShipService_v7.wsdl. I asked FedE...

Debugging Web Services in Visual Studio

I am trying to use sample FedEx Web Service code written in VB.NET to retrieve shipping rates. The call returned rate information, but it returned rates that are way too high and do not match those shown on their web site for the same shipping parameters. Their support team is willing to investigate the discrepancy if I can provide the...

Could any one explain What is FEDEX ACC # and Meter # in FEDEX Integration

ship file is: include('fedexdc.php'); // create new fedex object //$fed = new FedExDC('FedEx ACC #','Meter #'); $fed = new FedExDC('...','...'); // removed possible personal data $ship_data = array( 75=> 'LBS' ,16=> 'Ma' ,13=> '' ,5=> '' ,1273=> '01' ,1274=> '01' ,18=> '' ,15=> 'Boston' ,23=> '1' ,9=> '02134' ,183=> '' ,8=> 'MA' ,117=...

What are the attributes that are need to Send with this FEDEX shipping script?

could any one please tell me what are the attributes that are send with $ship_data ? I am too confused about it. I know that ORIGIN ADDRESS, DESTINATION ADDRESS, NAME etc.. need to be send. But how the data should be aligned. Like name is FIRST, address is SECOND etc... Any help will be useful **> // create new fedex object $f...

Problem with FedEx Address validation web service

Hi, I'm trying to get started with Fedex'es Address validation service and I'm running into a road block with FedEx's own demo application. This is the code in there app: Sub Main() ''# Build a AddressValidationRequest object Dim request As AddressValidationRequest = New AddressValidationRequest() Console.WriteLine("--- S...

Fedex Freight Shipping List

Could anyone help me with some examples how to get FedEx Freight Shipments Rates in ASP.NET application, because all is misunderstanding in their crap documentation and samples. Thanks. ...

Integrating Fedex into your web application

I realize they have an API but some of the questions I have wouldn't be answered by it, and it would be great to receive feedback from others who have integrated it before. I basically am working with a web site where visitors may choose to sell a used item to the site owner. If the user decides to sell, he can enter in the...

Fedex Label Certification - Test Case# 22

Hi, I am trying to generate the label for Test Case# 22 which should return the Service Code 810 but I get 800. The description says - Home Delivery, Evening, AutoPOD, Prepaid. ProcessShipmentRequest request = new ProcessShipmentRequest(); request.RequestedShipment.ServiceType = ServiceType.GROUND_HOME_DELIVERY; request.RequestedShipme...

How to Get FedEx & UPS Zone numbers if I know the from and to Zip Codes?

Other than studying and working with their full APIs... Is there an easy way to get the shipping zone number from FedEx and UPS if I know the "from" and "to" zip codes? For example, is there a simple web service that I can use? ...

shipping label printing for fedex.

Hi! I am working on shipping label printing for fedex. Information is given below in an array. All values are showing in generated label but Adress, Delivery address, company name are not shown. Sample array is given below. please suggest why we are not able to get all the values. also suggest any possible related resources to solve t...

Issues using a Fedex Webservice via WDSL/SOAP

Hi Everyone, I downloaded the sample code to request a rate from fedex's website... i placed the WSDL file in the proper location, I have my acct number, password, meter number, and key. When I run the script I get this error: Error in processing transaction. ERROR prof 1000 Authentication Failed The script they give is as ...

Print to a UPS / Fedex Thermal printer?

I have a client asking if their web application (PHP) can easily print to a UPS / Fedex thermal label printer. So for instance, I can get back a PDF from UPS/Fedex with the shipping label. I just need to print that. Does anyone know if you can print directly to these printers or, if not, if there's another way to do it? EDIT: To cl...

Read weight of package from a Fedex scale within web application?

I've been asked if I can read the weight from a scale, connected via RS232, and dump it into a web application. Reading the weight of the scale from the local machine isn't bad (this SO question gives an explanation: http://stackoverflow.com/questions/2038387/rs232-question-how-to-read-weight-to-pc), but... How do I then get that data ...