Questions tagged [fedex]

Describes how to use Web services to design and deploy applications enabled by FedEx.

FedEx Corporation, originally known as FDX Corporation, is an American global courier delivery services company.

This topic can be helpful for the application developer who uses web services to design and deploy applications enabled by FedEx.

It describes how to get started with application development and how to use the Application Programming Interface (API).

It also describes each available service in addition to the business logic that drives each FedEx process.

Useful links:

454 questions
3
votes
2 answers

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 => '***', :password => '***', :key => '***',…
sunki
  • 672
  • 11
  • 20
3
votes
1 answer

Send data to thermal printer

Possible Duplicate: .NET code to send ZPL to Zebra printers 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…
3
votes
3 answers

python fedex api problems

I want to use FedEx API for shipping in python. I installed fedex lib: pip install fedex but when I try to use it I got an error. Help, please. from fedex.config import FedexConfig CONFIG_OBJ =…
3
votes
1 answer

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 followed the xml schema and have come up with the…
Bobby
  • 1,594
  • 13
  • 20
3
votes
0 answers

Fedex API XML error about type.2.4.d

I try to create label and invoice with ETD(ELECTRONIC_TRADE_DOCUMENTS). I can print label but when I add information of invoice in XML, I receive xml error. below is request. { 'soap:Envelope': { '$': { 'xmlns:soap':…
EddyKim
  • 155
  • 1
  • 14
3
votes
1 answer

FedEx Shipping API using PHP

I am trying to Integrating fedex api using php but there are some errors .i am using following code:
shalini
  • 39
  • 1
  • 7
3
votes
3 answers

FedEx Dry Ice via FedEx API

Is anyone familiar enough with the FedEx API to get Dry Ice to work? The FedEx documentation for Dry Ice is here: https://www.fedex.com/us/developer/WebHelp/ws/2014/dvg/WS_DVG_WebHelp/index.htm#25_2_Dry_Ice_Coding_Details.htm This doesn't seem to…
William W
  • 1,776
  • 6
  • 21
  • 40
3
votes
2 answers

How to distinguish UPS Mail Innovations from USPS tracking number

I'm struggling to identify the shipping carrier by the tracking number provided, if this is a UPS Mail Innovations number. I"m writing a small C# library to complete this task and the best resource I've ever found is a Ruby based one called…
kalitsov
  • 1,319
  • 3
  • 20
  • 33
3
votes
2 answers

FedEx web Integration ERROR CODE 9004

I am trying to integrate the tracking services of FedEx on to my webapp and I keep getting this error.. Severity: FAILURE Source: prxy Code: 9004 Message: Remote EJB method: track not called. Unable to create the remote bean. Exception:…
Pankaj Lohia
  • 121
  • 7
3
votes
0 answers

FedEx API merge PDFs (Shipping Labels) PHP

Is there a way to merge shipping labels or append another shipping label to another in the FedEx API? I've tried the following but have had no success //Create the shipping label in the provided file SHIP_LABEL $label=…
Dom
  • 858
  • 2
  • 11
  • 30
3
votes
2 answers

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 package count or invalid package sequence number." My…
Michael Grassman
  • 1,935
  • 13
  • 21
3
votes
1 answer

Fed Ex Rate Service

I have downloaded the C# Rate Service example code from Fed Ex's Developer Resource Center. I edited the code with my test key and password The project builds OK, but it keeps looking for a settings file that doesn't exist in the example code and…
Bill Harris
  • 106
  • 6
3
votes
2 answers

Magento fedex error:Commodity country of manufacture is required

i get below error while generating package for order "Magento fedex error:Commodity country of manufacture is required" while i have added country in General>Default Country how to resolve that error ?
saurav
  • 487
  • 1
  • 7
  • 21
3
votes
1 answer

FedEx API returns

What is the difference between RATED_ACCOUNT_PACKAGE and PAYOR_ACCOUNT_PACKAGE? What about RATED_LIST_PACKAGE and PAYOR_LIST_PACKAGE? I checked the documentation but it's somewhat confusing: Use the optional RateRequestTypes element to have list…
arao6
  • 3,316
  • 5
  • 30
  • 51
3
votes
1 answer

Magento 1.7.0.2 FedEx and DHL not working

I have setup FedEx and DHL shipping modules in Magento 1.7.0.2 and my country of origin is United Kingdom. When I enable logging to the log file it displays an error similar to this: 2014-01-16T11:37:32+00:00 DEBUG (7): Array ( [request] =>…
drsndodiya
  • 1,685
  • 1
  • 17
  • 36