bezz
bezz

Reputation: 1688

Generating Fedex Shipping Labels

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.

Upvotes: 6

Views: 3679

Answers (2)

If you use the Shiprush SDK, the label can be refetched from the Shiprush system. When you go direct to fedex api, then you have to handle saving the label yourself, and managing the reprint process yourself.

Upvotes: 0

Vladimir
Vladimir

Reputation: 4850

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

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

Upvotes: 7

Related Questions