Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
10answers
6k views

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 ...
4
votes
5answers
3k views

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 ...
3
votes
1answer
167 views

Magento - allowing customer to use their FedEx account

I'm working on a Magento site which ships products via FedEx. When an order is purchased, it should charge the store's FedEx account, allow the store to print a shipping label, and offer tracking ...
3
votes
3answers
1k views

Integrating FedEx Web Services into .Net, stuck at step 1

I'm signed up, I've downloaded sample code, I've got a WSDL...and yet I have no idea how to get this stuff into my existing .Net application. The WSDL was in a zip file, not a URL so I can't just ...
3
votes
7answers
3k views

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 ...
3
votes
1answer
1k views

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 ...
2
votes
2answers
739 views

Has anyone integrated Fedex web services into their website?

I have to set this up so that users can make labels, and track shipments, can someone outline the steps of how this works, including any interaction I need to do in regards to testing and contacting ...
2
votes
1answer
4k views

Issues using a Fedex Webservice via WDSL/SOAP

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 ...
2
votes
1answer
301 views

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 ...
2
votes
1answer
1k views

Tracking number patterns

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

Issue when integrating Fedex using php?

I am trying to integrate FedEx. I got code from the following link FedEx PHP Code Also i found one post FedEx WebService WSDL I included the wsdl file using the code $path_to_wsdl = ...
1
vote
1answer
124 views

Magento 1.6 FedEx No Quotes

As you might know, there's FedEx Web Services API in Magento. But I still can't make it work. Entered all (password, account id, key and so on) in the admin end of the Magento. Still getting This ...
1
vote
1answer
156 views

Is there a full-featured open source shipping library (Fedex/UPS/USPS) for any language?

I'm trying to create a small web service for a larger application that handles some common shipping operations (rates, package creation, labels), so I'm pretty flexible when it comes to picking a ...
1
vote
1answer
122 views

Ruby Mechanize 405 Net::HTTPMethodNotAllowed Error While Scraping Fedex Billing

I have a script that goes into Fedex Billing each week when they mail me my invoice, digs out information and posts it to xpenser.com. After the recent Fedex Billing site redesign, when I run this ...
1
vote
1answer
400 views

Magento : Problem in settingup the FedEx shipping module

I created a test acount in the FedEx and they send the confirmation e-mail . I got the Account Number in the confirmation email. I used the account number as the Account ID in the magento FedeEx page. ...
1
vote
1answer
805 views

vb.net 2008 Send data to thermal printer

My company has a Eltron 2543 thermal printer. I'm developing an vb.net application incorporating fedex web services to print off shipping labels. I can save off the data file without a problem, but ...
1
vote
0answers
399 views

Can't get proper rateReply from Fedex API

I'm integrating fedEx rateService into my application and I keep getting the same error when sending a rate request: <v9:Notifications xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" ...
1
vote
1answer
390 views

Creating FedEx Shipping Documnents using FedEx ship service WSDL

I am in the process of integrating with the FedEx international Ship Service. But I am really stuck on one part. I am trying to create a certificate of origin using their test environment. I have ...
1
vote
0answers
193 views

Is it possible to add an attribute to an XML Root using nusoap's call() function?

I am creating a class that will be utilizing the Fedex Web Services. I am attempting to communicate through the nusoap php class's nosoapclient() function, passing it a wsdl file. It seems Fedex ...
0
votes
0answers
10 views

Looking for complete FedEx API Docs

I've been able to muddle through the FedEx web services api and integrate them into a couple applications, but the only documentation I've ever been able to find is horrible - lots of gems like "see ...
0
votes
1answer
23 views

FEDEX Web Services - information on data required

I have set up a developer test account with FedEx using the PHP code examples provided by FedEx. I have the following error back from the API: "All specified account numbers must match" - code ...
0
votes
1answer
39 views

FEDEX Web Services wsdl file

I have been asked to integrate a website with FedEx using PHP. I have no idea where to start. I have signed up for a test account and I have downloaded the only example code there is. This ...
0
votes
0answers
36 views

Mock SOAP response as stdClass from name spaced xml file?

I am building an application that interacts with FedEx's API using their WSDL files for rating. My issue is that the FedEx development server that handles freight rate requests is down or otherwise ...
0
votes
0answers
36 views

FedEx Url given tracking number [closed]

Have a tracking number for FedEx. I like to go to the FedEx url and pass that tracking#. I tried the following and go to the FedEx site but it did not automatically populate the info based on the ...
0
votes
0answers
55 views

Orders are not updating as “Shipped” when they are shipped out in spree [closed]

I am using spree e-commerce framework to develop a system.Now I am facing a problem related to Fedex shipping "Orders are not updating as "Shipped" when they are shipped out. FedEx suspects it may ...
0
votes
0answers
26 views

FedEx rate type specification in ROR

Now I am doing FedEx calculation in Spree.For this I used response = carrier.find_rates(origin, destination, packages) I checked the definition of find_rates.It accepts Options parameter.I want to ...
0
votes
2answers
86 views

Magento: set up FedEx shipping, but it's still now available for users

Have set up the FedEx account in Magento, but when trying to checkout I'm getting: This shipping method is currently unavailable. If you would like to ship using this shipping method, please ...
0
votes
0answers
61 views

fedex api (php) not working

i am using fedex php class, problem is that if source and destination (parameters) are same (suppose USA to USA) then it works fine. but when i change it to USA to ASIA (suppose usa to pakistan) ...
0
votes
1answer
210 views

