Discussions

Ask a Question

Technical Documentation (Submitting an Electronic Invoice)

Hello all, the customer I am talking to is looking for docs on how they can code to this via our API. Are there docs I can share with this client to pass along to their product team?

EDI capability

Can your system interface with EDI transactions?

Webhook Response Not triggered(sandbox account)

I have already requested with an Ticket ID: 249674 I am Using the Sandbox URL for Testing My Application, I am using two API call for 1. Create Shipment API: https://api.easyship.com/shipment/v1/shipments 2. Confirm and by label: https://api.easyship.com/label/v1/labels 3. Webhook Created with an account: [email protected] (Endpoint URL to get it) But Still, I am not able to get the Webhook Label Response from the Endpoint URL .Please Provide a Solution ASAP.

Api error

i'm not able to test API. I'm using these datas { "origin_country_alpha2": "SG", "origin_postal_code": "059405", "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 } ] } and i have the this response {"rates":[],"messages":["Validation Failure: [\"Sorry, we can't estimate the taxes \u0026 duties for this country.\"]","Sorry, we couldn't find any shipping solutions based on the information provided."]} on sandbox and this one on prod {"rates":[],"messages":["Sorry, we couldn't find any shipping solutions based on the information provided."]} can you help me?

Shift4shop (formerly 3dcart) integration

Hello we are using shift 4 shop for our website and I am looking for step by step instructions on how to make easyship and our web host work together. I looked at the docs for API and I have created an API I guess but the access token is what I was given and I am not sure where that would go on shift4shop or how to manually input the api code into the website code I have. Is it even possible to integrate the two?

I have created shipment with test account(sandbox)

I am developing an easy ship extension using the Sandbox account credentials. I am not getting the shipment id when the shipment is created to get a label response is there any mandatory fields to be passed in order to get the label response for a particular courier Type ?. I want solid it solutions to generated label shipment carrier through the easy ship. I couldn't find an API related to this problem. Kindly provide a solution.

fedex api

I read an API to get shipping options. The problem is that I do not get fedex results. I do get a quote I get all the details also from fedex. But in reading the API I do not get. I would be happy to solve the problem. Thanks

How do I fully clean up my connections? I deleted the WooCommerce, but it is still sending tracking updates to my server & website.

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.

Why do US Territories like Guam and Puerto Rico return international rates for USPS?

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

API problem Request fees and taxes

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 }