Overview
The reset store settings option in magento gives below error A technical problem with the server created an error. Try again to continue what you were doing. If the problem persists, try again later.
Posted by Sander about a year ago
I am fetching rates & also creating easyship-shipments, but its only working properly with easyship mentioned category slugs. I am providing category title as regular life then its not working. But when I am providing easyship mentioned category slugs, then its working properly. I am considering following link for such category slugs (but its for international shipping): https://developers.easyship.com/docs/retrieve-product-categories I am scripting from india for US addresses, may be because of that. Its working properly to category slugs. If easyhip requests only working properly for category slugs, then please provide me such category slugs listing link. Thanks in advance
Posted by Yogesh K about a year ago
Hi all, I am testing easyship for the first time.When I activate the plugin I see a new connector in the easyship platform but the plugin status in magento is still disabled and I do not see any shipping option in the checkout (enabled in shippingmethods) I do think I know what the problem is, our nginx authentication on dvl and test. Which I am not able to remove due to my hoster. So now the question is how can I whitelist the easyship connection / api ? Can somebody tell me the IP addresses used?
Posted by Sander about a year ago
I am beginner to easyship.. I am trying to create shipment through PHP script using API token, but Its not happening. I am directing using php script to create shipment. but its not. May I know what we have to take in place of "platform name". where I will get it. Please let me know basic flow of creating shipment by php script. If possible let me know step by step.
Posted by Yogesh K about a year ago
I am integrating easyship with ecommerce website (codeigniter technology).. working fine for products with single quantity. but now I am trying to add "quantity" parameter in rate-request in items-list, but I am not getting proper response. Will you please suggest me an idea to solve above issue.
Posted by Yogesh K about a year ago
Has anyone been able to get this to work and show up in a woo commerce multisite? I had no issues with it when I had a single site. I converted over to a multisite since I needed 7 sites to work together with 1 cart and when I did that Easyship no longer shows up as a option. Thank you!
Posted by Eric Coskey about a year ago
I had a developer implement the API for rates. He is not much help in debugging, so I have to try it myself. He sends the following query: Array ( [origin_country_alpha2 ] => US [origin_state] => California [origin_postal_code] => 95014 [destination_country_alpha2] => US [destination_city] => Houston [destination_state] => TX [destination_address_line_1] => 3335 Ashfield Dr [destination_postal_code] => 77082 [taxes_duties_paid_by] => Receiver [is_insured] => [items] => Array ( [0] => Array ( [actual_weight] => 3 [height] => 2.8 [width] => 4.5 [length] => 6.5 [category] => accessory_no_battery [declared_currency] => USD [declared_customs_value] => 16 [quantity] => 30 ) ) [output_currency] => USD [apply_shipping_rules] => 1 [box] => Array ( [length] => 10 [width] => 17.7 [height] => 5 ) [total_actual_weight] => 3.07 If the total_actual_weight is less than about 0.3Kg, rates are calculated correctly. For anything over that, the response is always $7.99. For the example above, the USPS First Class rate should be about $25. The system responds with $7.99. Any help would be greatly appreciated.
Posted by Mihai Beffa about a year ago
I setup a single shipping rule: use USPS for all US shippings. It works. International shipments default to a bunch of options, EXCEPT USPS First Class. How could I add USPS First Class without disabling DHL? How could I disable APC, which I do not know what it is?
Posted by Mihai Beffa about a year ago
Hi, I can see how by using https://api.easyship.com/shipment/v1/shipments you can get shipments that have been created, confirmed and label generated, since a date, is there a way to get all shipments that have been updated since a date? Ideally just want to be able to do one call that can return all the changes since I last checked.
Posted by Scott about a year ago