Dmitry S Sh
Dmitry S Sh

Reputation: 13

Get shipping label using Paypal API

How to get shipping label using Paypal API?

I have seen several examples where sending form on http://www.paypal.com/us/cgi-bin/webscr?cmd=_ship-now and parse the results, but did not find how to send the parcel using Paypal API

Upvotes: 1

Views: 943

Answers (2)

Eric Chang
Eric Chang

Reputation: 56

We use Perl/LWP to simulate a browser to put in the user address and package information to generate the shipping label. And then we download the image files into our local file system. After that, we format the image file to fit our printers.

Upvotes: 1

Drew Angell
Drew Angell

Reputation: 26036

Unfortunately, PayPal does not have API's for shipping labels or tracking numbers. I've been begging for it for years.

Upvotes: 0

Related Questions