These docs are for v2023.01. Click to read the latest docs for v2024.09.

Discussions

Ask a Question

Unable to download Shipping Documents

Goof afternoon, I am unable to download my documents in Easyship, its been an hour or so and it still says "pending". Do help me in this matter.

Pickup API: "Sorry, it is too late to request a pickup at this time, please refresh and try again"

Hi I'm trying to create a pickup request for a shipment that I created using the API. In the pickups endpoint call that I'm making I'm passing in the data as per the documentation and the slots returned by the "pickup_slots" end point. It's failing to create the pickup, however, and returns this response: "Sorry, it is too late to request a pickup at this time, please refresh and try again"
Here's how I'm passing the data in the request body:
{
"courier_id": "dfa5ba0d-4f91-4f6d-9622-8f1a22b23855",
"preferred_date": "2022-04-26",
"preferred_max_time": "2022-04-26T20:00",
"preferred_min_time": "2022-04-26T08:00",
"easyship_shipment_ids": ["xxxxxxxxxxxx"]
}

We're sorry, but something went wrong (500)

Hey!

"error": "User doesn't have permissions for this request"

Hi,
We are trying to pull one of our user's data using this call.

Sorry, we couldn't find any shipping solutions based on the information provided

My API Response returned this error "Sorry, we couldn't find any shipping solutions based on the information provided". Please advice

Shipment/Label API issues

Hey, I'm trying to setup a Shipment/Label API. I've used postman examples to get me started, and am filling out all of the required fields, however the API call returns an empty body tag- I'd expect this to contain a link to the shipping label/some of details?

Get Optimal Box Size

We sell millions of different parts. I know the part length, width, height, and weight. We want to set the box sizes before we place a shipment so we know what type of boxes we need to order from our supplier. What is the best way to calculate box size so we can store it and order boxes?

"messages":["Not Support Failure: No rates for this country"]

During testing on "Request Rates & taxes API" https://api.easyship.com/rate/v1/rates, API response is with "messages":["Not Support Failure: No rates for this country"] for international delivery rate. I cannot find anything in API reference for this issue. let me know how to fix it.

label response problem

Hello,
I have created label with sandbox account,
i am not getting response for platform_order_number and label_url,tracking_number, i am getting null on it, so my question is, is it problem with sandbox api? we will get response when we use original key (production key)?