Discussions
Cant create shipment/labels
Im getting 202 status when creating shipment. I dont know whats wrong
Here is the request:
Cannot create shipment and API return error message
I want to create shipment for my order, but the API return error as below:
Auto sync warehouse inventory levels with store?
Is there a way to auto sync the warehouse inventory levels with our stores i.e. Shopify?
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'.
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?
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.
Track shipment status
Hi Admin,
When create shipment for BOX, what is the weight of the BOX?
a) Using the Easyship API, https://developers.easyship.com/reference#boxes, it returns no weight for box.
No shipping solutions available based on the information provided attempting to get a rate
Can you shed some light on this error please?
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"
}