Overview
Hello. I'm an experianced marketologist and I can generate a lot of traffic of people who want to order cargo delivery in many countries. Сargo weight can be from 0.5 kilogram to 10 tons. Can I use any of your solutions to setup on my website the form for making order(to deliver cargo from place to place) and to take comission from each delivery? Thank you for answer.
Posted by Leonid 2 years ago
Hi I am using Easyship extension for magento 1.9.3.1 version. I have setup REST API configuration as per extension but still I can not Active extension. When I request for API "https://api.easyship.com/api/v1/magento/registrations" its showing "Invalid header line detected" in response. Please help me so can active extension from admin.
Posted by Salim 2 years ago
Hi, my name is Mikhail, I've already implemented functionality of requesting labels to my store, but there is no request from Easyship to the webhook URL that I specified in my Easyship dashboard. According to the this section of documentation https://developers.easyship.com/docs/label-callbacks-for-warehouse-integrations, after I create webhook in my Easyship dashboard, there is must be a test request from Easyship to this webhook URL for approve it. But I retrieve no request and can't completely finish labels functionality. Maybe I've done something wrong with specifying webhook URL. Best regards, Mikhail Denisov
Posted by Mikhail Denisov 2 years ago
Hi Easyship team, I registered account with Singapore as my country so the default currency displayed when I list available couriers for a shipment is SGD. I want to change the currency to USD, how can I do it? Do I need to update anything or setting in my registered account? Thanks.
Posted by Cherhim 2 years ago
Hello, my name is Mikhail, I am trying to integrate Easyship API. I've already integrated getting rates and tracking, but shipments creates only with production key. For integration of the label functionality I need to have created test shipment because if I try to get labels with test key for shipment that was created with production key - it doesn't work. When I try to create shipments with test key I get following error: "Pickup was not placed. Error: CloudShipmentManagerError - action: create_by_api - Origin address Please create an address before creating a shipment.", but I've specified address in the Easyship dashboard and this error doesn't appear when I do the same but with production key. Best regards, Mikhail Denisov
Posted by Mikhail Denisov 2 years ago
Please could you let me know what I need to do to resolve this error: {"Exceptions::ManagerError":"CloudShipmentManagerError - action: create_by_api - Origin address Please create an address before creating a shipment."}. I already have an address set on the dashboard
Posted by Dan Smith 2 years ago
Hello, is it possible to use Easyship API to calculate Taxes and Vat for a given product? E.g I want to sell a product from UK, to someone in Korea. The product costs $100 excluding taxes and VAT- but what will the end price be for the person in Korea? I need an API to find this information. Is this possible with Easyship? Thanks
Posted by Mathew Oakleaf 2 years ago
It's the result when creating shipment {"Exceptions::ManagerError":"CloudShipmentManagerError - action: create_by_api - Origin address Please create an address before creating a shipment."} And, I have read the below post, but I cannot find any api to update company address for sandbox env https://developers.easyship.com/discuss/5b4325d45e8244000399cf2b
Posted by shing 2 years ago
Cant seem to locate the API secret for dynamic shipping rates. Understand that this has been posted here. https://developers.easyship.com/discuss/59afebd51d35fd003b7b8da9 but the link that the admin answered in the link above seem to not exist. https://support.easyship.com/connect-your-store/how-do-i-connect-my-woocommerce-store-to-easyship Could i get some assistance here?
Posted by Ken 2 years ago
Hello Easyship team, I am using your API in my website in curl format, so i have used the following code: ---------------------------------------------code starts here ------------------------------------------ $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://api.easyship.com/rate/v1/rates"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE); curl_setopt($ch, CURLOPT_HEADER, FALSE); curl_setopt($ch, CURLOPT_POST, TRUE); curl_setopt($ch, CURLOPT_POSTFIELDS, "{ \"origin_country_alpha2\": \"SG\", \"origin_postal_code\": \"WC2N\", \"destination_country_alpha2\": \"US\", \"destination_postal_code\": \"10030\", \"taxes_duties_paid_by\": \"Sender\", \"is_insured\": false, \"items\": [ { \"actual_weight\": 1.2, \"height\": 10, \"width\": 15, \"length\": 20, \"category\": \"mobiles\", \"declared_currency\": \"SGD\", \"declared_customs_value\": 100 } ] }"); curl_setopt($ch, CURLOPT_HTTPHEADER, array( "Content-Type: application/json", "Authorization: Bearer 4e2b327e2ef5471885cd0bc50a0c9fe52481793bd309b2c4f2a6bdac3f10ae1f" )); $response = curl_exec($ch); curl_close($ch); var_dump($response); -------------------------------------------------- code ends here ---------------------------------------- but it is giving me the following response : "string(146) "{"rates":[],"messages":["Validation Failure: No credentials","Sorry, we couldn't find any shipping solutions based on the information provided."]}"" Please provide me a solution so that i can use it. thanks
Posted by Mohit 2 years ago
Im on opencart and using API to call out shipping rates. I would like to check how do the API determine shipping rate in this case. 0.2kg item, dimension at default is 30cm x 30cm x 30cm. And shipping internationally for 2 of the same item. Specially for the dimension, does the system take it as 60x60x60?
Posted by Joelin 2 years ago