Discussions

Ask a Question
ANSWERED

API Integration

Do you guys have the API documents in spanish?

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

Return request

Hi, is there any API to create a return shipment for a shipment which was not created using easyship?

ANSWERED

Return request

Hi is there any API to create a return shipment for a shipment which was not created using easyship?

ANSWERED
ANSWERED

Labels Won't Generate

We use Optivision LMS to print labels and they won't print. The error message we receive is "additional services none is not a supported additional service."

ANSWERED

API lable getting

Client error: POST https://api.easyship.com/2023-01/labels resulted in a 422 Unprocessable Entity response: {"error":{"code":"invalid_content","details":["undefined method `map' for #<ActionController::Parameters {"easyship_shi (truncated...)

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"
);

ANSWERED

Australia DDP DDU setting is not available?

Hello, is DDP DDU not required for imports to Australia? We are setting it manually via API, the came code works for the UK so not sure why it does not work for AU, we assume the country code for Australia is 'AU'

ANSWERED

Use USPS delivery confirmation service when create a shipment

Hello Team,