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
1
vote
1 answer

Can unpredictably typed arguments be handled in a WCF service?

I'm relatively new to WCF services, so I apologize in advance if I'm missing the obvious. My business uses EasyPost as our shipping solution, and I've written a WCF service to handle the shipping status webhook calls from EasyPost, described here:…
Malekovic
  • 41
  • 4
1
vote
1 answer

integrate EasyPost with cakephp

Trying to integrate this: https://github.com/EasyPost/easypost-php When I run this code blow I get an error that says Cake can't find the class Address. It's actually loading the address.php file, but for some reason it can't access the class. What…
Justin Young
  • 2,393
  • 3
  • 36
  • 62
0
votes
1 answer

Easypost webhook refund event

What webhook event should i listen to to know that the refund of a shipment label was accepted by the carrier? Here's how I do it now, but unfortunately when I run the easypost webhook locally, it does not emit the event even though a refund is…
Johni
  • 23
  • 4
0
votes
0 answers

How do I render an easypost address by id from a user?

I am trying to find the address by the "address_id" column in the user model to then render that address. Note: Since this is easypost I did not make the address model itself and there is no association between the user model and the address…
0
votes
1 answer

Easypost - How to insure and buy shipment together

I'm using the EasyPost API and I'm having a few blockers along the way. I want to create a Shipment and buy insurance at the same time, but it seems that the API wants you to first purchase the Shipment (the postage), then to buy the insurance, as…
Johnny boy
  • 143
  • 2
  • 11
0
votes
1 answer

How to disable SSL for a method

I have a problem. I am using easypost. The problem is that I got the following error WARNING:urllib3.connectionpool:Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by…
Test
  • 571
  • 13
  • 32
0
votes
1 answer

Setting up Usps Returns Account with easy post api

I have a php application in which we are using USPS prepaid account with easy post api which works fine but now client says we need to add a USPS returns account now i am not sure how to do it here is a code sample that USPS have emailed... curl -X…
I AM A Hacker
  • 113
  • 1
  • 1
  • 10
0
votes
1 answer

Firebase Functions deploy fails 'There was an error deploying Functions' with Easypost

Hello fellow world peace and Moonbase-36 residents, Deploying this firebase function Fails because I've added EASYPOST into the file. Do I need to create another functions file and deploy that to make this work? // require('babel-polyfill'); const…
0
votes
1 answer

Easypost webhook sends lot of 'Unknown' statuses

I have configured a webhook url in easypost, which sends updates whenever a new event occurs in my shipment. I am receiving status as 'unknown' till the day of delivery. Basically, only 2 statuses are received, 'unknown' and 'delivered' (on the…
Developer
  • 1
  • 1
0
votes
1 answer

Using EasyPost With Laravel 8

Guys I'm brand new to laravel and easypost. I'm putting together an ecommerce store but I need to show the customer shipping rates that must be passed on to the total price. So far, the test payments work in the bummen99 cart, but I'm really…
D.T
  • 105
  • 1
  • 1
  • 7
0
votes
1 answer

EasyPost prefetch price

I am trying to fix a price using USPS and Easypost API. However, in my case based on weight I wanted to show the user list of pricing (Rates) from Easypost. And later when the order comes in, the rate would be used for posting to the recipient. I do…
0
votes
1 answer

Unable to refund EasyPost test shipments

I am working on a shipping application using EasyPost, and I am at the point where I need to test refunding shipment orders. Before I started on building an implementation in my application, I wanted to test refunding the shipments via the EasyPost…
0
votes
1 answer

Nodejs Pagination using Shipment.all and Tracker.all

Appolgies i am quite new to Nodejs and programming, so Long story short: Using the Easypost Nodejs API, I need to retrieve all Tracking Status 3 times a day using my Nodejs/express backend. I hit a rate limit on my very inefficient way of retrieving…
0
votes
1 answer

using Promise.all with easyPost API for multiple requests for tracking status

I need to output a long list of shipments and their tracking Status/ tracking URL. If I was running this synchronously then it may well take a very long time. So if I run it asynchronously it should be quicker as all the requests will run at the…
0
votes
1 answer

How to add already created label to fedex pickup

I'm creating label, and everything works well. But how can I connect an already created label to FEDEX pickup. try { /* * Per explicit request fromthe FROM * address should always be the address of…
Denis Maksiura
  • 135
  • 1
  • 7