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
2 answers

ZPLII thermal label not printing Fedex web services

I have a c# app that connects to FedEx webservices, and want to print a shipping label on a thermal Zebra printer. I request the response to be in ZPLII type and save that response to a .txt file. I have talked to Zebra and FedEx and they both say…
Scott Selby
  • 9,420
  • 12
  • 57
  • 96
-1
votes
1 answer

Need help converting a Python script to PHP

I've written a PHP script to track packages from various shippers, but wasn't able to write one for FedEx that worked. Then I found the python script below. It works great, but I'd like to standardize on PHP for all my code. I've spent the last…
Frank Jance
  • 115
  • 1
  • 9
-1
votes
1 answer

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 unhelpful. I've seen many people facing the same…
Jelle De Loecker
  • 20,999
  • 27
  • 100
  • 142
-1
votes
1 answer

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 is that. 'No information for the following…
Grummle
  • 1,364
  • 1
  • 12
  • 21
-1
votes
1 answer

Fedex API + PHP + I want to add custom field on label..like order number

I need to create label using fedex api, I am getting fields like date, from name, ship name. I need to print Order number also on that label.
-1
votes
1 answer

Populate parameters to FedEx.com

I'm trying to populate data to the FedEx.com Shipping or Lite version. https://www.fedex.com/lite/lite-ship.html?#address Is any simple method to pass arguments to that webpage? Something like:…
-1
votes
2 answers

Upgrading openssl 0.9.8g to 1.0.1e

I have an old linux machine (fedeora 9 sulphur) that i think comes with Openssl version 0.9.8g. I upgraded openssl version to more recent one but getting different outputs (see below) for different commands (see below) # yum update…
user2896215
  • 507
  • 7
  • 20
-1
votes
1 answer

calculate days of delivery between 2 zip codein fedex

i am new in fedex, i tried to google about fedex but i cant getting any things which can help me. I want to calculate how many days it will take to deliver pachage from zip1 to zip2. Is there any way to do like this in fedex using php api?
Himanshu Bhardiya
  • 1,047
  • 14
  • 37
-1
votes
1 answer

Namespaced object to select list php

I am trying to use fedex shipping api by https://github.com/101medialab/shipping in my website. I am not good with php, when I try the code: $calculator = new MediaLab\Shipping\Calculator\FedExCalculator($key,$password, $accountNumber,…
Angela Taylor
  • 151
  • 1
  • 11
-1
votes
2 answers

How to change the weight before sending to fedex magento?

In magento checkout page, after giving billing information and shipping information, i understand that these details are sending to fedex then the shipping rates are populating in chekout page, before sending theses details to fedex, i want to…
Naveenbos
  • 2,532
  • 3
  • 34
  • 60
-1
votes
1 answer

How to print out Console data into MVC C#

I tried to put the code as MVC c# form from console. I want to show key with account, meter numbers, but I have no idea what I'm wrong. What I want to try is that prints out all info in Details page. Here is controller public ActionResult Index() …
J.K
  • 89
  • 1
  • 2
  • 9
-2
votes
1 answer

Axios Fedex Docs is not understandable

Hello I try to pull fedex tracking product info with axios. but here doc https://developer.fedex.com/api/en-us/catalog/track/v1/docs.html#operation/Track%20by%20Tracking%20Number is not understandable. here my code import axios from "axios" (…
Foxsnow
  • 99
  • 1
  • 5
-2
votes
1 answer

Fedex Api - Can't get a customs form for Fedex Ground to Canada (from US)

I get an AUXILIARY_LABEL included in the response for all methods to Canada except from Ground. Any idea why not?
-2
votes
2 answers

How to get similar address suggestions in FedEx address validation web services?

I am working with FedEx Address Validation web services. I have come to know that when an address is incorrect it should prompt me for some correct address suggestions. Please guide me.
Mansi Desai
  • 227
  • 6
  • 17
-2
votes
1 answer

Fedex Api Rate Calculator

Parameters to be passed to the Fedex API . New Fedex APi rate calculator not working getting Authentiction error 1000 "Authentication Failed" error
nidhin
  • 21
  • 4
1 2 3
30
31