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
0
votes
1 answer

Is Magento reaching out to Fedex and UPS on each product page load?

I have a magento site with about 200 products and the product pageloads take over 14 seconds. I've done many of the often suggested speedups with no real difference in speed. So I asked my webhost for some help with optimizing and they did some sort…
0
votes
3 answers

Magento 1.8.1 - Remove FedEx Insurance

The default backend Magento 1.8.1 FedEx setting do not allow for the option of removing insurance and forces the default value of the item to be fully insured. 'Version' => $this->getVersionInfo(), 'RequestedShipment' => array( …
0
votes
1 answer

Apply free Fedex shipping (all types) to an order in Magento in the admin section

I would like a way to apply free fedex shipping to orders in the admin section. It should be able to zero out the shipping on all fedex shipping types (ground, express, etc). I am currently able to set free shipping on ground by having a Shopping…
bezz
  • 1,438
  • 18
  • 28
0
votes
1 answer

how to create and printing label from our application using FedEx api in asp.net?

We have gone through the Fed Ex website for API service but we could not found any suitable API web service which can help us to implement create and print a label functionality in our application. So please provide in detail how to integrate …
Hardik
  • 1
  • 1
  • 1
0
votes
3 answers

Generate fedex label

I am trying to integrate fedex service on my site where user purchase products and selects fedex shipping method, i am able to calculate the shipping rates with help of api but i also want to generate a code/label which can be used further to track…
Vikram
  • 3,171
  • 7
  • 37
  • 67
0
votes
1 answer

Maximum character to Item Description in Fedex Label creation

I am trying to connect to the FedEx shipping webservice for creating ship labels. I want to add Item Description to CreatePendingShipmentRequest as request.RequestedShipment.RequestedPackageLineItems[counter].ItemDescription=""myvalue"; I want to…
NCA
  • 810
  • 1
  • 8
  • 19
0
votes
2 answers

How do I pass in the SignatureOption to the FedEx RateRequest API?

For some deliveries I require a signature which is an extra charge. I would like to know what that extra charge is, using the rate request API. I'd like to know if this is the place to get that value or if there is some other way. In the…
treadmen
  • 1
  • 3
0
votes
1 answer

analysis of javascript generated web pages

Some web sites seem to rely solely on javascript to generate their web pages. As a user, we don't even get to see the ultimate "real" HTML output. For example, if you open a fedex tracking page <…
dacongy
  • 2,504
  • 3
  • 30
  • 48
0
votes
1 answer

Add conditions of carriage to the FedEx label

In order to pass FedEx certification for the shipment API, they requested the label to have conditions of carriage. Here is exact response from the FedEx representative: The labels you forwarded still did not have any Conditions of carriage on them…
wik
  • 2,462
  • 1
  • 24
  • 29
0
votes
3 answers

Fedex Special Rate Request using python-fedex

I am having a problem with fedex rate service request. I need to get the Saturday Delivery rate from fedex. How can i get this? I am using python-fedex module. I have tried using rate_request.RequestedShipment.ServiceType =…
Codengine
  • 59
  • 2
  • 9
0
votes
1 answer

Connecting to the server machine 'wsbeta.fedex.com' failed

I want to start using Fedex web service, so I downloaded the sample code putted in the site "Fedex.com" for developers. But the folowing error occured: Unable to automatically step into the server. Connecting to the server machine…
You
  • 41
  • 4
0
votes
1 answer

Magento Fedex Shipping Method Currency

I have magento site with base currency and display is IDR, but the Fedex shipping was calculated the USD price. How can I set the Fedex display currency in IDR?
adisPaul
  • 11
  • 5
0
votes
1 answer

Problem with FedEx Address validation web service

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…
DJ Matthews
0
votes
1 answer

Fedex tracking in Magento (Pop Up) not working

When either I or my customers try to track Fedex shipments within Magento admin or the store, we get an error - http://screencast.com/t/D1jFoMeSxn3 Is anyone else experiencing this? UPS seems to work fine. This is Mage 1.7.02 Cheers!
user1422635
  • 21
  • 1
  • 5
0
votes
2 answers

FedEx Soap v10 - Scheme/XML Issue

Currently receiving this when trying to submit my XML to FedEx's servers: 'errorCode' => '5', 'reason' => 'Schema validation failed for request.', 'details' => { 'ValidationFailureDetail' => { 'xmlLocation' => { 'NumberOfPieces'…
Braunson
  • 717
  • 2
  • 12
  • 36