Questions tagged [easypost]

EasyPost is an API that lets you add shipping to any application.

EasyPost is an API that lets you add shipping to any application. The API supports shipping with USPS, UPS, FedEx, DHL, and more. With EasyPost you can:

  • Create shipping labels
  • Get realtime shipping rates
  • Track packages
  • Verify addresses
  • Generate customs forms
  • Create batches of shipping labels
  • And much much more
56 questions
0
votes
1 answer

How can I integrate EasyPost with Squarespace to generate cost-effective shipping labels?

I have a Squarespace site with e-commerce features. I found this service called EasyPost. Using their API I could theoretically generate cheap shipping labels on checkout. The problem is I don't understand how to leverage an API with Squarespace.…
user3020610
0
votes
1 answer

Easy Post API with Laravel

I am trying to use EasyPost with Laravel, but I don't know how to use it in laravel. I try to use it on my controller but I get an…
0
votes
1 answer

Sidekiq returning job id

I'm have a check_delivery method which uses Sidekiq to call the EasyPost api gem. def check_delivery if tracking_number.present? EasypostWorker.perform_async(tracking_number) end end class EasypostWorker include…
zapatos
  • 285
  • 4
  • 12
0
votes
1 answer

How to write a case statement with nested JSON in rails

I have an app that is integrated with the Easypost API (for shipping stuff, really cool). I'm using their tracking information webhooks to fire events in my app. I'm using ruby case statements to accomplish this. Here's a link to Easypost's API…
Haymaker87
  • 519
  • 7
  • 18
0
votes
1 answer

PHP Custom Class, PayPal API, Mailgun API, Easypost API. Can they work together

I have an ecommerce site that i am building for a client. This site had previously worked perfectly fine using procedural functions and curl to make the calls to Paypal. I download the Mailgun and Easypost API manual and installed manually. DOwn the…
DevOverlord
  • 456
  • 3
  • 19
0
votes
1 answer

Easy Post API with Codeigniter

I am trying to use EasyPost with Codeigniter to build an e-commerce store that allows customers to choose the shipping rate they want. I have loaded the CURL library and the REST library into my project and then have the following code: class…
user3367639
  • 597
  • 3
  • 6
  • 20
0
votes
1 answer

How can I convert this object to an array in PHP

For reference I'm using EasyPost (shipping API) to make PHP calls checking shipping rates and what not. Their code is all about using it to echo data back to the page as a PHP object, but I'm trying to use jQuery ajax to get JSON data back from it…
Jordan
  • 2,393
  • 4
  • 30
  • 60
0
votes
1 answer

Wrapping Web Services with Moo

I recently took over the maintenance of a Perl client that wraps a Shipping web service. The project in its initial state uses Moo objects that map directly to object of the web service, for instance there are classes Parcel, Address, and Label. In…
Hunter McMillen
  • 59,865
  • 24
  • 119
  • 170
-1
votes
2 answers

Easypost Node.js Example Difficulties?

I'm currently trying to implement the Easypost API however the example from the docs is console logging null on my front-end (localhost:3000)... does anyone know what I'm doing wrong? Thanks... First time using using firebase as well as easypost &…
-1
votes
3 answers

Is there any documentation for EasyPost that shows the raw JSON for the requests, including headers? Or e.g. a PostMan collection?

I'm just doing the preparation for an integration with EasyPost's Shipping API, which will be server side C#, but we always build a PostMan collection for new integrations, so that we can test data separately from the application if there's an…
Emma
  • 19
  • 7
-4
votes
1 answer

Buying FedEx shipping label through EasyPost

I'm having troubles buying FedEx shipping label through EasyPost. I was trying to buy label for FedEx International Economy service and received the following error message from EasyPost: Shipment: shp_XXX, message: Validation failed: Predefined…
DjangoPy
  • 855
  • 1
  • 13
  • 29
1 2 3
4