Discussions

Ask a Question
ANSWERED

Cant create shipment/labels

Im getting 202 status when creating shipment. I dont know whats wrong
Here is the request:

ANSWERED

Cannot create shipment and API return error message

I want to create shipment for my order, but the API return error as below:

ANSWERED

Auto sync warehouse inventory levels with store?

Is there a way to auto sync the warehouse inventory levels with our stores i.e. Shopify?

ANSWERED

Page Not Found!

Cannot access API endpoint, https://api.easyship.com/rate/v1/
message is 'This page cannot be found', and in my code message is 'urllib.error.HTTPError: HTTP Error 403: Forbidden'.

ANSWERED

Sticker Label API/ Webhook

Is there any API or webhook for us to get the label (airway bill) of the shipment?
After creating any shipment on Easyship Dashboard, we need to get the label (PDF format) to stick on the parcel. Is there any way to do that?

ANSWERED

INTEGRATING API SHIPPING RATE TO A CUSTOMISED WEBSITE BUILT USING WORDPRESS

Hi I would like to integrate API shipping rate to my website which is actually a customised website built up using WordPress.

ANSWERED

Track shipment status

Hi Admin,

ANSWERED
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

Retrieve USA rate from rates api fail but ok for "Get a Quote" in backend

Here is the payload
{
"apply_shipping_rules":false,
"box":{
"height":2,
"width":2,
"length":2
},
"destination_country_alpha2":"US",
"destination_postal_code":"10001",
"is_insured":false,
"items":[
{
"actual_weight":2,
"height":2,
"width":2,
"length":2,
"category":"toys",
"description":"",
"declared_currency":"HKD",
"declared_customs_value":0,
"quantity":1
}
],
"origin_country_alpha2":"HK",
"origin_postal_code":"0",
"output_currency":"HKD"
}