Discussions

Ask a Question
ANSWERED

Easyship API causes a fatal error in my wordpress.

I had followed the instructions as stated in your Easyship page to connect to Woocommerce. However, after inserting the Easyship API code in my Woocommerce, it caused an immediate fatal error. I couldn't log in to my website. Please help.

Rates API not returning TNT rates

Hi,

Drupal 8

Hi all
I was wondering if anyone had managed to integrate ES into Drupal 8 at all? I seem to be short on solutions and my current process is really painful. too much manual intervention. Would really like to automate more.

ANSWERED

Testing Easyship webhooks

Hi,
Is there a way to test webhooks on test environment? Some way to trigger them with actual data or sample payload?

ANSWERED

Integration does not show Sandbox Access Token

Hi, I'm attempting to test a new integration, but is not able to see the Sandbox access token

In node js i get this unexpected error

shipping rates error [
'Oops, an unexpected error occurred. Please check your request and try sending it again. You can contact us if the problem persists.'
]

ANSWERED

Get Shipments From easyhip ERROR: we couldn't find any shipping solutions based on the information provided

Attached is the request and the response - what is the reason for the error?
REQUEST DATA:
{
"origin_address": {
"line_1": "55 PROSPECT ST",
"state": "New York",
"city": "Sydney",
"postal_code": "11201",
"country_alpha2": "US",
"contact_name": "shipping test",
"company_name": "shipping test",
"contact_phone": "+1396380000",
"contact_email": "
[email protected]"
},
"destination_address": {
"line_1": "1 quai de Jemmapes",
"state": "",
"city": "Paris",
"postal_code": "75010",
"country_alpha2": "FR",
"contact_name": "Shira Bar",
"company_name": "Shira Bar",
"contact_phone": "5747479",
"contact_email": "[email protected]"
},
"shipping_settings": {
"units": {
"weight": "kg",
"dimensions": "cm"
}
},
"parcels": [
{
"total_actual_weight": 20,
"box": {
"slug": null,
"length": "17",
"width": "15",
"height": "16"
},
"items": [
{
"description": "test status",
"category": "home_decor",
"sku": "teststatus_64772843",
"quantity": 1,
"dimensions": {
"length": "17",
"width": "15",
"height": "16"
},
"actual_weight": 20,
"declared_currency": "USD",
"declared_customs_value": 2563
}
]
}
]
}

ANSWERED

category in Singapore

after called a create shipment api in Sandbox and got the following error

ANSWERED

HS Code api

Hello!

ANSWERED

Change product names when syncing orders to Easyship

Hi! This is from Ecwid support. We have a mutual client who is using the Easyship app and has a feature request regarding product names.
When orders are synced from Ecwid to Easyship, the product name is retained. For example, this order which includes the product "Obscuro Deck with Zodiac cards" (screenshot:
https://ecwid.d.pr/i/7brlbu). The same product name is acquired by Easyship (screenshot: https://ecwid.d.pr/i/jUO2DR).
The client wants it so that the product names can be different or made shorter, which he currently does manually (sample for the same product: https://ecwid.d.pr/i/LyaP6H).
Is there a possibility that such a feature is added to the integration in the future? So that when the order is synced to Easyship, the merchant can enable an option to change the product name format.