Discussions

Ask a Question
ANSWERED

API Integrtion

Please find a set of questions and clarifications posed by our developers regarding technical aspects.

ANSWERED

No shipping solutions available based on the information provided attempting to get a rate

Can you shed some light on this error please?

ANSWERED

How to get shipment checkpoints in a sandbox environment?

We are building an integration with Freshworks where we want to display checkpoints of the shipment and also have data of shipments with different statuses. However, the sandbox environment API is coming back empty.

ANSWERED

Multibox shipments through API

Easyship now supports multibox shipments for my subscription tier and for the country I'm shipping from. Is there a way to configure multibox shipments through the API?

ANSWERED

No shipping solutions available based on the information provided

I was getting this message when i create shipment.

ANSWERED

order shipment

Hello everyone, I'm trying to create a shipment order using the API,

ANSWERED

No shipping solutions available based on the information provided

Hi, I am trying to demonstrate what I need in my website, at your API playground. I tried your prebuilt example (which they use an address in Hong Kong) it worked just fine, but when I changed to an American address (that is a valid address) it shows me this error: "No shipping solutions available based on the information provided"

ANSWERED
ANSWERED

Pledgebox Data Push

Hi

ANSWERED

I am unable to request /api/rates endpoints

app.get('/api/rates', (request, response) => {
response.setHeader("Access-Control-Allow-Origin", "*");
response.header(
"Access-Control-Allow-Headers",
"Origin, X-Requested-With, Content-Type, Accept"
);