These docs are for v1.0. Click to read the latest docs for v2024.09.

Discussions

Ask a Question
ANSWERED

Can be used for a eCommerce in Mexico?

Hi,

ANSWERED

Rates provided by the API differs from the invoice.

When requestiing rates via your API we are getting different prices than the one invoiced.

ANSWERED

API rate limit too low

Hi, we are developing a market place website, and are looking for a shipment API. We'd like to know if easyship is the right option for us.

ANSWERED

API issues - Quotation fetched from Dashboard but couldn't get records using Production API

Here is my request:
{
"origin_address": {
"line_1": "847 E 11th Ave",
"line_2": " Columbus",
"city": "Columbus",
"state": "OH",
"postal_code": "43211"
},
"destination_address": {
"line_1": "141 North Ave",
"line_2": " Northlake",
"city": "Northlake",
"state": "IL",
"postal_code": "60164",
"country_alpha2": "US"
},
"incoterms": "DDU",
"insurance": {
"is_insured": false
},
"courier_selection": {
"apply_shipping_rules": true
},
"shipping_settings": {
"units": {
"weight": "lb",
"dimensions": "cm"
}
},
"parcels": [
{
"total_actual_weight": "2",
"box": {
"length": "4",
"width": "2",
"height": "2"
},
"items": [
{
"quantity": 1,
"category": "Shoes",
"item_description": "Shoes ",
"declared_currency": "USD",
"declared_customs_value": 100,
"actual_weight": 1
}
]
}
]
}

ANSWERED

Chargeable Weight

Is there a way to get teh chargeable weight in the api rates responses ?

Don't have a quote with UPS from US to US?

Don't have a quote with UPS from US to US?

ANSWERED

Parcels dimensions or all items dimensions are mandatory

I have this error "Parcels dimensions or all items dimensions are mandatory"

ANSWERED

Default Credit Card

We have added a credit card on our easyship dashboard and it's stored there.
However, the Easyship API is still saying "No default credit card found" when we process a payment through the API.
How do we fix this?

ANSWERED

I have created shipment with test account(sandbox)

I am developing an easy ship extension using the Sandbox account credentials. I am not getting the shipment id when the shipment is created to get a label response is there any mandatory fields to be passed in order to get the label response for a particular courier Type ?. I want solid it solutions to generated label shipment carrier through the easy ship. I couldn't find an API related to this problem. Kindly provide a solution.