FedEx: Authentication Failed with test account

I'm trying to integrate FedEx with my application. I created a test account. When I send RateRequest I got a response Authentication Failed (code is 1000). I use v10 of Fedex Rate service. For SOAP I ...
0
votes
1answer
67 views

rails active_shipping Fedex rate request fails

I'm trying to get shipping rate from fedex with a active_shipping gem: packages = [ Package.new( 100, # 100 grams [93,10], # 93 cm long, 10 cm ...
0
votes
1answer
129 views

Increase shipping price and/or add line item for extra cost

I'm implementing a custom FedEx integration solution for a Magento site. Part of this is to add a signature requirement checkbox in the onepage checkout, and add $3 if this is checked. Unfortunately ...
0
votes
1answer
183 views

FedEx 556 - No no valid services available. when there should be

Hi I'm trying to use the wsdl api to get shipping cost calculated for my website. I'm using opencart and this module ...
0
votes
1answer
128 views

FedEx “Service INTERNATIONAL_GROUND is invalid” message

i made integration with FedEx web services. All things works like a charm, but when i try to use international ground service type it raised me this error "Service INTERNATIONAL_GROUND is invalid" ...
0
votes
2answers
201 views

Pass through Magento Purchase Order number to Shipworks ; then add to Fedex Reference field

I use Shipworks 3 with Magento 1.5.1 and would like to pass the Purchase order NUMBER through. Right now the Payment Type comes through but I need the PO number so it can go on/print on the Packaking ...
0
votes
2answers
155 views

How do I integrate Fedex into my asp.net application?

How do I integrate Fedex into my asp.net application. Is there any dll available from Fedex. I googled it but couldn't find any dll. Also I am completely new at integrating payment gateway, shipping ...
0
votes
1answer
87 views

Magento Fedex shipping from Belgium

I'm getting this dreaded message. This shipping method is currently unavailable. If you would like to ship using this shipping method, please contact us. As error messages go, this one is extremely ...
0
votes
1answer
181 views

Fedex Shipping Label API required fields

I can't find this information anywhere in the documentation or online. I'm looking to know what are the required fields and in what circumstances they are required. Right now I'm getting: ...
0
votes
0answers
121 views

wininet stopped working for FedEx on Windows 7 but still good for UPS

We use the same approach for FedEx and UPS, it does not work for FedEx on Windows 7 but it still running well for UPS. For FedEx response is: 400 Bad Request (Your browser sent a request that this ...
0
votes
2answers
315 views

FedEx Print Ground Shipping label w/ Tracking Number

I have no problem printing an Express shipping label. The ground shipping label doesn't want to put the tracking number in the label. Has anyone had a similar problem? I return a tracking number ...
0
votes
0answers
188 views

Tracking API for Fedex and UPS

I am using active_shipping gem for fedex tracking with following code fedex = FedEx.new(:login => 'my_acc_meter_number', :password => 'my_acc_password',:key => 'my_acc_key',:account=> ...
0
votes
1answer
328 views

Fedex Tracking API C# not returning useful data

I'm using Fedex supplied example code for C# and I can NOT get it to return any information for active packages. I've gotten issued a production api key/meter number/password but all it ever tells me ...
0
votes
2answers
495 views

Active_shipping Fedex API Authentication Error

I'm implementing aсtive_shipping plugin functionality in my app. I've got test account from fedex and trying to get some shipping rates as shown in plugin's readme at github: fedex = FedEx.new(:login ...
0
votes
2answers
154 views

Printing directly from an HTTP response

I'm working with the FedEx shipping web service. The SOAP response contains a printer buffer file that is used to generate a shipping label. Is it possible to send this directly to the printer so that ...
0
votes
1answer
165 views

find signature is required or not using shipment API (USPS, UPS, DHL, FeDex)

I am integrating the Carrier (USPS, UPS, DHL, FeDex) API with my application. For that i need to find different statuses for that shipment like is it delivered or not, which is getting me properly. ...
0
votes
2answers
442 views

ASP.NET and FedEx integration

i am doing FedEx integration with asp.net project. The web service works correct but, I have some doubts about the API code Anyone know what is the use of RateRequestTypes object in FedEx API? Can ...
0
votes
3answers
1k views

Problem with Fedex Address Verification Web Reference

I'm trying to get the sample FedEx Address Verification application to work in C#. After contacting my FedEx technical contact and having him activate Address Verification on my test account ...
0
votes
1answer
921 views

FedEx Webservice for printing Multiple shipping labels

I am trying to connect to the FedEx shipping webservice v8. Everything works fine when I only have one RequestedPackageLineItems set. When I add two items I get the following error. "Invalid ...
0
votes
2answers
2k views

fedex shipping web service, test account authentication failed

can't understand why the credentials of my fedex web services test account won't work for the create shipping service and work for the track package service. any ideas?
0
votes
1answer
554 views

Proxy Authentication Error while calling FedEx webservice

I am trying to call the FedEx tracking webservice. Currently I am running the sample application provided by FedEx itself (Added my test account number and other details). When I run the application, ...
0
votes
1answer
318 views

Fedex Delivery Notification Email Problem [closed]

I have developed shipping application using fedex API. I am trying to test the delivery notification,Exception Notification and ship alert email. I am using the developer keys and also tried with ...

1 2