Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generating Fedex Shipping Labels

Tags:

soap

wsdl

fedex

I'm using Fedex web services and would like to regenerate a shipping label. Is there a SOAP request where I can supply a tracking number and have fedex return a pdf label, or do I need to save the generated pdf when using the ShipService to create the shipment? Generating the pdf on the fly would be cleaner than having to store each generated pdf.

like image 562
bezz Avatar asked Apr 30 '13 14:04

bezz


People also ask

Can I make my own FedEx shipping label?

Yes, you can easily create shipping labels on fedex.com and have them printed at a location that's convenient for you. For more information about this option, see the How to print a shipping label section.

Can I create a FedEx label without an account?

Yes. FedEx Ship Manager™ Lite allows you to send a single package internationally and pay with your credit card without an account number.


1 Answers

There is no FedEx API to regenerate/reprint the label.

You have to store it on your side or somewhere in the cloud.

like image 191
Vladimir Avatar answered Sep 22 '22 06:09

Vladimir