Overview
Hi support team, We got the product key from Walmart. Client ID: 79112b17-4063-4415-a47a-d673c24772ca Client Secret: DX9W8uv0ahs4G4d-fwNKKw2nk0d394hNaWGRRgwSKWAWtlK0JExD8Bk4CfzguIrnsqFNijY6NsB35hf1-kqY9Q Could you please helping us to integrate to our account? Thanks,
Posted by Quanjun Wang about 6 hours ago
I've deleted WooCommerce connection and then reset it up with different API keys/auth, but now I'm getting multiple postings of tracking number updates for a package instead of just one. I need a way to flush all my old unused records from Easyship's servers since now my customers get 3 copies of the same tracking number showing in their confirmation email since the WooCommerce connections that were deleted are still also sending me tracking updates.
Posted by Darin 16 days ago
US Territories should be billed at domestic shipping rates for USPS. See: https://faq.usps.com/s/article/What-US-Possessions-US-Territories-and-Freely-Associated-States-are-Considered-Domestic
Posted by Darin 16 days ago
Hello good afternoon, I want to request help with the Request rates and taxes API. When placing all the parameters, I can't get the right answer, you could tell me that I'm doing wrong, please. Example my Request: curl --request POST \ --url https://api.easyship.com/rate/v1/rates \ --header 'Authorization: Bearer MY Token \ --header 'Content-Type: application/json' \ --data '{"origin_postal_code":"059405","destination_country_alpha2":"US","destination_postal_code":"10030","taxes_duties_paid_by":"Sender","is_insured":false,"items":[{"quantity":"1","actual_weight":10,"height":9,"width":7,"length":10,"category":"health_beauty","declared_currency":"10","declared_customs_value":10}],"apply_shipping_rules":true}' Response: { "rates":[] "messages":NULL }
Posted by Leonard jose Cuenca Roa 19 days ago
Our company has been working on integrating with Easyship API. We tested the "Request rates and taxes" endpoint and all went well but when we attempted the "Create a shipment and buy label", we kept getting this error message "Failed to create shipment: [\"error_message: For United States, we don't support items with this category if the sender is covering the taxes & duties. (Home Decor)\"]" We've tried all the categories and it's still the same error it returns
Posted by Emmanuel Awotunde about a month ago
We have some products that dropship from Printful with free shipping. We also have original items that we will be shipping to customers from our location. When you add 1 of each products into the Shopify cart, only 1 shipping option with no details shows up.
Posted by Jess Lemon 2 months ago
Hi Team, I am Ram, a Software developer working for my client, We are a warehouse management team based in Australia & New Zealand. Our servers are in Australia. We used Easyship API to get shipments, labels & Pickup. Now we have a client in New Zealand, we use DHL Express carrier. Now we have a problem with Pickup, As I told you first our servers are in Australia, So when we tried to get the Pickup slot using API for the carrier it returns with local DateTime. But we tried to create pickup it returns an error. "errors":["Something went wrong when requesting a pickup to DHL, please try later or contact Easyship Customer Service",[{"code":"202064","content":"The input message has invalid Pickup Type"}]] If an error occurs our service will pick the next available pickup time, Sometimes it may be the next day. It may delay the parcel delivery. Is it possible to get the Pickup slot time with time zones, or better in the request if we pass the time zone/country you can return the available slot in that time zone/country location? If the requested timezone is empty you can take the default. I hope it may use in the future. Please let me know if you have any solution. Thanks, Ram
Posted by Ram 2 months ago
Hello, we are Oneshop, an e-commerce platform for merchants to operate their eshop by using our management panel. We provide automated logistic options for merchants by connecting to EasyShip’s API, but we found that we cannot choose SF drop off only as a shipping method, only pickup service is available. May i know what is the requirement to use SF drop off service? Thank you.
Posted by Lawson 3 months ago
I am testing the rate API, but it shows me an error "Sorry, we couldn't find any shipping solutions based on the information provided" on every country I am using sandbox access token "sand_nbDSPzlOzpl8CKGhFezrqtIavaGia9XnSLYTiPB6xzY=" I am pasting my request body here: { "origin_country_alpha2": "SG", "origin_postal_code": "WC2N", "destination_country_alpha2":"US", "destination_postal_code":"10030", "items":[ { "description":"Silk dress", "sku":"PRV1001-60", "actual_weight":0.27, "height":1.7, "width":1.7, "length":1.7, "category":"fashion", "declared_currency":"AUD", "declared_customs_value":1 } ] } So, please suggest what country should i test for getting result.
Posted by Varun Rajaurya 3 months ago
I tried to create a shipment using test API but all I got is this message { "message": "Failed to create shipment: [\"error_message: Sorry, we don't support this item category for United States. (Gaming)\"]" } even though I tried different categories from your documentation every time I get this return error using postman.
Posted by John Suarez 4 months ago
I have this error with your API. My sent data is : ... method: 'POST', url: 'https://api.easyship.com/rate/v1/rates', data: { origin_country_alpha2: 'FR', destination_country_alpha2: 'FR', taxes_duties_paid_by: 'Sender', items: [{ actual_weight: 1.5, height: 24, width: 35, length: 14, category: 'fashion', declared_currency: 'EUR', declared_customs_value: 150 }] }, json: true, headers: { 'Content-Type': 'application/json', 'Authorization': `Bearer ${shipping.token}`, } ... But i have this response ------------------------ messages: [ "Sorry, we couldn't find any shipping solutions based on the information provided." ] ------------------------ However when I make a request through your website https://app.easyship.com/quote in the "get a quote" i get several delivery proposals. Any help ? Thanks.
Posted by Sammy developer 4 months ago
We are getting a response message of - "Sorry, we don't support this item category for Australia. (Sport & Leisure)". While all our items is labeled as 'Sports'. We are passing 10-20 items in the api and I think it's has something to do with the package dimension as there is only a limit for Australia Post but EASYSHIP is NOT SPLITTING it into multiple package when passing to AUPOST. (Note: We are using only AUPOST for our domestic shipment) In addition to this, the api is giving the wrong error message. Can someone help us with this as no rates are showing when our customer is trying to buy multiple items. I will need an urgent solutions for this ASAP. Thanks in advance.
Posted by Bryan 4 months ago
API returns ["Sorry, we couldn't find any shipping solutions based on the information provided."]}" $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 YOUR-TOKEN" )); $response = curl_exec($ch); curl_close($ch); var_dump($response);
Posted by Benny Yung 5 months ago
Hi! We are having trouble to generate a manifest on our shipments. One problem is that selecting all shipments method does not give us an option to generate so we have select all shipment for every page to allow us to generate and another problem is that when we click the manifest button - it ask as if we are sure to generate and we confirm but nothing happens after we confirm. Error on request : The shipment jo0K0EyEFFUAAAF0fxsdV4no cannot be modified or included in a new order, as the shipment is contained in an order currently being finalized.
Posted by Bryan 5 months ago