Discussions

Ask a Question
ANSWERED

HOW WE WORK

How we create and connect api to our Core Php Website

ANSWERED

Shipment Id

From which endpoint,I can get shipment id for tracking number like 390568061215??

ANSWERED

Can't convert my plan to a paid plan

Support doesn't exist in EasyShip.
Nor by e-mail, ticket, contact form, social network or whatsover.

ANSWERED

Auto order split function

My orders through my online store are all coming as one combined rate and shipping label. Support suggested "splitting" the shipment. How do I set this up so it will automatically split all orders with a quantity greater than 1x.

ANSWERED

Customer Signup through API

Do you have API endpoint to register customers.?

ANSWERED

Created Shipments showing in API call, but not Dashboard

I'm trying to create shipments on a client's website and they would then use the easyship dashboard from there to complete the process.

ANSWERED

Price and Country

Will your API work in India and is it free to use your API?

ANSWERED

Sign-up Problem

Why the sign up page is not working and how long will it take to work?

ANSWERED

Rates API

I have a question about this endpoint https://api.easyship.com/2023-01/rates. The endpoint documentation shows that you can pass either the ID or the SKU of the product, but I'm getting this error 422
{
"error": {
"code": "invalid_content",
"details": ,
"message": "The request body content is not valid.",
"request_id": "091b71a1d17b19f63b63317d71857e0e",
"type": "invalid_request_error"
}
}
the documentation states "if you provide the box object, its dimensions will prevail over the summary dimensions of each individual item. If not specified, items dimensions are mandatory to calculate the best box size for the parcel".
I don't have the box nor the item dimensions so I can't provide them, and so I want to know why I have to pass the item dimensions if I'm passing the ID/SKU of the product and the dimensions can be obtained using that ID/SKU.

ANSWERED