Discussions

Ask a Question
ANSWERED
ANSWERED

Why is no UPS coming back on rates_request API request?

We only see Fedex, USPS, etc. when trying to get quotes...yet in the dashboard, UPS is showing for the same data? Can someone help? Thanks!

ANSWERED

HTTP Error 403: Forbidden

I'm using python 3+ and getting this error.

ANSWERED

DHL Express Test

What are these API keys for the test, and if they are for the test, how can they be used? Is it possible to check the delivery, for example.

ANSWERED

Return Shipment

How to create a return shipment using Easyship rest API??

Website ruleset not implemented and actioned when using API label request.

After a lot of testing, it seems that labels requested via API are not subject to shipping rules, can you please confirm this is correct?

Wordpress Version Testing

WHen will the plugin be tested up to wordpress version 5.2.2?

ANSWERED

Request a Pickup - not available

I send the function "Get Available Pickup Slots"
Selects a pick-up slot and the "Request a Pickup" function returns that the selected date is not available.
Request Url:
https://api.easyship.com/pickup/v1/pickup_slots/3da5e847-c889-46c2-aaac-ec6d6f70f5c0
Response:
{
"courier_id": "3da5e847-c889-46c2-aaac-ec6d6f70f5c0",
"courier_name": "Aramex - Parcel",
"message": "This Courier provides a pickup service. The available time slots are shown in local time, for the coming 7 days.",
"pickup": {
"provider_name": "USPS",
"slots": {
"2022-08-24": [
{
"min_time": 8,
"max_time": 20
}
],
"2022-08-25": [
{
"min_time": 8,
"max_time": 20
}
],
"2022-08-26": [
{
"min_time": 8,
"max_time": 20
}
],
"2022-08-27": [

ANSWERED

Shipment Checkpoint Timeline to Webhook Delivery

Hey All!

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"]
}