Discussions

Ask a Question

Shiping API Giving Internal Server error

I am Trying to call the get all shipment API but getting Internal Server error Following is the Response for the same

From Shipping Chaos to Easytrack Zen

Hey everyone!

Shipping APIs Are Breaking My Brain

Hey y’all. So I’m trying to build this small eCommerce site for a uni side project (slash maybe actual business if I don’t totally bomb it), and I’m using Easyship’s API to handle shipping stuff rates, labels, tracking, the usual. I’ve done some basic API stuff before, but this is kinda next-level for me and I’m seriously stuck on webhooks.

Subject: Country Coverage Inquiry for Integration with The Contract Master

Dear Easyship Team,

ANSWERED

Shipment partial_success

Hi Support,

ANSWERED

API - Get a label after Shipment was created

Hi,

ANSWERED

Pallet shipping functionality

Hi everyone,

ANSWERED

The API always returns: 'Access to this resource requires scope(s) public.address_validation:write', but this scope was already selected in the dashboard

curl --request POST \
     --url https://public-api.easyship.com/2024-09/addresses/validations \
     --header 'accept: application/json' \
     --header 'authorization: Bearer sand_OhQNyNen5VQ5AUEcm2NfxJZzA8CuZNeOWbGRT5sVZq8=' \
     --header 'content-type: application/json' \
     --data '
{
  "country_alpha2": "AD",
  "replace_with_validation_result": false,
  "city": "London",
  "company_name": "Guava Technology",
  "line_1": "10 Downing Street",
  "postal_code": "SW1A 2AA"
}
'
ANSWERED

Unable to create shipment with missing contact phone in destination address

Here is the payload: